| Age | Commit message (Expand) | Author | Lines |
| 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-01 | upstream rustc_codegen_llvm changes for enzyme/autodiff | Manuel Drehwald | -1/+33 |
| 2024-12-30 | rustc_llvm: expose FloatABIType target machine parameter | Ralf Jung | -2/+11 |
| 2024-12-23 | add LLVMRustDIBuilderCreateQualifiedType to ffi | Walnut | -0/+6 |
| 2024-12-20 | Remove some dead code around import library generation | bjorn3 | -28/+0 |
| 2024-12-12 | Fix our `llvm::Bool` typedef to be signed, to match `LLVMBool` | Zalathar | -1/+3 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -2/+2 |
| 2024-11-26 | Respect verify-llvm-ir option in the backend | Nikita Popov | -0/+1 |
| 2024-11-26 | Pass end position of span through inline ASM cookie | beetrees | -2/+2 |
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-11-12 | Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalle | Matthias Krüger | -0/+1 |
| 2024-11-11 | CFI: Append debug location to CFI blocks | Bastian Kersting | -0/+1 |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -0/+4 |
| 2024-11-09 | Auto merge of #132584 - Zalathar:includes, r=cuviper | bors | -1/+1 |
| 2024-11-09 | Make `RustString` an extern type to avoid `improper_ctypes` warnings | Zalathar | -24/+2 |
| 2024-11-08 | Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxu | Stuart Cook | -4/+6 |
| 2024-11-05 | coverage: Tidy up coverage-specific FFI functions | Zalathar | -12/+12 |
| 2024-11-04 | Simplify FFI calls for `-Ztime-llvm-passes` and `-Zprint-codegen-stats` | Zalathar | -4/+6 |
| 2024-11-04 | Move `LLVMRustAttribute[Kind]` out of `LLVMWrapper.h` | Zalathar | -1/+1 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -1/+1 |
| 2024-11-02 | Allow disabling ASan instrumentation for globals | Daniel Bertalan | -0/+3 |
| 2024-11-02 | Port most of `LLVMRustPrintTargetCPUs` to Rust | Zalathar | -6/+2 |
| 2024-11-02 | Use a dedicated safe wrapper for `LLVMRustGetHostCPUName` | Zalathar | -1/+1 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -1/+0 |
| 2024-10-30 | Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubilee | Matthias Krüger | -55/+74 |
| 2024-10-30 | Clean up FFI calls for operand bundles | Zalathar | -55/+74 |
| 2024-10-30 | Consistently use safe wrapper function `set_section` | Zalathar | -0/+1 |
| 2024-10-29 | Rollup merge of #132319 - Zalathar:add-module-flag, r=jieyouxu | Matthias Krüger | -11/+44 |
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -9/+44 |
| 2024-10-29 | Don't set unnecessary module flag "LTOPostLink" | Zalathar | -2/+0 |
| 2024-10-29 | Rollup merge of #132216 - klensy:c_uint, r=cuviper | Jubilee | -2/+2 |
| 2024-10-29 | correct LLVMRustCreateThinLTOData arg types | klensy | -2/+2 |
| 2024-10-28 | Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char` | Zalathar | -6/+6 |
| 2024-10-27 | Use LLVM-C APIs for getting/setting visibility | Zalathar | -6/+6 |
| 2024-10-26 | Use LLVM-C APIs for getting/setting linkage | Zalathar | -13/+24 |
| 2024-10-26 | Add a wrapper type for raw enum values returned by LLVM | Zalathar | -0/+25 |
| 2024-10-26 | Use safe wrappers `get_visibility` and `set_visibility` | Zalathar | -0/+4 |
| 2024-10-26 | Use safe wrappers `get_linkage` and `set_linkage` | Zalathar | -0/+4 |
| 2024-10-25 | coverage: Emit MC/DC intrinsics using the normal helper method | Zalathar | -3/+0 |
| 2024-10-25 | coverage: Emit `llvm.instrprof.increment` using the normal helper method | Zalathar | -1/+0 |
| 2024-10-24 | Rollup merge of #131956 - Zalathar:llvm-counters, r=compiler-errors,Swatinem | Stuart Cook | -10/+16 |
| 2024-10-20 | Make `llvm::set_section` take a `&CStr` | Zalathar | -3/+2 |
| 2024-10-20 | Pass coverage mappings to LLVM as separate structs | Zalathar | -2/+8 |