| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -78/+10 |
| 2024-09-18 | llvm-wrapper: adapt for LLVM API changes, second try | Krasimir Georgiev | -0/+4 |
| 2024-09-17 | Rollup merge of #130477 - tmandry:revert-llvm-20-lto, r=tmandry | Matthias Krüger | -7/+3 |
| 2024-09-16 | Revert "Rollup merge of #129749 - krasimirgg:llvm-20-lto, r=nikic" | Tyler Mandry | -7/+3 |
| 2024-09-16 | rustc_llvm: update for llvm/llvm-project@2ae968a0d9fb61606b020e898d884c82dd0e... | Augie Fackler | -2/+6 |
| 2024-08-31 | Rollup merge of #129749 - krasimirgg:llvm-20-lto, r=nikic | Matthias Krüger | -3/+7 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -1/+8 |
| 2024-08-29 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -3/+7 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -1/+8 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -2/+7 |
| 2024-08-21 | llvm-wrapper: adapt for LLVM 20 API changes | Krasimir Georgiev | -0/+11 |
| 2024-08-15 | Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxu | bors | -9/+5 |
| 2024-08-14 | Fix null pointer dereference when a file is not an object file | bjorn3 | -0/+3 |
| 2024-08-14 | Use toString instead of raw_svector_ostream for error messages | bjorn3 | -9/+2 |
| 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-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -31/+105 |
| 2024-07-12 | Remove LLVMRustDIBuilderInsertDeclareAtEnd return value | Nikita Popov | -11/+6 |
| 2024-07-07 | Fix review comments | bjorn3 | -0/+5 |
| 2024-07-07 | Fix building on LLVM 17 | bjorn3 | -0/+3 |
| 2024-07-07 | Sync ar_archive_writer to LLVM 18.1.3 | bjorn3 | -31/+97 |
| 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 |