| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -62/+0 | |
| 2024-08-31 | enable layout randomization in x86_64-gnu-llvm-17 CI job | The 8472 | -0/+1 | |
| 2024-05-29 | ci: Consolidate $IS_NOT_LATEST_LLVM into $EXTERNAL_LLVM | Jubilee Young | -4/+0 | |
| We want to only demand that we check for all components we expect if we actually built the components we expect, which means we built the LLVM. Otherwise, it isn't worth checking. | ||||
| 2024-03-17 | Update the minimum external LLVM to 17 | Josh Stone | -2/+1 | |
| 2024-03-15 | Greatly reduce GCC build logs | Guillaume Gomez | -1/+2 | |
| 2024-03-10 | Auto merge of #122042 - GuillaumeGomez:subtree-update_cg_gcc_2024-03-05, ↵ | bors | -3/+10 | |
| r=MarkSimulacrum Subtree update cg gcc 2024 03 05 Reopening of #121390. r? `@ghost` | ||||
| 2024-03-10 | Use full commit hash and remove `libgccjit.version` file | Guillaume Gomez | -1/+0 | |
| 2024-03-07 | ci: add a runner for vanilla LLVM 18 | Josh Stone | -0/+4 | |
| 2024-03-06 | Build libgccjit for all CI testsuites using it | Guillaume Gomez | -3/+11 | |
| 2024-01-07 | add a new `optimized_compiler_builtins` option | jyn | -0/+1 | |
| in particular, this makes the `c` feature for compiler-builtins an explicit opt-in, rather than silently detected by whether `llvm-project` is checked out on disk. exposing this is necessary because the `cc` crate doesn't support cross-compiling to MSVC, and we want people to be able to run `x check --target foo` regardless of whether they have a c toolchain available. this also uses the new option in CI, where we *do* want to optimize compiler_builtins. the new option is off by default for the `dev` channel and on otherwise. | ||||
| 2023-11-30 | Fix cg_gcc CI run | Guillaume Gomez | -1/+0 | |
| 2023-11-29 | Re-enable `rustc_codegen_gcc` tests in CI | Josh Stone | -0/+4 | |
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -1/+1 | |
| 2023-10-19 | ci: add a runner for vanilla LLVM 17 | Josh Stone | -0/+50 | |
