| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3 | Stuart Cook | -46/+0 |
| 2025-08-19 | Rollup merge of #145432 - Zalathar:target-machine, r=wesleywiser | Stuart Cook | -1/+1 |
| 2025-08-16 | Remove `LlvmArchiveBuilder` and supporting code/bindings | Zalathar | -46/+0 |
| 2025-08-15 | Avoid an explicit cast from `*const c_uchar` to `*const c_char` | Zalathar | -1/+1 |
| 2025-08-15 | Use `LLVMGetTypeKind` | Zalathar | -6/+10 |
| 2025-08-15 | Use `LLVMSetTailCallKind` | Zalathar | -1/+2 |
| 2025-08-11 | Set dead_on_return attribute for indirect arguments | Nikita Popov | -0/+1 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -4/+0 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -0/+11 |
| 2025-07-26 | Implement support for explicit tail calls in the MIR block builders and the L... | Joel Wejdenstål | -0/+11 |
| 2025-07-25 | Use the object crate rather than LLVM for extracting bitcode sections | bjorn3 | -7/+0 |
| 2025-07-22 | Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+8 |
| 2025-07-18 | add various wrappers for gpu code generation | Manuel Drehwald | -0/+8 |
| 2025-07-18 | Pass wasm exception model to TargetOptions | Nikita Popov | -0/+1 |
| 2025-07-14 | Shrink some `unsafe` blocks in cg_llvm | Oli Scherer | -4/+4 |
| 2025-07-14 | Avoid a bunch of unnecessary `unsafe` blocks in cg_llvm | Oli Scherer | -3/+3 |
| 2025-07-11 | Auto merge of #142911 - mejrs:unsized, r=compiler-errors | bors | -6/+0 |
| 2025-07-08 | fix: correct parameter names in LLVMRustBuildMinNum and LLVMRustBuildMaxNum F... | Dillon Amburgey | -2/+2 |
| 2025-07-07 | Remove support for dynamic allocas | mejrs | -6/+0 |
| 2025-06-15 | Use `LLVMIntrinsicGetDeclaration` to completely remove the hardcoded intrinsi... | sayantn | -6/+2 |
| 2025-06-12 | Simplify implementation of Rust intrinsics by using type parameters in the cache | sayantn | -0/+12 |
| 2025-05-28 | get rid of rustc_codegen_ssa::common::AtomicOrdering | Ralf Jung | -4/+4 |
| 2025-05-11 | Make `LLVMRustInlineAsmVerify` take `*const c_uchar` | Zalathar | -1/+1 |
| 2025-05-11 | Add a safe wrapper for `LLVMAppendModuleInlineAsm` | Zalathar | -2/+6 |
| 2025-05-11 | Use `LLVMGetInlineAsm` | Zalathar | -13/+14 |
| 2025-05-11 | Add a searchable tag `PTR_LEN_STR` to explain `*const c_uchar` bindings | Zalathar | -2/+2 |
| 2025-05-09 | remove 'unordered' atomic intrinsics | Ralf Jung | -1/+1 |
| 2025-04-12 | fix LooseTypes flag and PrintMod behaviour, add debug helper | Manuel Drehwald | -0/+3 |
| 2025-04-05 | Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk | Stuart Cook | -1/+1 |
| 2025-04-04 | add autodiff batching backend | Manuel Drehwald | -1/+1 |
| 2025-03-25 | Reduce visibility of most items in `rustc_codegen_llvm` | Daniel Paoliello | -87/+95 |
| 2025-03-20 | coverage: Add LLVM plumbing for expansion regions | Zalathar | -0/+2 |
| 2025-03-07 | Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco | Matthias Krüger | -6/+16 |
| 2025-03-02 | Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin" | Michael Goulet | -1/+0 |
| 2025-03-01 | Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikic | bors | -1/+3 |
| 2025-02-24 | Mark more LLVM FFI as safe | Oli Scherer | -3/+13 |
| 2025-02-24 | Use a safe wrapper around an LLVM FFI function | Oli Scherer | -1/+1 |
| 2025-02-24 | Make allocator shim creation mostly use safe code | Oli Scherer | -1/+1 |
| 2025-02-24 | Use safe FFI for various functions in codegen_llvm | Oli Scherer | -1/+1 |
| 2025-02-23 | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK | -1/+3 |
| 2025-02-19 | Switch to the LLVMBuildGEPWithNoWrapFlags API | Nikita Popov | -9/+13 |
| 2025-02-13 | Set both `nuw` and `nsw` in slice size calculation | Scott McMurray | -0/+2 |
| 2025-02-13 | cg_llvm: Reduce visibility of all functions in the llvm module | Daniel Paoliello | -364/+414 |
| 2025-02-13 | Remove `LLVMGetModuleContext` | Zalathar | -1/+0 |
| 2025-02-11 | Document some safety constraints and use more safe wrappers | Oli Scherer | -1/+1 |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -0/+1 |
| 2025-02-07 | fix non-enzyme builds | Manuel Drehwald | -0/+1 |
| 2025-02-06 | Remove dead code from rustc_codegen_llvm and the LLVM wrapper | Daniel Paoliello | -29/+0 |
| 2025-02-05 | Rollup merge of #136375 - Zalathar:llvm-di-builder, r=workingjubilee | León Orell Valerian Liehr | -40/+100 |
| 2025-01-31 | Override `disjoint_or` in the LLVM backend | Scott McMurray | -0/+3 |