| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-04-25 | Set writable and dead_on_unwind attributes for sret arguments | Nikita Popov | -0/+10 |
| 2024-04-20 | Rollup merge of #124132 - RalfJung:OpBundlesIndirect, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-04-20 | coverage. Lowering MC/DC statements to llvm-ir | zhuyunxing | -0/+27 |
| 2024-04-18 | llvm RustWrapper: explain OpBundlesIndirect argument type | Ralf Jung | -0/+3 |
| 2024-04-14 | Fix UB in LLVM FFI when passing zero or >1 bundle | Mark Rousskov | -6/+29 |
| 2024-04-10 | Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQK | Matthias Krüger | -1/+11 |
| 2024-04-09 | Pass value and valueLen to create a StringRef | Levi Zim | -3/+4 |
| 2024-04-09 | Set target-abi module flag for RISC-V targets | kxxt | -1/+10 |
| 2024-04-07 | Remove unnecessary cast from `LLVMRustGetInstrProfIncrementIntrinsic` | Zalathar | -2/+2 |
| 2024-03-26 | RustWrapper: update call for llvm/llvm-project@44d037cc258dcf179d2c48c93996bb... | Augie Fackler | -0/+4 |
| 2024-03-17 | Update the minimum external LLVM to 17 | Josh Stone | -16/+0 |
| 2024-03-15 | Install the bad-alloc handler before fatal errors | Josh Stone | -1/+1 |
| 2024-03-15 | Aggressively ignore write errors during bad-alloc | Josh Stone | -3/+3 |
| 2024-03-15 | Register LLVM handlers for bad-alloc / OOM | Josh Stone | -1/+24 |
| 2024-03-12 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -2/+7 |
| 2024-03-10 | Fix 32-bit overflows in LLVM composite constants | erer1243 | -8/+34 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+25 |
| 2024-03-07 | Rollup merge of #122062 - workingjubilee:initialize-my-fist, r=cuviper | Matthias Krüger | -20/+20 |
| 2024-03-05 | Explicitly assign constructed C++ classes | Jubilee Young | -20/+20 |
| 2024-03-05 | Clarify FatalErrorHandler | Jubilee Young | -2/+12 |
| 2024-02-26 | Rollup merge of #121389 - klensy:llvm-warn-fix, r=nikic | Matthias Krüger | -1/+1 |
| 2024-02-24 | Add callbr support to LLVM wrapper | Gary Guo | -0/+25 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -7/+6 |