| Age | Commit message (Expand) | Author | Lines |
| 2025-03-13 | Rollup merge of #138420 - zmodem:cfifunctionindex_fix, r=durin42 | Matthias Krüger | -0/+9 |
| 2025-03-12 | Adapt to LLVM dropping CfiFunctionIndex::begin()/end() | Hans Wennborg | -0/+9 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+3 |
| 2025-03-07 | Rollup merge of #138137 - ZequanWu:fix-triple, r=cuviper | Jacob Pratt | -2/+6 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -0/+3 |
| 2025-03-06 | rename Triple to Target | Zequan Wu | -3/+3 |
| 2025-03-06 | setTargetTriple now accepts Triple rather than string | Zequan Wu | -0/+4 |
| 2025-03-06 | [llvm/PassWrapper] use `size_t` when building arg strings | Josh Stone | -5/+5 |
| 2025-03-04 | promote ohos targets to tier to with host tools | LuuuXXX | -1/+2 |
| 2025-03-01 | Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikic | bors | -16/+50 |
| 2025-02-28 | compiler: bump `cc` to 1.2.16 to fix `x86` Windows jobs on newest Windows SDK | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -0/+18 |
| 2025-02-23 | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK | -16/+50 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -3/+7 |
| 2025-02-21 | update enzyme submodule and users | Manuel Drehwald | -3/+6 |
| 2025-02-22 | Fix overcapturing, unsafe extern blocks, and new unsafe ops | Michael Goulet | -2/+6 |
| 2025-02-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-19 | Switch to the LLVMBuildGEPWithNoWrapFlags API | Nikita Popov | -0/+18 |
| 2025-02-14 | Quote embedded codeview command line arguments | Nikita Popov | -8/+12 |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -2/+24 |
| 2025-02-10 | Rollup merge of #136707 - clubby789:cmake-bisect, r=jieyouxu | Jubilee | -1/+1 |
| 2025-02-10 | Bump `cc` to v1.2.13 for the compiler workspace | clubby789 | -1/+1 |
| 2025-02-10 | move second opt run to lto phase and cleanup code | Manuel Drehwald | -3/+12 |
| 2025-02-07 | fix non-enzyme builds | Manuel Drehwald | -7/+10 |
| 2025-02-07 | get tests to work without -Z/-C flags | Manuel Drehwald | -0/+10 |
| 2025-02-06 | Remove dead code from rustc_codegen_llvm and the LLVM wrapper | Daniel Paoliello | -31/+0 |
| 2025-02-01 | Use `LLVMDIBuilderCreateDebugLocation` | Zalathar | -10/+0 |
| 2025-02-01 | Use `LLVMDIBuilderCreateLexicalBlockFile` | Zalathar | -6/+0 |
| 2025-02-01 | Use `LLVMDIBuilderCreateLexicalBlock` | Zalathar | -8/+0 |
| 2025-02-01 | Use `LLVMDIBuilderCreateNameSpace` | Zalathar | -8/+0 |
| 2025-02-01 | Use `LLVMDIBuilderFinalize` | Zalathar | -4/+0 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -106/+101 |
| 2025-01-31 | Rollup merge of #136326 - Zalathar:llvm-di-builder-ref, r=nikic | Matthias Krüger | -106/+101 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -3/+2 |
| 2025-01-31 | Remove the temporary typedef for `LLVMRustDIFlags` | Zalathar | -16/+10 |
| 2025-01-31 | Replace our `LLVMRustDIBuilderRef` with LLVM-C's `LLVMDIBuilderRef` | Zalathar | -90/+91 |
| 2025-01-30 | use Attribute::getWithCaptureInfo | Hans Wennborg | -2/+1 |
| 2025-01-30 | LLVM changed the nocapture attribute to captures(none) | Hans Wennborg | -0/+11 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -3/+2 |
| 2025-01-21 | Make our `DIFlags` match `LLVMDIFlags` in the LLVM-C API | Zalathar | -114/+68 |
| 2025-01-07 | llvm: Ignore error value that is always false | Matthew Maurer | -8/+2 |
| 2025-01-05 | Use constants for DWARF opcodes, instead of FFI calls | Zalathar | -12/+4 |
| 2025-01-04 | Auto merge of #133990 - Walnut356:static_const, r=workingjubilee | bors | -0/+7 |
| 2025-01-03 | Bump cc in the compiler | Chris Denton | -1/+1 |
| 2025-01-01 | upstream rustc_codegen_llvm changes for enzyme/autodiff | Manuel Drehwald | -0/+77 |
| 2024-12-30 | force enum `DISCR_*` to `const u64` to allow for inspection via LLDB's `SBTyp... | Walnut | -3/+3 |
| 2024-12-30 | rustc_llvm: expose FloatABIType target machine parameter | Ralf Jung | -5/+21 |