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_llvm
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-400
/
+0
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-29
add spans to injected coverage counters
Rich Kadel
-0
/
+1
2020-05-20
llvm: Expose tiny code model to users
Vadim Petrochenkov
-1
/
+1
2020-05-16
rustc_target: Stop using "string typing" for code models
Vadim Petrochenkov
-1
/
+1
2020-04-29
Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote
bors
-1
/
+0
2020-04-29
Store LLVM bitcode in object files, not compressed
Alex Crichton
-1
/
+0
2020-04-26
rustc_target: Stop using "string typing" for TLS models
Vadim Petrochenkov
-1
/
+1
2020-04-26
codegen_llvm: Simplify logic for relaxing PIC into PIE
Vadim Petrochenkov
-8
/
+3
2020-04-26
rustc_target: Stop using "string typing" for relocation models
Vadim Petrochenkov
-1
/
+3
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-0
/
+1
2020-04-02
use direct import for ErrorReported
Mazdak Farrokhzad
-2
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-4
/
+4
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-1
/
+0
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-12
/
+11
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-13
add selfprofiling for new llvm passmanager
Andreas Jonson
-0
/
+1
2020-02-12
Rollup merge of #68487 - 0dvictor:nolink, r=tmandry
Yuki Okushi
-2
/
+2
2020-02-11
Support linking from a .rlink file
Victor Ding
-2
/
+2
2020-02-04
Remove unused feature gates from cg_llvm
bjorn3
-11
/
+4
2020-02-04
Auto merge of #68601 - 0dvictor:split, r=tmandry
bors
-13
/
+16
2020-02-04
Split `join_codegen_and_link()` into two steps
Victor Ding
-13
/
+16
2020-02-01
Add support for enabling the LLVM time-trace feature
Wesley Wiser
-0
/
+6
2020-01-23
Add `-Z no-link` flag
Victor Ding
-0
/
+14
2020-01-09
Compile some CGUs in parallel at the start of codegen
John Kåre Alsaker
-3
/
+3
2020-01-09
Change -Z time event naming scheme and make them generic activities
John Kåre Alsaker
-2
/
+2
2020-01-05
Use self profile infrastructure for -Z time and -Z time-passes
John Kåre Alsaker
-5
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-53
/
+51
2019-12-11
Remove `extern crate` declarations
Aaron Hill
-20
/
+0
2019-12-11
Fix fallout from rebase
Aaron Hill
-5
/
+0
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-7
/
+4
2019-12-06
Use `to_option` in various places
varkor
-0
/
+1
2019-12-03
Move cgu_reuse_tracker to librustc_session
Mark Rousskov
-0
/
+1
2019-11-30
move UnstableFeatures -> rustc_feature
Mazdak Farrokhzad
-0
/
+1
2019-10-31
rustc_codegen_ssa: hide address ops from the declare_local interface.
Eduard-Mihai Burtescu
-0
/
+1
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-2
/
+1
2019-10-24
rustc: Add a convenience alias for `dyn MetadataLoader + Sync`
Vadim Petrochenkov
-2
/
+2
2019-10-21
Use `Symbol` for codegen unit names.
Nicholas Nethercote
-2
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+2
2019-10-13
Move span_invalid_monomorphization_error from cg_llvm to cg_ssa
bjorn3
-3
/
+1
2019-10-13
Move some provides from cg_llvm to rustc_interface
bjorn3
-5
/
+0
2019-10-13
Remove unused method CodegenBackend::diagnostics
bjorn3
-4
/
+0
2019-10-08
Stabilize mem::take (mem_take)
Jon Gjengset
-1
/
+0
2019-10-01
Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...
Tyler Mandry
-2
/
+2
2019-09-30
Self-Profiling: Make names of existing events more consistent and use new API.
Michael Woerister
-2
/
+2
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-0
/
+1
2019-09-25
Remove tx_to_llvm_workers from TyCtxt
Mark Rousskov
-5
/
+8
2019-09-15
use println!()
Guanqun Lu
-3
/
+3
[next]