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
2019-10-18
Avoid realloc in `CString::new`
Shotaro Yamada
-3
/
+1
2019-10-08
Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe...
Mazdak Farrokhzad
-3
/
+3
2019-10-05
Replaces some instances of `as *[const | mut] _` with `.cast()`
memoryruins
-3
/
+3
2019-10-03
Remove -Zprofile-queries
Mark Rousskov
-3
/
+3
2019-09-30
Self-Profiling: Make names of existing events more consistent and use new API.
Michael Woerister
-43
/
+62
2019-08-27
rustc: Handle modules in "fat" LTO more robustly
Alex Crichton
-45
/
+41
2019-08-08
Explain why we're sorting the modules.
Joel Galenson
-0
/
+1
2019-08-08
Sort fat LTO modules later and add a test.
Joel Galenson
-2
/
+4
2019-06-15
Remove unnecessary `.clone()`
Shotaro Yamada
-1
/
+1
2019-04-20
Move some filename constants to cg_ssa
bjorn3
-2
/
+2
2019-04-12
Use measureme in self-profiler
Wesley Wiser
-7
/
+3
2019-03-10
Replace TimeLine with SelfProfiler
Wesley Wiser
-30
/
+14
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-8
/
+7
2019-02-14
Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister
Mazdak Farrokhzad
-38
/
+101
2019-02-13
Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton
Mazdak Farrokhzad
-1
/
+1
2019-02-12
Stabilize linker-plugin based LTO.
Michael Woerister
-1
/
+1
2019-02-12
rustc: Implement incremental "fat" LTO
Alex Crichton
-38
/
+101
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
Serialize modules into ThinBuffer after initial optimization
Nikita Popov
-32
/
+33
2018-12-04
Remove unnecessary parts of run_fat_lto signature
Nikita Popov
-12
/
+5
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
[next]