| Age | Commit message (Expand) | Author | Lines | 
|---|
| 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-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-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-23 | add LLVMRustDIBuilderCreateQualifiedType to ffi | Walnut | -0/+7 | 
| 2024-12-20 | Remove some dead code around import library generation | bjorn3 | -50/+0 | 
| 2024-11-26 | Pass end position of span through inline ASM cookie | beetrees | -1/+1 | 
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -0/+19 | 
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -0/+8 | 
| 2024-11-09 | Auto merge of #132584 - Zalathar:includes, r=cuviper | bors | -50/+106 | 
| 2024-11-08 | Don't use `LLVMRustStringWriteImpl` outside of `RawRustStringOstream` | Zalathar | -2/+2 | 
| 2024-11-04 | Simplify FFI calls for `-Ztime-llvm-passes` and `-Zprint-codegen-stats` | Zalathar | -20/+8 | 
| 2024-11-04 | Trim and tidy includes in `rustc_llvm` | Zalathar | -5/+15 | 
| 2024-11-04 | Move `LLVMRustAttribute[Kind]` out of `LLVMWrapper.h` | Zalathar | -45/+91 | 
| 2024-11-02 | Allow disabling ASan instrumentation for globals | Daniel Bertalan | -0/+19 | 
| 2024-10-30 | Clean up FFI calls for operand bundles | Zalathar | -64/+14 | 
| 2024-10-29 | Rollup merge of #132319 - Zalathar:add-module-flag, r=jieyouxu | Matthias Krüger | -12/+50 | 
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -7/+50 | 
| 2024-10-29 | Don't set unnecessary module flag "LTOPostLink" | Zalathar | -5/+0 | 
| 2024-10-29 | correct LLVMRustDIBuilderCreateOpLLVMFragment return type | klensy | -1/+1 | 
| 2024-10-27 | Use LLVM-C APIs for getting/setting visibility | Zalathar | -39/+0 | 
| 2024-10-26 | Use LLVM-C APIs for getting/setting linkage | Zalathar | -80/+0 | 
| 2024-10-25 | coverage: Emit MC/DC intrinsics using the normal helper method | Zalathar | -28/+0 | 
| 2024-10-25 | coverage: Emit `llvm.instrprof.increment` using the normal helper method | Zalathar | -11/+0 | 
| 2024-10-19 | llvm: Delete LLVMRustSetComdat | Jubilee Young | -10/+0 | 
| 2024-10-11 | RustWrapper: adapt for rename of Intrinsic::getDeclaration | Augie Fackler | -6/+19 | 
| 2024-10-08 | coverage. Disable supporting mcdc on llvm-18 | zhuyunxing | -8/+6 | 
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -24/+3 | 
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -2/+7 | 
| 2024-08-11 | Add range attribute to scalar function results and arguments | Andreas Jonson | -0/+12 | 
| 2024-07-30 | Disable MC/DC tests on LLVM 19 | Krasimir Georgiev | -1/+1 | 
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -2/+7 | 
| 2024-07-25 | LLVM: LLVM-20.0 removes MMX types | Matthew Maurer | -2/+0 | 
| 2024-07-12 | Remove LLVMRustDIBuilderInsertDeclareAtEnd return value | Nikita Popov | -11/+6 | 
| 2024-06-26 | Format C++ files in `llvm-wrapper` | DianQK | -530/+497 | 
| 2024-04-25 | Auto merge of #121298 - nikic:writable, r=cuviper | bors | -0/+10 |