| Age | Commit message (Expand) | Author | Lines |
| 2025-09-19 | Auto merge of #146700 - Zalathar:quoted-args, r=nikic | bors | -21/+7 |
| 2025-09-18 | Move target machine command-line quoting from C++ to Rust | Zalathar | -21/+7 |
| 2025-09-17 | Use `LLVMDIBuilderCreateTypedef` | Zalathar | -10/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateQualifiedType` | Zalathar | -7/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateStaticMemberType` | Zalathar | -10/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateMemberType` | Zalathar | -11/+0 |
| 2025-09-17 | Rollup merge of #146631 - Zalathar:di-builder, r=nnethercote | Stuart Cook | -60/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateStructType` | Zalathar | -14/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreatePointerType` | Zalathar | -9/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateBasicType` | Zalathar | -8/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateArrayType` | Zalathar | -9/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateUnionType` | Zalathar | -13/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateSubroutineType` | Zalathar | -7/+0 |
| 2025-09-16 | Update the minimum external LLVM to 20 | Josh Stone | -110/+30 |
| 2025-09-11 | remove unused getLongestEntryLength | klensy | -8/+0 |
| 2025-09-11 | remove unused macro | klensy | -116/+0 |
| 2025-09-06 | Remove want_summary argument from prepare_thin | bjorn3 | -8/+3 |
| 2025-08-29 | Update to ar_archive_writer 0.5.1 | Daniel Paoliello | -42/+57 |
| 2025-08-28 | Move ___asan_globals_registered export | bjorn3 | -6/+0 |
| 2025-08-28 | Auto merge of #145877 - nikic:capture-address, r=tmiasko | bors | -10/+5 |
| 2025-08-26 | Use captures(address) instead of captures(none) for indirect args | Nikita Popov | -10/+5 |
| 2025-08-26 | Assert that LLVM range-attribute values don't exceed 128 bits | Zalathar | -0/+3 |
| 2025-08-20 | Tell LLVM about read-only captures | Nikita Popov | -0/+8 |
| 2025-08-19 | Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3 | Stuart Cook | -208/+0 |
| 2025-08-16 | Remove `LlvmArchiveBuilder` and supporting code/bindings | Zalathar | -208/+0 |
| 2025-08-15 | Use `LLVMGetTypeKind` | Zalathar | -54/+0 |
| 2025-08-15 | Use `LLVMSetTailCallKind` | Zalathar | -26/+0 |
| 2025-08-11 | Set dead_on_return attribute for indirect arguments | Nikita Popov | -0/+7 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -62/+3 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -0/+26 |
| 2025-07-28 | Rollup merge of #144503 - bjorn3:lto_refactors3, r=petrochenkov | Matthias Krüger | -34/+0 |
| 2025-07-26 | Implement support for explicit tail calls in the MIR block builders and the L... | Joel Wejdenstål | -0/+26 |
| 2025-07-25 | Use the object crate rather than LLVM for extracting bitcode sections | bjorn3 | -34/+0 |
| 2025-07-23 | RustWrapper: Suppress getNextNonDebugInfoInstruction | WANG Rui | -1/+1 |
| 2025-07-22 | Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+37 |
| 2025-07-20 | Rollup merge of #144116 - nikic:llvm-21-fixes, r=dianqk | Matthias Krüger | -1/+4 |
| 2025-07-19 | Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4 | Matthias Krüger | -0/+13 |
| 2025-07-18 | add various wrappers for gpu code generation | Manuel Drehwald | -0/+37 |
| 2025-07-18 | Pass wasm exception model to TargetOptions | Nikita Popov | -1/+4 |
| 2025-07-02 | awhile -> a while where appropriate | наб | -1/+1 |
| 2025-07-02 | fix: Fix TypePrintFn flag passing for autodiff codegen | Karan Janthe | -0/+13 |
| 2025-05-11 | Use `LLVMGetInlineAsm` | Zalathar | -27/+0 |
| 2025-05-01 | PassWrapper: adapt for llvm/llvm-project@f137c3d592e96330e450a8fd63ef7e8877fc... | Erick Tryzelaar | -0/+5 |
| 2025-04-29 | Rollup merge of #140400 - durin42:llvm-21-getguid, r=cuviper | Trevor Gross | -4/+9 |
| 2025-04-28 | PassWrapper: adapt for llvm/llvm-project@d3d856ad8469 | Augie Fackler | -4/+9 |
| 2025-04-28 | remove noinline attribute and add alwaysinline after AD pass | bit-aloo | -4/+6 |
| 2025-04-25 | add llvm wrappers and corresponding methods in attribute | bit-aloo | -0/+19 |
| 2025-04-12 | fix LooseTypes flag and PrintMod behaviour, add debug helper | Manuel Drehwald | -2/+28 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -129/+14 |
| 2025-04-05 | Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk | Stuart Cook | -0/+10 |