| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco | Matthias Krüger | -7/+18 |
| 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-28 | Rollup merge of #137713 - vayunbiyani:fix-enzyme-build-errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-02-25 | Fix enzyme build errors | Vayun Biyani | -2/+2 |
| 2025-02-24 | Mark more LLVM FFI as safe | Oli Scherer | -4/+15 |
| 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-24 | codegen_llvm: avoid `Deref` impls w/ extern type | David Wood | -11/+10 |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -9/+13 |
| 2025-02-23 | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK | -1/+3 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -2/+2 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -0/+94 |
| 2025-02-22 | Fix overcapturing, unsafe extern blocks, and new unsafe ops | Michael Goulet | -2/+2 |
| 2025-02-20 | Merge two operations that were always performed together | Oli Scherer | -0/+6 |
| 2025-02-20 | Create safe helper for LLVMSetDLLStorageClass | Oli Scherer | -0/+6 |
| 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 | -420/+479 |
| 2025-02-13 | Remove `LLVMGetModuleContext` | Zalathar | -1/+0 |
| 2025-02-11 | Document some safety constraints and use more safe wrappers | Oli Scherer | -1/+5 |
| 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-06 | Remove some unused glob re-exports | Zalathar | -4/+0 |
| 2025-02-05 | Rollup merge of #136375 - Zalathar:llvm-di-builder, r=workingjubilee | León Orell Valerian Liehr | -40/+100 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -0/+3 |
| 2025-01-31 | Override `disjoint_or` in the LLVM backend | Scott McMurray | -0/+3 |
| 2025-02-01 | Explain why (some) pointer/length strings are `*const c_uchar` | Zalathar | -0/+12 |
| 2025-02-01 | Add FIXME for auditing optional parameters passed to DIBuilder | Zalathar | -0/+4 |
| 2025-02-01 | Use `LLVMDIBuilderCreateDebugLocation` | Zalathar | -6/+8 |
| 2025-02-01 | Use `LLVMDIBuilderCreateLexicalBlockFile` | Zalathar | -9/+9 |
| 2025-02-01 | Use `LLVMDIBuilderCreateLexicalBlock` | Zalathar | -8/+8 |
| 2025-02-01 | Use `LLVMDIBuilderCreateNameSpace` | Zalathar | -13/+14 |
| 2025-02-01 | Use `LLVMDIBuilderFinalize` | Zalathar | -2/+2 |
| 2025-02-01 | Introduce `DIBuilderBox`, an owning pointer to `DIBuilder` | Zalathar | -5/+46 |
| 2025-01-31 | Add link attribute for Enzyme's FFI | Ben Kimock | -2/+7 |
| 2025-01-31 | Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk | Jacob Pratt | -1/+3 |
| 2025-01-30 | Rollup merge of #135026 - Flakebi:global-addrspace, r=saethlin | Matthias Krüger | -0/+77 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -1/+3 |
| 2025-01-22 | Rollup merge of #135156 - Zalathar:debuginfo-flags, r=cuviper | Matthias Krüger | -3/+17 |
| 2025-01-21 | Treat undef bytes as equal to any other byte | Oli Scherer | -0/+1 |
| 2025-01-21 | Make our `DIFlags` match `LLVMDIFlags` in the LLVM-C API | Zalathar | -3/+17 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -0/+1 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -0/+1 |
| 2025-01-07 | llvm: Ignore error value that is always false | Matthew Maurer | -1/+1 |
| 2025-01-05 | Use constants for DWARF opcodes, instead of FFI calls | Zalathar | -3/+0 |
| 2025-01-04 | Auto merge of #133990 - Walnut356:static_const, r=workingjubilee | bors | -0/+6 |
| 2025-01-02 | Cast global variables to default address space | Flakebi | -0/+77 |