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
/
back
/
write.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-07
Set 'PrepareForThinLTO' whenever doing cross-language LTO.
Michael Woerister
-1
/
+2
2018-08-07
Fix issue around dllimport and ThinLTO as LLD runs it.
Michael Woerister
-6
/
+18
2018-08-07
Auto merge of #51007 - AstralSorcerer:master, r=nagisa
bors
-0
/
+31
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-1
/
+1
2018-08-04
Normalize variants of Passes to standard style
Mark Rousskov
-4
/
+3
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-3
/
+3
2018-08-01
Make sure we prepare for thin LTO whenever we are emitting bitcode
Colin Pronovost
-0
/
+31
2018-07-31
rustc: Handle linker diagnostic from LLVM
Alex Crichton
-6
/
+7
2018-07-30
rustc_codegen_llvm: fix tidy errors.
Irina Popa
-1
/
+4
2018-07-30
rustc_codegen_llvm: use safe references for PassManager.
Irina Popa
-46
/
+48
2018-07-30
rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic.
Irina Popa
-5
/
+3
2018-07-30
rustc_codegen_llvm: use safe references for TargetMachine.
Irina Popa
-3
/
+3
2018-07-30
rustc_codegen_llvm: use safe references for Pass.
Irina Popa
-4
/
+4
2018-07-30
rustc_codegen_llvm: use safe references for PassManagerBuilder.
Irina Popa
-1
/
+1
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-3
/
+3
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-180
/
+177
2018-07-16
Revert "Clean up LLVM module naming (just use CodegenUnit names)."
Michael Woerister
-1
/
+2
2018-07-15
Auto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb
bors
-11
/
+9
2018-07-15
Ubsan this newly discovered dead code
Oliver Schneider
-14
/
+9
2018-07-14
Expose a self-referential object
Oliver Schneider
-0
/
+3
2018-07-13
Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...
bors
-2
/
+1
2018-07-11
Clean up LLVM module naming (just use CodegenUnit names).
Michael Woerister
-2
/
+1
2018-07-11
Rollup merge of #52252 - ljedrz:dyn_librustc_codegen_llvm, r=varkor
Mark Rousskov
-8
/
+8
2018-07-11
Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix
bors
-4
/
+4
2018-07-11
Deny bare trait objects in in src/librustc_codegen_llvm
ljedrz
-8
/
+8
2018-07-06
When doing linker-plugin based LTO, write LLVM bitcode obj-files
Michael Woerister
-4
/
+4
2018-06-12
Rename -Z no-verify to -Z verify-llvm-ir
Nikita Popov
-4
/
+4
2018-06-12
Respect -Z no-verify during LTO
Nikita Popov
-1
/
+1
2018-05-22
Add -Z no-parallel-llvm flag
Nikita Popov
-2
/
+6
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+2390
[prev]