| Age | Commit message (Expand) | Author | Lines |
| 2025-09-06 | Remove want_summary argument from prepare_thin | bjorn3 | -1/+0 |
| 2025-08-29 | Update to ar_archive_writer 0.5.1 | Daniel Paoliello | -0/+2 |
| 2025-08-28 | Auto merge of #145877 - nikic:capture-address, r=tmiasko | bors | -1/+1 |
| 2025-08-26 | Use captures(address) instead of captures(none) for indirect args | Nikita Popov | -1/+1 |
| 2025-08-26 | Assert that LLVM range-attribute values don't exceed 128 bits | Zalathar | -11/+27 |
| 2025-08-24 | Rename `llvm::Bool` aliases to standard const case | Zalathar | -3/+2 |
| 2025-08-24 | Replace the `llvm::Bool` typedef with a proper newtype | Zalathar | -6/+55 |
| 2025-08-20 | Tell LLVM about read-only captures | Nikita Popov | -0/+1 |
| 2025-08-19 | Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3 | Stuart Cook | -157/+0 |
| 2025-08-19 | Rollup merge of #145432 - Zalathar:target-machine, r=wesleywiser | Stuart Cook | -1/+1 |
| 2025-08-18 | Rollup merge of #145420 - Zalathar:llvm-c, r=WaffleLapkin | Stuart Cook | -7/+12 |
| 2025-08-16 | Remove `LlvmArchiveBuilder` and supporting code/bindings | Zalathar | -157/+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-14 | Remove lto inline logic | Marcelo Domínguez | -26/+0 |
| 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) | -1/+17 |
| 2025-07-18 | add various wrappers for gpu code generation | Manuel Drehwald | -1/+17 |
| 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 | -10/+6 |
| 2025-07-11 | Auto merge of #142911 - mejrs:unsized, r=compiler-errors | bors | -6/+0 |
| 2025-07-10 | Rollup merge of #143722 - oli-obk:sound-llvm, r=dianqk | Trevor Gross | -4/+6 |
| 2025-07-10 | Make some "safe" llvm ops actually sound | Oli Scherer | -4/+6 |
| 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-07-07 | Remove unused allow attrs | Yotam Ofek | -1/+0 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-06-25 | Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4 | Jana Dönszelmann | -0/+17 |
| 2025-06-25 | added PrintTAFn flag for autodiff | Karan Janthe | -0/+17 |
| 2025-06-15 | Use `LLVMIntrinsicGetDeclaration` to completely remove the hardcoded intrinsi... | sayantn | -30/+6 |
| 2025-06-12 | Simplify implementation of Rust intrinsics by using type parameters in the cache | sayantn | -1/+56 |
| 2025-05-28 | get rid of rustc_codegen_ssa::common::AtomicOrdering | Ralf Jung | -4/+4 |
| 2025-05-12 | Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errors | bors | -18/+31 |
| 2025-05-11 | Rename `OperandBundleOwned` to `OperandBundleBox` | Zalathar | -9/+10 |
| 2025-05-11 | Make `LLVMRustInlineAsmVerify` take `*const c_uchar` | Zalathar | -1/+1 |
| 2025-05-11 | Add a safe wrapper for `LLVMAppendModuleInlineAsm` | Zalathar | -2/+14 |
| 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-28 | remove noinline attribute and add alwaysinline after AD pass | bit-aloo | -2/+32 |
| 2025-04-25 | add llvm wrappers and corresponding methods in attribute | bit-aloo | -0/+9 |
| 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 | -2/+4 |
| 2025-04-04 | add autodiff batching backend | Manuel Drehwald | -2/+4 |