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
/
link.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-20
Remove cg_llvm/back/link.rs
bjorn3
-25
/
+0
2019-04-20
Move almost all of cg_llvm/back/link.rs to cg_ssa
bjorn3
-1102
/
+15
2019-04-20
Remove get_reloc_model and target_cpu dependency from most of link.rs
bjorn3
-14
/
+18
2019-04-20
Make link functions generic over archive builder
bjorn3
-46
/
+31
2019-04-20
Move some filename constants to cg_ssa
bjorn3
-2
/
+1
2019-04-20
Move some function from cg_llvm/back/link.rs to cg_ssa/back/link.rs
bjorn3
-373
/
+3
2019-04-11
Clean up handling of -Zpgo-gen commandline option.
Michael Woerister
-1
/
+1
2019-04-04
Remove invalid assertion back::link::from add_upstream_rust_crates().
Michael Woerister
-4
/
+0
2019-03-20
Add a -Z time option which prints only passes which runs once
John Kåre Alsaker
-2
/
+2
2019-02-26
rustc: Update LLVM, remove dead wasm code
Alex Crichton
-1
/
+0
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+1
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-7
/
+7
2019-02-13
Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton
Mazdak Farrokhzad
-2
/
+2
2019-02-12
Stabilize linker-plugin based LTO.
Michael Woerister
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+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
-4
/
+4
2018-12-03
codegen_llvm_back: improve allocations
ljedrz
-6
/
+6
2018-11-25
Rollup merge of #56075 - alexcrichton:wasm-producer-section, r=estebank
Pietro Albini
-0
/
+5
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
/
+5
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-188
/
+11
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-1
/
+2
2018-11-16
Fixed typos
Denis Merigoux
-1
/
+1
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-1
/
+1
2018-11-10
codegen_llvm_back: simplify a conversion to char
ljedrz
-1
/
+1
2018-11-10
codegen_llvm_back: remove a redundant continue
ljedrz
-1
/
+0
2018-11-10
codegen_llvm_back: possible minor speedup in logic
ljedrz
-1
/
+1
2018-11-10
codegen_llvm_back: improve common patterns
ljedrz
-20
/
+11
2018-11-10
codegen_llvm_back: remove explicit returns
ljedrz
-1
/
+2
2018-11-10
codegen_llvm_back: whitespace & formatting fixes
ljedrz
-9
/
+6
2018-11-03
Move cg_llvm::back::linker to cg_utils
bjorn3
-3
/
+4
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-29
rust: Add a `-C default-linker-libraries` option
Alex Crichton
-6
/
+10
2018-09-28
Move `filename_for_metadata` to codegen_utils
Igor Matuszewski
-10
/
+2
2018-09-05
Allow for opting out of ThinLTO and clean up LTO related cli flag handling.
Michael Woerister
-1
/
+0
2018-08-21
Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor
kennytm
-2
/
+1
2018-08-20
Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton
bors
-33
/
+82
2018-08-19
fix: preserve msvc linker fallback logic
Jorge Aparicio
-1
/
+3
2018-08-19
fix: use detected MSVC's link.exe
Jorge Aparicio
-2
/
+5
2018-08-19
LinkerFlavor::Gcc defaults to cc, not gcc
Jorge Aparicio
-1
/
+1
2018-08-18
fatal -> bug
Jorge Aparicio
-1
/
+1
2018-08-18
add lld_flavor info to target spec
Jorge Aparicio
-0
/
+2
2018-08-18
Remove LinkMeta struct
bjorn3
-2
/
+1
2018-08-15
Use CGU name as LLVM module name and add some caching to CGU name generation.
Michael Woerister
-7
/
+0
2018-08-09
address review comments
Jorge Aparicio
-49
/
+35
[next]