about summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-514/+0
2020-09-04Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrumbors-1/+1
2020-09-01Link to zlib while cross-compiling LLVM on HaikuNiels Sascha Reedijk-1/+1
2020-08-30cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov-1/+0
2020-08-25Enable zlib for NetBSDMateusz Mikuła-0/+2
2020-08-19Fix windows-gnu host cross-compilationMateusz Mikuła-0/+9
2020-07-22Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-SimulacrumManish Goregaokar-15/+10
2020-07-22build: Harden env var tracking in build scriptsVadim Petrochenkov-14/+10
2020-07-22build: Remove unnecessary `build = "build.rs"` annotationsVadim Petrochenkov-1/+0
2020-07-22build: Remove unnecessary `cargo:rerun-if-env-changed` annotationsVadim Petrochenkov-1/+1
2020-07-20Update dependencies that have knowledge about aarch64-apple-darwinJake Goulding-2/+2
2020-07-17Generating the coverage mapRich Kadel-2/+17
2020-07-16apply bootstrap cfgsMark Rousskov-1/+1
2020-07-11RISC-V GNU/Linux as host platformmsizanoen1-0/+5
2020-06-26Rollup merge of #73507 - mati865:cleanup-mingw-llvm-linkage, r=matthewjasperManish Goregaokar-4/+2
2020-06-24lints: add `improper_ctypes_definitions`David Wood-0/+1
2020-06-19Cleanup MinGW LLVM linkage workaroundMateusz Mikuła-4/+2
2020-06-09[AVR] Add AVR platform supportJake Goulding-0/+9
2020-05-02Don't skip building LLVM if already builtMark Rousskov-1/+1
2020-04-11Don't emit rerun-if-changed on llvm-config if using system LLVMLuca Barbieri-10/+20
2020-03-23rustc_llvm: don't use -g when LLVM_NDEBUG is set.Eduard-Mihai Burtescu-0/+1
2020-02-27use char instead of &str for single char patternsMatthias Krüger-1/+1
2020-01-14Better support for cross compilation on Windows.Daniel Frampton-4/+6
2019-12-22Format the worldMark Rousskov-143/+161
2019-12-12Fix weird implicit dependency between rustllvm and rustc_codegen_llvmAaron Hill-0/+23
2019-10-30Statically link libstdc++ on windows-gnuMateusz Mikuła-1/+5
2019-09-04fix a few typos in commentsGuanqun Lu-3/+3
2019-08-17Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichtonMazdak Farrokhzad-0/+4
2019-08-15Modify librustc_llvm to pass -DNDEBUG while compiling.Joel Galenson-0/+4
2019-08-15add sparc64-unknown-openbsd targetSébastien Marie-2/+5
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-26Rollup merge of #62907 - nikic:msp430-asmparser, r=alexcrichtonMazdak Farrokhzad-0/+6
2019-07-24Initialize the MSP430 AsmParser if availableNikita Popov-0/+6
2019-07-20Don't link mcjit/interpreter LLVM componentsNikita Popov-10/+3
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-4/+0
2019-06-10Pass LLVM linker flags to librustc_llvm buildPetr Hosek-0/+15
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07librustc_llvm => 2018Taiki Endo-4/+2
2019-01-26Workaround presence of LLVM library in stage0/libMark Rousskov-0/+2
2019-01-25librustc_llvm: default to libc++ for darwinJosh Stone-0/+2
2019-01-07Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichtonPietro Albini-0/+3
2019-01-05Provide the option to use libc++ even on all platformsPetr Hosek-0/+3
2019-01-02bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-0/+4
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-25Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"kennytm-4/+0
2018-12-17bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-0/+4
2018-12-12Bump to 1.33.0Alex Crichton-2/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-10-23Revert "rustc: Fix (again) simd vectors by-val in ABI"Alex Crichton-3/+1