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
Age
Commit message (
Expand
)
Author
Lines
2020-09-09
Move `rustllvm` into `rustc_llvm`
Vadim Petrochenkov
-514
/
+0
2020-09-04
Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrum
bors
-1
/
+1
2020-09-01
Link to zlib while cross-compiling LLVM on Haiku
Niels Sascha Reedijk
-1
/
+1
2020-08-30
cleanup: Remove duplicate library names from `Cargo.toml`s
Vadim Petrochenkov
-1
/
+0
2020-08-25
Enable zlib for NetBSD
Mateusz Mikuła
-0
/
+2
2020-08-19
Fix windows-gnu host cross-compilation
Mateusz Mikuła
-0
/
+9
2020-07-22
Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum
Manish Goregaokar
-15
/
+10
2020-07-22
build: Harden env var tracking in build scripts
Vadim Petrochenkov
-14
/
+10
2020-07-22
build: Remove unnecessary `build = "build.rs"` annotations
Vadim Petrochenkov
-1
/
+0
2020-07-22
build: Remove unnecessary `cargo:rerun-if-env-changed` annotations
Vadim Petrochenkov
-1
/
+1
2020-07-20
Update dependencies that have knowledge about aarch64-apple-darwin
Jake Goulding
-2
/
+2
2020-07-17
Generating the coverage map
Rich Kadel
-2
/
+17
2020-07-16
apply bootstrap cfgs
Mark Rousskov
-1
/
+1
2020-07-11
RISC-V GNU/Linux as host platform
msizanoen1
-0
/
+5
2020-06-26
Rollup merge of #73507 - mati865:cleanup-mingw-llvm-linkage, r=matthewjasper
Manish Goregaokar
-4
/
+2
2020-06-24
lints: add `improper_ctypes_definitions`
David Wood
-0
/
+1
2020-06-19
Cleanup MinGW LLVM linkage workaround
Mateusz Mikuła
-4
/
+2
2020-06-09
[AVR] Add AVR platform support
Jake Goulding
-0
/
+9
2020-05-02
Don't skip building LLVM if already built
Mark Rousskov
-1
/
+1
2020-04-11
Don't emit rerun-if-changed on llvm-config if using system LLVM
Luca Barbieri
-10
/
+20
2020-03-23
rustc_llvm: don't use -g when LLVM_NDEBUG is set.
Eduard-Mihai Burtescu
-0
/
+1
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
-143
/
+161
2019-12-12
Fix weird implicit dependency between rustllvm and rustc_codegen_llvm
Aaron Hill
-0
/
+23
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-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-26
Rollup merge of #62907 - nikic:msp430-asmparser, r=alexcrichton
Mazdak Farrokhzad
-0
/
+6
2019-07-24
Initialize the MSP430 AsmParser if available
Nikita Popov
-0
/
+6
2019-07-20
Don't link mcjit/interpreter LLVM components
Nikita Popov
-10
/
+3
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-4
/
+0
2019-06-10
Pass LLVM linker flags to librustc_llvm build
Petr Hosek
-0
/
+15
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-07
librustc_llvm => 2018
Taiki Endo
-4
/
+2
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
-20
/
+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-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-10-23
Revert "rustc: Fix (again) simd vectors by-val in ABI"
Alex Crichton
-3
/
+1
[next]