| Age | Commit message (Expand) | Author | Lines |
| 2023-03-24 | Rename 'src/bootstrap/native.rs' to llvm.rs | Robin Hafid | -1358/+0 |
| 2023-03-22 | Rollup merge of #109373 - ids1024:llvm-unreachable-optimize, r=ozkanonur | Matthias Krüger | -0/+1 |
| 2023-03-21 | Set LLVM `LLVM_UNREACHABLE_OPTIMIZE` to `OFF` | Ian Douglas Scott | -0/+1 |
| 2023-03-20 | Rollup merge of #109170 - eggyal:xc-linux-cmake, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-03-15 | Set CMAKE_SYSTEM_NAME for Linux targets | Alan Egerton | -0/+2 |
| 2023-03-15 | add `enable-warnings` flag for llvm | ozkanonur | -6/+3 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -1/+1 |
| 2023-03-09 | only call git on git checkouts | Jacob Heider | -1/+1 |
| 2023-03-07 | Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviper | Yuki Okushi | -4/+0 |
| 2023-03-05 | Remove the option to disable `llvm-version-check` | Joshua Nelson | -4/+0 |
| 2023-03-05 | Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum | Matthias Krüger | -9/+0 |
| 2023-03-04 | Apply BOLT optimizations without rebuilding LLVM | Jakub Beránek | -23/+0 |
| 2023-03-02 | Auto merge of #107879 - icedrocket:update-llvm, r=cuviper | bors | -9/+12 |
| 2023-03-01 | Remove `llvm.skip-rebuild` option | Joshua Nelson | -9/+0 |
| 2023-02-28 | Skip test `download_ci_llvm` with modified LLVM | Josh Stone | -9/+12 |
| 2023-02-21 | Revert "port over symlink_file function from Build to Config and create symli... | Jakub Beránek | -1/+1 |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -3/+22 |
| 2023-02-12 | Add sanitizer support for modern iOS platforms | Keith Smiley | -3/+22 |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -2/+2 |
| 2023-02-09 | port over symlink_file function from Build to Config and create symlink for l... | Zephaniah Ong | -1/+1 |
| 2023-01-27 | Revisit fix_is_ci_llvm_available logic; read build triple from toml | Sergey Prytkov | -34/+31 |
| 2023-01-20 | Enable sanitizers for s390x-linux | Ulrich Weigand | -0/+6 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -3/+3 |
| 2023-01-06 | Auto merge of #106415 - Nilstrieb:where-is-my-master-branch, r=jyn514 | bors | -1/+3 |
| 2023-01-05 | Add vendor to Fuchsia's target triple | David Koloski | -2/+2 |
| 2023-01-03 | turn a comment into an actual doc comment | Rémy Rakic | -7/+7 |
| 2023-01-03 | slight cleanup | Rémy Rakic | -2/+1 |
| 2023-01-03 | make the `native::LLD` step able to use an already built lld | Rémy Rakic | -0/+14 |
| 2023-01-03 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -1/+3 |
| 2022-12-31 | Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-... | Joshua Nelson | -3/+1 |
| 2022-12-30 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -1/+3 |
| 2022-12-22 | Auto merge of #106000 - nikic:lld-build, r=Mark-Simulacrum | bors | -63/+46 |
| 2022-12-22 | Use LLVM_CMAKE_DIR for lld build | Nikita Popov | -59/+46 |
| 2022-12-21 | Don't explicitly set C++ standard for lld | Nikita Popov | -4/+0 |
| 2022-12-19 | Fix arch flag on i686-apple-darwin | Marcus Calhoun-Lopez | -0/+3 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -79/+5 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -10/+10 |
| 2022-11-03 | Fix artifact version/channel detection for stable | Mark Rousskov | -2/+2 |
| 2022-10-10 | Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrum | bors | -0/+29 |
| 2022-10-09 | Use BOLT in x64 dist CI to optimize LLVM | Jakub Beránek | -0/+29 |
| 2022-10-07 | Don't run llvm-config in dry runs | Josh Stone | -5/+10 |
| 2022-10-07 | Let llvm-config tell us where to find its tools | Josh Stone | -9/+4 |
| 2022-10-02 | Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrum | bors | -22/+30 |
| 2022-10-01 | fix: use git-commit-info for version information | dawnofmidnight | -22/+30 |
| 2022-09-16 | Remove the allow-list for dynamic linking of LLVM tools | Chris Wailes | -7/+2 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-28 | add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open... | Sébastien Marie | -2/+3 |
| 2022-08-20 | Enable downloading prebuilt LLVM in test builders | Mark Rousskov | -1/+7 |
| 2022-08-19 | Refactor if-available setting to work in CI | Mark Rousskov | -9/+74 |