| Age | Commit message (Expand) | Author | Lines |
| 2024-10-30 | Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubilee | Matthias Krüger | -44/+47 |
| 2024-10-30 | Clean up FFI calls for operand bundles | Zalathar | -44/+47 |
| 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/+15 |
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -9/+15 |
| 2024-10-29 | Don't set unnecessary module flag "LTOPostLink" | Zalathar | -2/+0 |
| 2024-10-29 | correct LLVMRustCreateThinLTOData arg types | klensy | -2/+2 |
| 2024-10-27 | Use LLVM-C APIs for getting/setting visibility | Zalathar | -4/+4 |
| 2024-10-26 | Use LLVM-C APIs for getting/setting linkage | Zalathar | -11/+22 |
| 2024-10-26 | Add a wrapper type for raw enum values returned by LLVM | Zalathar | -0/+25 |
| 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 | Pass coverage mappings to LLVM as separate structs | Zalathar | -2/+8 |
| 2024-10-20 | Reduce visibility of coverage FFI functions/types | Zalathar | -8/+8 |
| 2024-10-19 | cg_llvm: Reuse LLVM-C Comdat support | Jubilee Young | -1/+4 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -1/+0 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -0/+11 |
| 2024-09-24 | Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic | bors | -10/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-09-19 | Reformat some comments. | Nicholas Nethercote | -1/+2 |
| 2024-09-19 | Merge adjacent `unsafe extern "C"` blocks. | Nicholas Nethercote | -26/+2 |
| 2024-09-19 | Avoid heavy repetition in `llvm/ffi.rs`. | Nicholas Nethercote | -70/+67 |
| 2024-09-19 | replace some deprecated functions | Luv-Ray | -10/+0 |
| 2024-09-06 | Don't leave debug locations for constants sitting on the builder indefinitely. | Kyle Huey | -1/+1 |
| 2024-09-05 | Rollup merge of #128820 - LYF1999:yf/dev, r=nikic | Matthias Krüger | -0/+1 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -0/+1 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+1 |
| 2024-08-27 | Rollup merge of #129635 - compiler-errors:unsafe-blocks, r=spastorino | Matthias Krüger | -21/+21 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -0/+2 |
| 2024-08-26 | Use unsafe extern blocks throughout the compiler | Michael Goulet | -21/+21 |
| 2024-08-11 | Add range attribute to scalar function results and arguments | Andreas Jonson | -0/+6 |
| 2024-08-09 | fix: get llvm type of global val | yifei | -0/+1 |
| 2024-07-30 | Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic | bors | -0/+1 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -0/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+6 |
| 2024-07-28 | Force LLVM to use CMOV for binary search | Amanieu d'Antras | -0/+1 |
| 2024-07-25 | LLVM: LLVM-20.0 removes MMX types | Matthew Maurer | -2/+0 |
| 2024-07-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -0/+4 |
| 2024-07-12 | Remove LLVMRustDIBuilderInsertDeclareAtEnd return value | Nikita Popov | -1/+1 |
| 2024-07-07 | Sync ar_archive_writer to LLVM 18.1.3 | bjorn3 | -0/+4 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -1/+1 |
| 2024-05-23 | cleanup: run rustfmt | Augie Fackler | -1/+5 |
| 2024-05-23 | thinlto: only build summary file if needed | Augie Fackler | -1/+1 |
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -0/+2 |
| 2024-04-25 | Auto merge of #121298 - nikic:writable, r=cuviper | bors | -0/+2 |
| 2024-04-25 | Set writable and dead_on_unwind attributes for sret arguments | Nikita Popov | -0/+2 |
| 2024-04-20 | coverage. Lowering MC/DC statements to llvm-ir | zhuyunxing | -0/+4 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -0/+1 |
| 2024-04-09 | Pass value and valueLen to create a StringRef | Levi Zim | -0/+1 |