| Age | Commit message (Expand) | Author | Lines | 
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -2/+2 | 
| 2024-07-02 | Always preserve user-written comments in assembly | Trevor Gross | -1/+2 | 
| 2024-06-26 | Format C++ files in `llvm-wrapper` | DianQK | -821/+764 | 
| 2024-05-29 | Teach rustc about the Xtensa arch. | Scott Mabin | -0/+7 | 
| 2024-05-23 | thinlto: only build summary file if needed | Augie Fackler | -2/+5 | 
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -1/+13 | 
| 2024-04-25 | Auto merge of #121298 - nikic:writable, r=cuviper | bors | -0/+12 | 
| 2024-04-25 | Set writable and dead_on_unwind attributes for sret arguments | Nikita Popov | -0/+12 | 
| 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-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -3/+91 | 
| 2024-04-18 | llvm RustWrapper: explain OpBundlesIndirect argument type | Ralf Jung | -0/+3 | 
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -2/+2 | 
| 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-08 | Rollup merge of #123591 - Zalathar:useless-cast, r=cuviper | Matthias Krüger | -2/+2 | 
| 2024-04-08 | Rollup merge of #122807 - danielhuang:fix-1, r=davidtwco | Matthias Krüger | -1/+1 | 
| 2024-04-07 | Remove unnecessary cast from `LLVMRustGetInstrProfIncrementIntrinsic` | Zalathar | -2/+2 | 
| 2024-04-04 | Rollup merge of #123437 - Zalathar:clang-format, r=cuviper | Jacob Pratt | -28/+20 | 
| 2024-04-04 | Manually run `clang-format` on `CoverageMappingWrapper.cpp` | Zalathar | -28/+20 | 
| 2024-04-03 | update messages | Dan | -1/+1 | 
| 2024-04-03 | coverage: Correctly report and check LLVM's coverage mapping version | Zalathar | -1/+4 | 
| 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 | -52/+4 | 
| 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 #122143 - durin42:llvm-19-compression-options, r=workingjubilee | Matthias Krüger | -0/+16 | 
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+25 | 
| 2024-03-07 | PassWrapper: update for llvm/llvm-project@a3319371970b | Augie Fackler | -0/+16 | 
| 2024-03-07 | Rollup merge of #122062 - workingjubilee:initialize-my-fist, r=cuviper | Matthias Krüger | -52/+53 | 
| 2024-03-05 | Explicitly assign constructed C++ classes | Jubilee Young | -52/+53 | 
| 2024-03-05 | Clarify FatalErrorHandler | Jubilee Young | -2/+12 | 
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+16 | 
| 2024-02-26 | Rollup merge of #121389 - klensy:llvm-warn-fix, r=nikic | Matthias Krüger | -2/+2 | 
| 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 | 
| 2024-02-21 | make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas... | Ralf Jung | -0/+15 | 
| 2024-02-21 | llvm-wrapper: fix warning C4305 | klensy | -1/+1 | 
| 2024-02-21 | llvm-wrapper: fix warning C4244 | klensy | -1/+1 | 
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -1/+24 | 
| 2024-02-13 | Auto merge of #121036 - matthiaskrgr:rollup-ul05q8e, r=matthiaskrgr | bors | -1/+1 | 
| 2024-02-13 | Auto merge of #120055 - nikic:llvm-18, r=cuviper | bors | -4/+4 | 
| 2024-02-13 | RustWrapper: adapt for coverage mapping API changes | Tim Neumann | -1/+1 | 
| 2024-02-13 | Use MCSubtargetInfo::getAllProcessorFeatures() | Nikita Popov | -4/+4 | 
| 2024-02-13 | Rollup merge of #120995 - durin42:llvm-19-pgo-coldfuncopt, r=cuviper | Matthias Krüger | -0/+15 |