index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_ssa
/
traits
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-1049
/
+0
2020-08-18
Moved coverage counter injection from BasicBlock to Statement.
Rich Kadel
-23
/
+11
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-14
LLVM IR coverage encoding aligns closer to Clang's
Rich Kadel
-0
/
+2
2020-08-05
Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiser
bors
-11
/
+4
2020-08-04
Completes support for coverage in external crates
Rich Kadel
-11
/
+4
2020-08-03
Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisa
bors
-0
/
+1
2020-07-28
rustc: Improving safe wasm float->int casts
Alex Crichton
-0
/
+1
2020-07-25
Fixed coverage map issues; better aligned with LLVM APIs
Rich Kadel
-2
/
+2
2020-07-22
[AVR] Correctly set the pointer address space when constructing pointers to f...
Dylan McKay
-2
/
+7
2020-07-17
Generating the coverage map
Rich Kadel
-0
/
+13
2020-07-15
Add and use more static symbols.
Nicholas Nethercote
-2
/
+2
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-2
/
+2
2020-07-02
Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton
Manish Goregaokar
-0
/
+2
2020-07-02
Use WASM's saturating casts if they are available
Christopher Serr
-0
/
+2
2020-06-29
add spans to injected coverage counters
Rich Kadel
-0
/
+52
2020-06-21
Make is_freeze and is_copy_modulo_regions take TyCtxtAt
Ralf Jung
-1
/
+1
2020-06-15
[WIP] injects llvm intrinsic instrprof.increment for coverage reports
Rich Kadel
-0
/
+9
2020-05-29
Improve inline asm error diagnostics
Amanieu d'Antras
-1
/
+1
2020-05-18
Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast
Amanieu d'Antras
-1
/
+2
2020-05-18
Implement asm! codegen
Amanieu d'Antras
-1
/
+42
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-3
/
+2
2020-05-02
fix rustdoc warnings
Tshepang Lekhonkhobe
-1
/
+1
2020-04-26
codegen_llvm: Simplify logic for relaxing PIC into PIE
Vadim Petrochenkov
-4
/
+0
2020-04-05
Remove Arcs in queries.
Camille GILLOT
-2
/
+1
2020-04-02
use direct import for ErrorReported
Mazdak Farrokhzad
-1
/
+1
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-18
/
+16
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-6
/
+6
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-26
/
+26
2020-03-27
Rename TyLayout to TyAndLayout.
Ana-Maria Mihalache
-11
/
+11
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-3
/
+3
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-6
/
+57
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-2
/
+2
2020-03-13
Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum
bors
-1
/
+0
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-03-05
Remove eh_unwind_resume lang item
Amanieu d'Antras
-1
/
+0
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-2
/
+2
2020-02-08
rustc_codegen_ssa: remove unnecessary source_locations_enabled.
Eduard-Mihai Burtescu
-6
/
+1
2020-02-08
rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr.
Eduard-Mihai Burtescu
-1
/
+0
2020-02-03
rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr.
Eduard-Mihai Burtescu
-6
/
+22
2020-01-09
Precompile CGUs while the main thread has the implicit job server token
John Kåre Alsaker
-0
/
+2
2020-01-09
Compile some CGUs in parallel at the start of codegen
John Kåre Alsaker
-4
/
+3
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-4
/
+4
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-6
/
+6
2019-12-22
Format the world
Mark Rousskov
-28
/
+19
2019-12-03
rustc_codegen_ssa: use FnAbi::of_instance wherever possible.
Eduard-Mihai Burtescu
-2
/
+3
2019-12-03
rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn.
Eduard-Mihai Burtescu
-2
/
+3
2019-12-03
rustc_codegen_ssa: remove define_fn and define_internal_fn.
Eduard-Mihai Burtescu
-14
/
+0
2019-11-21
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-8
/
+12
[next]