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
/
lto.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-04
Separate out methods for running thin and fat LTO
Nikita Popov
-37
/
+50
2018-12-03
codegen_llvm_back: improve allocations
ljedrz
-8
/
+10
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
[eddyb] rustc_codegen_ssa: avoid a `Clone` bound on `TargetMachine`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-260
/
+164
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-1
/
+1
2018-11-16
Moved Backend interface into rustc_codegen_utils
Denis Merigoux
-1
/
+2
2018-11-16
Generalized base:codegen_crate
Denis Merigoux
-8
/
+7
2018-11-16
Removed phantomdata no longer necessary
Denis Merigoux
-2
/
+0
2018-11-16
CommonWriteMethods are not static any more
Denis Merigoux
-0
/
+2
2018-11-11
Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton
bors
-3
/
+1
2018-11-10
codegen_llvm_back: improve common patterns
ljedrz
-8
/
+2
2018-11-10
codegen_llvm_back: use Cow<'static, str> where applicable
ljedrz
-9
/
+9
2018-11-10
codegen_llvm_back: whitespace & formatting fixes
ljedrz
-9
/
+8
2018-11-06
Run name-anon-globals after LTO passes as well
Nikita Popov
-0
/
+7
2018-11-05
Remove support for building against LLVM 4
Nikita Popov
-3
/
+1
2018-11-03
Move cg_llvm::back::linker to cg_utils
bjorn3
-1
/
+1
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
[prev]
[next]