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_llvm
/
build.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-1
/
+1
2020-01-14
Better support for cross compilation on Windows.
Daniel Frampton
-4
/
+6
2019-12-22
Format the world
Mark Rousskov
-56
/
+44
2019-10-30
Statically link libstdc++ on windows-gnu
Mateusz Mikuła
-1
/
+5
2019-09-04
fix a few typos in comments
Guanqun Lu
-3
/
+3
2019-08-17
Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton
Mazdak Farrokhzad
-0
/
+4
2019-08-15
Modify librustc_llvm to pass -DNDEBUG while compiling.
Joel Galenson
-0
/
+4
2019-08-15
add sparc64-unknown-openbsd target
Sébastien Marie
-2
/
+5
2019-07-26
Rollup merge of #62907 - nikic:msp430-asmparser, r=alexcrichton
Mazdak Farrokhzad
-0
/
+4
2019-07-24
Initialize the MSP430 AsmParser if available
Nikita Popov
-0
/
+4
2019-07-20
Don't link mcjit/interpreter LLVM components
Nikita Popov
-10
/
+3
2019-06-10
Pass LLVM linker flags to librustc_llvm build
Petr Hosek
-0
/
+15
2019-02-07
librustc_llvm => 2018
Taiki Endo
-3
/
+0
2019-01-26
Workaround presence of LLVM library in stage0/lib
Mark Rousskov
-0
/
+2
2019-01-25
librustc_llvm: default to libc++ for darwin
Josh Stone
-0
/
+2
2019-01-07
Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichton
Pietro Albini
-0
/
+3
2019-01-05
Provide the option to use libc++ even on all platforms
Petr Hosek
-0
/
+3
2019-01-02
bootstrap: Link LLVM as a dylib with ThinLTO
Alex Crichton
-0
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-25
Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"
kennytm
-4
/
+0
2018-12-17
bootstrap: Link LLVM as a dylib with ThinLTO
Alex Crichton
-0
/
+4
2018-12-12
Bump to 1.33.0
Alex Crichton
-2
/
+2
2018-10-23
Revert "rustc: Fix (again) simd vectors by-val in ABI"
Alex Crichton
-3
/
+1
2018-10-19
rustc: Fix (again) simd vectors by-val in ABI
Alex Crichton
-1
/
+3
2018-08-20
Actually enable the amdgpu component if present.
Richard Diamond
-1
/
+1
2018-08-01
[RISCV] Enable LLVM backend.
David Craven
-0
/
+4
2018-07-31
rustc_llvm: fix linking on mingw.
Irina Popa
-0
/
+1
2018-04-19
Add rerun-if-env-changed=RUST_CHECK to librustc_llvm
varkor
-0
/
+1
2018-04-18
Do not rebuild LLVM for x.py check
varkor
-0
/
+5
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
[next]