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_llvm
/
build.rs
Age
Commit message (
Expand
)
Author
Lines
2018-02-12
rustc: Persist LLVM's `Linker` in Fat LTO
Alex Crichton
-0
/
+1
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-0
/
+1
2017-12-22
Re-do the FreeBSD cross-builds to use Clang and libc++. Fixes #44433.
Jed Davis
-0
/
+2
2017-12-03
Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppe
bors
-32
/
+12
2017-12-01
rustc_llvm: Assume at least LLVM 3.9 in build.rs
Josh Stone
-32
/
+12
2017-11-28
*: strip calls to cc::Build::compile
Tamir Duberstein
-1
/
+1
2017-11-28
rustc_llvm: use cc::Build::define
Tamir Duberstein
-3
/
+3
2017-11-26
make OpenBSD to use libc++ instead of (e)stdc++
Sébastien Marie
-2
/
+2
2017-10-09
Auto merge of #45041 - est31:master, r=alexcrichton
bors
-1
/
+1
2017-10-07
rustc: Implement ThinLTO
Alex Crichton
-0
/
+1
2017-10-05
Remove nacl from librustc_llvm
est31
-1
/
+1
2017-09-28
Update to the `cc` crate
Alex Crichton
-2
/
+2
2017-09-05
disable gcc warnings
Ralf Jung
-0
/
+1
2017-09-02
update gcc crate
Ralf Jung
-1
/
+1
2017-06-30
rustc_llvm: re-run build script when env var LLVM_CONFIG changes
Venkata Giri Reddy
-5
/
+1
2017-06-16
Add target to use LLVM wasm backend
Thomas Lively
-1
/
+1
2017-06-04
rustc_llvm: re-run build script if config.toml changes
Venkata Giri Reddy
-0
/
+5
2017-05-20
Fix: "warning: redundant linker flag specified for library `ole32`"
Segev Finer
-4
/
+1
2017-04-25
Avoid the hexagon backend on old versions of LLVM
Michael Wu
-28
/
+38
2017-04-25
Add Hexagon support
Michael Wu
-1
/
+1
2017-04-24
Auto merge of #40123 - TimNN:llvm40, r=alexcrichton
bors
-0
/
+4
2017-04-23
FIN: windows-gnu: statically link gcc_s, pthread with llvm
Tim Neumann
-0
/
+4
2017-04-08
Specify type libraries for llvm-config --ldflags
Simonas Kazlauskas
-0
/
+3
2017-03-30
Make sure that -lole32 ends up *after* LLVM libs on the linker command line.
Vadim Chugunov
-0
/
+6
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-2
/
+2
2017-03-21
link agains relocatable libstdc++
Tim Neumann
-2
/
+7
2017-03-21
ci/netbsd: use the "official" cross compiler
Tim Neumann
-0
/
+6
2017-03-04
Add/remove `rerun-if-changed` when necessary
Vadim Petrochenkov
-3
/
+1
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-2
/
+0
2016-12-26
PTX support
Jorge Aparicio
-1
/
+1
2016-12-26
Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichton
bors
-1
/
+2
2016-12-19
fix tidy
Jorge Aparicio
-1
/
+2
2016-12-19
enable LLVM's SPARC backend
Jorge Aparicio
-1
/
+1
2016-12-18
OpenBSD has two stdc++ libraries: use the newer
Sébastien Marie
-2
/
+9
2016-11-19
Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddyb
bors
-0
/
+3
2016-11-17
rustbuild: update the llvm link logic further
Josh Stone
-26
/
+32
2016-11-16
rustbuild: allow dynamically linking LLVM
Josh Stone
-3
/
+20
2016-11-16
Rebuild rustc_llvm when the rustllvm source files change
Robin Kruppe
-0
/
+3
2016-11-12
enable the MSP430 LLVM backend
Jorge Aparicio
-1
/
+1
2016-11-09
rustc_llvm: Require 3.9 for --link-static
Alex Crichton
-1
/
+1
2016-11-06
Force static linking of LLVM
pweyck
-0
/
+13
2016-10-22
run rustfmt on librustc_llvm folder
Srinivas Reddy Thatiparthy
-21
/
+20
2016-09-30
Tidy
Brian Anderson
-1
/
+2
2016-09-30
Make the jsbackend an optional component
Jan-Erik Rediger
-1
/
+1
2016-09-25
Report which required build-time environment variable is not set
Jake Goulding
-3
/
+3
2016-08-26
initial support for s390x
Jorge Aparicio
-1
/
+1
2016-08-06
Merge branch 'master' into issue-30961
Cameron Hart
-6
/
+16
2016-08-03
remove the ExecutionEngine binding
Ariel Ben-Yehuda
-2
/
+1
2016-07-29
Make rust build pass LLVM_RUSTLLVM to C++ compiler
Cameron Hart
-0
/
+4
2016-07-29
Update parsing llvm-config output
Alex Crichton
-4
/
+15
[next]