| Age | Commit message (Expand) | Author | Lines |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -2/+2 |
| 2021-03-01 | Set CMAKE_SYSTEM_NAME for solaris/illumos | Nikita Popov | -0/+2 |
| 2021-02-07 | HWASan support | Tri Vo | -1/+1 |
| 2021-01-30 | Revert "Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrum" | Nikita Popov | -4/+1 |
| 2021-01-28 | Use LLVM_USE_LINKER instead of LLVM_ENABLE_LLD | Nikita Popov | -1/+1 |
| 2021-01-28 | Update Python and Clang on x86 dist images | Nikita Popov | -0/+3 |
| 2021-01-15 | Allow downloading LLVM on Windows | Joshua Nelson | -1/+0 |
| 2020-12-09 | Enable ASan, TSan, UBSan for aarch64-apple-darwin. | Corey Farwell | -0/+1 |
| 2020-11-12 | Bump the minimal supported LLVM version in the bootstrapping code to 9.0 | DevJPM | -2/+2 |
| 2020-10-30 | Enable LLVM Polly via llvm-args. | Joseph Rafael Ferrer | -0/+4 |
| 2020-10-16 | Haiku: explicitly set CMAKE_SYSTEM_NAME when cross-compiling | Niels Sascha Reedijk | -0/+2 |
| 2020-09-28 | Auto merge of #77008 - fortanix:raoul/lvi-tests, r=Mark-Simulacrum | bors | -2/+8 |
| 2020-09-25 | Patch compilation test helpers for sgx platform | Raoul Strackx | -2/+8 |
| 2020-09-22 | Auto merge of #76810 - Mark-Simulacrum:fix-lld-macos, r=alexcrichton | bors | -3/+8 |
| 2020-09-19 | Do not link LLVM tools to LLVM dylib unless rustc is | Mark Rousskov | -3/+8 |
| 2020-09-18 | bootstrap: move the version number to a plaintext file | Pietro Albini | -2/+1 |
| 2020-09-15 | Enable shared linking to LLVM on non-Windows | Mark Rousskov | -0/+4 |
| 2020-09-08 | rustbuild: don't set PYTHON_EXECUTABLE and WITH_POLLY cmake vars since they a... | Matthias Krüger | -5/+0 |
| 2020-09-01 | Move ninja requirements to a dynamic check, when actually building | Mark Rousskov | -4/+4 |
| 2020-08-25 | Enable zlib for NetBSD | Mateusz Mikuła | -3/+1 |
| 2020-08-22 | bootstrap: fix a couple of clippy lint warnings | Matthias Krüger | -2/+2 |
| 2020-08-18 | Fix asm compiler flags change from cmake 0.1.44 | Tomasz Miąsko | -1/+2 |
| 2020-08-15 | Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk | bors | -0/+1 |
| 2020-08-14 | Rollup merge of #75376 - tmiasko:cmake-system-name, r=Mark-Simulacrum | Tyler Mandry | -8/+16 |
| 2020-08-14 | Disable zlib in LLVM on aarch64-apple-darwin | Mike Hommey | -1/+1 |
| 2020-08-13 | Set CMAKE_SYSTEM_NAME when cross-compiling | Tomasz Miąsko | -8/+16 |
| 2020-08-09 | Add sanitizer support on FreeBSD | Greg V | -0/+1 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -19/+20 |
| 2020-07-15 | Rollup merge of #72973 - msizanoen1:riscv-host, r=pietroalbini | Manish Goregaokar | -2/+22 |
| 2020-07-12 | Don't allow `DESTDIR` to influence LLVM builds | Jake Goulding | -0/+5 |
| 2020-07-11 | RISC-V GNU/Linux as host platform | msizanoen1 | -2/+22 |
| 2020-07-08 | Fix cross-compilation of LLVM to aarch64 Windows targets | Arlo Siemsen | -8/+23 |
| 2020-07-01 | Explicitly check for iOS/tvOS. | aspen | -1/+1 |
| 2020-07-01 | Also document iphoneos-version-min. | aspen | -0/+1 |
| 2020-07-01 | Document the CMake defines. | aspen | -1/+4 |
| 2020-06-30 | Don't break on iOS Simulator builds. | aspen | -1/+5 |
| 2020-06-30 | Only set the flag in LLVM builds. | aspen | -0/+3 |
| 2020-06-30 | Changes required for rustc/cargo to build for iOS targets | aspen | -0/+8 |
| 2020-06-21 | Auto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark-Simulacrum | bors | -1/+8 |
| 2020-06-20 | bootstrap: Factor out common code in supported_sanitizers | Tomasz Miąsko | -45/+29 |
| 2020-06-20 | bootstrap: Build sanitizer runtimes for aarch64-unknown-linux-gnu | Tomasz Miąsko | -0/+9 |
| 2020-06-11 | Enable LLVM zlib when building LLD | Jethro Beekman | -1/+8 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -1/+1 |
| 2020-05-20 | Set CMAKE_CXX_STANDARD when compiling LLD | Nikita Popov | -0/+4 |
| 2020-05-10 | remove lldb package from bootstrap, config and build-manifest | Ralf Jung | -12/+4 |
| 2020-05-02 | Extract stamp testing for LLVM | Mark Rousskov | -45/+71 |
| 2020-04-24 | Fix cross-compiling LLD to different platforms | Alex Crichton | -1/+20 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -2/+2 |
| 2020-04-07 | Make LLVM version suffix independent of rustc version on dev channel | Tomasz Miąsko | -3/+7 |
| 2020-03-05 | bootstrap: Use hash to determine if sanitizers needs to be rebuilt | Tomasz Miąsko | -31/+67 |