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
Age
Commit message (
Expand
)
Author
Lines
2019-04-01
Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister
Mazdak Farrokhzad
-2
/
+2
2019-03-27
Use informational target machine for metadata
Simonas Kazlauskas
-9
/
+10
2019-03-20
Add a -Z time option which prints only passes which runs once
John Kåre Alsaker
-2
/
+2
2019-03-10
Replace TimeLine with SelfProfiler
Wesley Wiser
-57
/
+45
2019-02-26
rustc: Update LLVM, remove dead wasm code
Alex Crichton
-127
/
+0
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-11
/
+11
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-35
/
+32
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
-4
/
+4
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-4
/
+4
2019-02-12
Stabilize linker-plugin based LTO.
Michael Woerister
-4
/
+4
2019-02-12
rustc: Implement incremental "fat" LTO
Alex Crichton
-38
/
+101
2019-02-10
rustc: doc comments
Alexander Regueiro
-4
/
+4
2019-02-10
rpath computation: explain why we pop()
Ralf Jung
-2
/
+2
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-24
/
+31
2018-12-25
Remove licenses
Mark Rousskov
-70
/
+0
2018-12-18
Search other library paths when loking for link objects
Petr Hosek
-5
/
+19
2018-12-12
Replace `FileSearch::for_each_lib_search_path` with `search_paths`.
Nicholas Nethercote
-8
/
+4
2018-12-12
Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.
Nicholas Nethercote
-6
/
+6
2018-12-12
Remove `Session::sysroot()`.
Nicholas Nethercote
-2
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-5
/
+5
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
-18
/
+19
2018-12-03
Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe
bors
-4
/
+5
2018-12-02
Run name-anon-globals after all other passes
Nikita Popov
-4
/
+5
2018-12-01
Rollup merge of #56341 - frewsxcv:frewsxcv-util-cstr, r=Mark-Simulacrum
kennytm
-5
/
+5
2018-11-29
Rename conversion util; remove duplicate util in librustc_codegen_llvm.
Corey Farwell
-5
/
+5
2018-11-25
Rollup merge of #56075 - alexcrichton:wasm-producer-section, r=estebank
Pietro Albini
-0
/
+112
2018-11-22
Pass additional linker flags when targeting Fuchsia
Petr Hosek
-1
/
+9
2018-11-19
Encode a custom "producers" section in wasm files
Alex Crichton
-0
/
+112
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-2
/
+2
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
-2277
/
+220
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-3
/
+3
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-2
/
+2
2018-11-16
Moved Backend interface into rustc_codegen_utils
Denis Merigoux
-3
/
+4
2018-11-16
Generalized base:codegen_crate
Denis Merigoux
-19
/
+18
2018-11-16
Fixed typos
Denis Merigoux
-1
/
+1
2018-11-16
Removed phantomdata no longer necessary
Denis Merigoux
-13
/
+6
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-24
/
+5
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-22
/
+3
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-6
/
+6
2018-11-16
Traitification of type_ methods
Denis Merigoux
-1
/
+9
2018-11-16
Added definition of type trait
Denis Merigoux
-0
/
+1
2018-11-16
Removed code duplication for CommonWriteMethods
Denis Merigoux
-13
/
+5
2018-11-16
CommonWriteMethods are not static any more
Denis Merigoux
-12
/
+56
2018-11-16
Split CommonMethods to accomodate for use in back/write.rs
Denis Merigoux
-1
/
+1
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-7
/
+7
[next]