| Age | Commit message (Expand) | Author | Lines |
| 2020-11-12 | explicitly add llvm-9-dev in dockerfile | DevJPM | -0/+1 |
| 2020-11-12 | Bumped minimal tested LLVM version to 9 | DevJPM | -4/+4 |
| 2020-11-11 | Linux dist: don't include unique symbols in libLLVM | Jethro Beekman | -1/+2 |
| 2020-11-09 | Rollup merge of #78746 - pietroalbini:i686-freebsd, r=Mark-Simulacrum | Dylan DPC | -37/+7 |
| 2020-11-09 | Rollup merge of #77016 - Mark-Simulacrum:clippy-tests, r=pietroalbini | Dylan DPC | -0/+4 |
| 2020-11-09 | Rollup merge of #78228 - pietroalbini:finally, r=Mark-Simulacrum | Dylan DPC | -19/+4 |
| 2020-11-07 | Run tools builder on subtree changes | Mark Rousskov | -0/+4 |
| 2020-11-06 | Add debug asserts to PR builder | Mark Rousskov | -6/+0 |
| 2020-11-06 | Re-enable debug and LLVM assertions | Mark Rousskov | -31/+0 |
| 2020-11-07 | Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514 | Yuki Okushi | -19/+40 |
| 2020-11-06 | ignore shellcheck error SC2068 | Daiki Ihara | -1/+2 |
| 2020-11-06 | fix shellcheck error of SC2068 | Daiki Ihara | -20/+20 |
| 2020-11-06 | fix shellcheck error of SC1008 | Daiki Ihara | -0/+1 |
| 2020-11-06 | fix shellcheck error of SC2148 | Daiki Ihara | -0/+19 |
| 2020-11-05 | ci: build docs for aarch64-unknown-linux-gnu | Pietro Albini | -2/+1 |
| 2020-11-05 | ci: gate on aarch64-gnu passing tests | Pietro Albini | -17/+3 |
| 2020-11-05 | ci: bump actions/checkout to version 2 | Pietro Albini | -1/+1 |
| 2020-11-04 | ci: demote i686-unknown-freebsd to tier 2 compiler target | Pietro Albini | -37/+7 |
| 2020-10-28 | ci: update x86_64-gnu and x86_64-gnu-debug to ubuntu:20.04 | Josh Stone | -2/+4 |
| 2020-10-24 | Rollup merge of #78309 | Mara Bos | -1/+1 |
| 2020-10-24 | Use own mirror for linux headers in musl-toolchain CI script. | Mara Bos | -2/+8 |
| 2020-10-23 | Fix Ubuntu download URL | Jonas Schievink | -1/+1 |
| 2020-10-14 | Update Xcode beta version to allow aarch64-apple-darwin to compile again | Jake Goulding | -1/+1 |
| 2020-10-14 | Rollup merge of #77239 - shepmaster:silicon-ci-plus, r=pietroalbini | Yuki Okushi | -7/+10 |
| 2020-10-13 | Auto merge of #77762 - pietroalbini:dist-build-manifest, r=Mark-Simulacrum | bors | -1/+3 |
| 2020-10-13 | Auto merge of #77759 - tblah:fix_riscv_qemu, r=pietroalbini | bors | -3/+3 |
| 2020-10-12 | Configure jemalloc for cross-compilation to aarch64-apple-darwin | Jake Goulding | -0/+8 |
| 2020-10-12 | Enable building Cargo for aarch64-apple-darwin | Jake Goulding | -7/+2 |
| 2020-10-12 | ci: also build the build-manifest component on dist-x86_64-linux | Pietro Albini | -1/+3 |
| 2020-10-12 | Auto merge of #75914 - arlosi:aarch64-ci, r=pietroalbini | bors | -1/+20 |
| 2020-10-11 | Auto merge of #75991 - shepmaster:silicon-ci, r=pietroalbini | bors | -3/+56 |
| 2020-10-09 | ci: disabled: riscv: work around QEMU regression | Tom Eccles | -3/+3 |
| 2020-10-03 | Check all Cargo targets on CI | Mark Rousskov | -1/+1 |
| 2020-10-02 | Rollup merge of #77453 - pietroalbini:ci-no-more-azure, r=Mark-Simulacrum | Jonas Schievink | -181/+3 |
| 2020-10-02 | ci: stop running macOS builds on Azure Pipelines | Pietro Albini | -181/+3 |
| 2020-10-01 | ci: switch to environment files to change the environment on GHA | Pietro Albini | -2/+2 |
| 2020-10-01 | Add a cross-compiling aarch64-apple-darwin CI builder | Jake Goulding | -3/+56 |
| 2020-09-30 | Rollup merge of #77280 - petrochenkov:llvmcomp, r=Mark-Simulacrum | Jonas Schievink | -0/+2 |
| 2020-09-30 | Auto merge of #77294 - shepmaster:try-anchors, r=pietroalbini | bors | -13/+13 |
| 2020-09-29 | Use --host='' instead of --host '' | Tyler Mandry | -14/+14 |
| 2020-09-29 | Ensure that all LLVM components requested by tests are available on CI | Vadim Petrochenkov | -0/+2 |
| 2020-09-28 | Update CI scripts to accommodate --host change | Tyler Mandry | -15/+15 |
| 2020-09-28 | Use an anchor for the try build | Jake Goulding | -3/+3 |
| 2020-09-28 | Move the try builder below the auto builders | Jake Goulding | -12/+12 |
| 2020-09-25 | Adds a GitHub Actions CI build for aarch64-pc-windows-msvc via cross-compilat... | Arlo Siemsen | -1/+20 |
| 2020-09-19 | Do not link LLVM tools to LLVM dylib unless rustc is | Mark Rousskov | -7/+0 |
| 2020-09-18 | Make sure we build target-only things (e.g., docs) for host platforms too | Mark Rousskov | -3/+3 |
| 2020-09-18 | Remove duplicate macOS builders | Mark Rousskov | -36/+0 |
| 2020-09-16 | Auto merge of #76420 - Gelbpunkt:aarch64-linux-musl, r=pietroalbini | bors | -23/+13 |
| 2020-09-16 | Rollup merge of #76681 - tshepang:unused, r=Mark-Simulacrum | Dylan DPC | -52/+0 |