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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_llvm
/
back
/
lto.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-23
Revert "rustc: Fix (again) simd vectors by-val in ABI"
Alex Crichton
-5
/
+7
2018-10-20
Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa
Manish Goregaokar
-7
/
+5
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-11
/
+3
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-19
rustc: Fix (again) simd vectors by-val in ABI
Alex Crichton
-7
/
+5
2018-09-18
incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...
Michael Woerister
-0
/
+3
2018-09-14
Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton
kennytm
-2
/
+1
2018-09-05
ThinLTO: Don't keep files open after mmaping them (because it's not needed).
Michael Woerister
-3
/
+3
2018-09-05
Allow for opting out of ThinLTO and clean up LTO related cli flag handling.
Michael Woerister
-2
/
+1
2018-09-03
incr.ThinLTO: Do some cleanup and add some logging.
Michael Woerister
-21
/
+33
2018-08-31
Always add all modules to the global ThinLTO module analysis when compiling i...
Michael Woerister
-138
/
+97
2018-08-31
Support local ThinLTO with incremental compilation.
Michael Woerister
-20
/
+88
2018-08-31
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-3
/
+116
2018-08-15
Use CGU name as LLVM module name and add some caching to CGU name generation.
Michael Woerister
-6
/
+5
2018-08-07
Fix issue around dllimport and ThinLTO as LLD runs it.
Michael Woerister
-0
/
+4
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-6
/
+6
2018-07-31
rustc: Handle linker diagnostic from LLVM
Alex Crichton
-2
/
+10
2018-07-30
rustc_codegen_llvm: use safe references for ThinLTOData.
Irina Popa
-7
/
+6
2018-07-30
rustc_codegen_llvm: use safe references for ThinLTOBuffer.
Irina Popa
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for ModuleBuffer.
Irina Popa
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for Linker.
Irina Popa
-5
/
+5
2018-07-30
rustc_codegen_llvm: use safe references for TargetMachine.
Irina Popa
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for Pass.
Irina Popa
-4
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-160
/
+166
2018-07-28
Don't format!() string literals
ljedrz
-7
/
+7
2018-07-18
rustc: Remove a workaroudn in ThinLTO fixed upstream
Alex Crichton
-14
/
+0
2018-07-16
Revert "Provide a way of accessing the ThinLTO module import map in rustc."
Michael Woerister
-68
/
+1
2018-07-16
Revert "Persist ThinLTO import data in incr. comp. session directory."
Michael Woerister
-81
/
+2
2018-07-16
Revert "Clean up LLVM module naming (just use CodegenUnit names)."
Michael Woerister
-5
/
+6
2018-07-16
Revert "Use callback-based interface to load ThinLTO import data into rustc."
Michael Woerister
-31
/
+43
2018-07-13
Use callback-based interface to load ThinLTO import data into rustc.
Michael Woerister
-43
/
+31
2018-07-11
Clean up LLVM module naming (just use CodegenUnit names).
Michael Woerister
-6
/
+5
2018-07-11
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-2
/
+81
2018-07-11
Provide a way of accessing the ThinLTO module import map in rustc.
Michael Woerister
-1
/
+68
2018-06-12
Rename -Z no-verify to -Z verify-llvm-ir
Nikita Popov
-2
/
+2
2018-06-12
Respect -Z no-verify during LTO
Nikita Popov
-6
/
+11
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+773