| Age | Commit message (Expand) | Author | Lines |
| 2024-10-16 | rustc_llvm: Fix flattened CLI args | Arthur Eubanks | -2/+2 |
| 2024-10-11 | Rollup merge of #131552 - durin42:llvm-20-getOrInsertDeclaration, r=cuviper | Trevor Gross | -6/+19 |
| 2024-10-11 | RustWrapper: adapt for rename of Intrinsic::getDeclaration | Augie Fackler | -6/+19 |
| 2024-10-11 | coverage: Remove code related to LLVM 17 | Zalathar | -1/+1 |
| 2024-10-08 | coverage. Disable supporting mcdc on llvm-18 | zhuyunxing | -44/+15 |
| 2024-09-30 | Unpin `cc` and upgrade to the latest version | Trevor Gross | -1/+1 |
| 2024-09-25 | Pass Module Analysis Manager to Standard Instrumentations | Aleksei Romanov | -5/+6 |
| 2024-09-22 | Auto merge of #130446 - durin42:llvm-20-fix-CommandLineArgs, r=workingjubilee | bors | -1/+19 |
| 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 | PassWrapper: clang-format has spoken | Augie Fackler | -1/+2 |
| 2024-09-16 | rustc_llvm: adapt to flattened CLI args in LLVM | Augie Fackler | -1/+18 |
| 2024-09-16 | rustc_llvm: update for llvm/llvm-project@2ae968a0d9fb61606b020e898d884c82dd0e... | Augie Fackler | -2/+6 |
| 2024-09-15 | Add system libs when cross compiling for Windows | Chris Denton | -1/+4 |
| 2024-09-05 | update cfgs | Boxy | -1/+0 |
| 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 #129648 - nnethercote:unreachable_pub-2, r=Urgau | Matthias Krüger | -0/+1 |
| 2024-08-27 | Rollup merge of #129635 - compiler-errors:unsafe-blocks, r=spastorino | Matthias Krüger | -2/+3 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -2/+7 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_llvm`. | Nicholas Nethercote | -0/+1 |
| 2024-08-26 | Use unsafe extern blocks throughout the compiler | Michael Goulet | -2/+3 |
| 2024-08-24 | Rollup merge of #129290 - tgross35:pin-cc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-08-21 | llvm-wrapper: adapt for LLVM 20 API changes | Krasimir Georgiev | -0/+11 |
| 2024-08-19 | Pin `cc` to 1.0.105 | Trevor Gross | -1/+1 |
| 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-12 | Auto merge of #128371 - andjo403:rangeAttribute, r=nikic | bors | -0/+12 |
| 2024-08-11 | Add range attribute to scalar function results and arguments | Andreas Jonson | -0/+12 |
| 2024-08-09 | Enable zstd for debug compression. | Kyle Huey | -3/+26 |
| 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-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 |
| 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-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -1/+1 |
| 2024-07-12 | Remove LLVMRustDIBuilderInsertDeclareAtEnd return value | Nikita Popov | -11/+6 |
| 2024-07-12 | Fix incorrect NDEBUG handling in LLVM bindings | Nikita Popov | -2/+1 |
| 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-27 | Auto merge of #126907 - glaubitz:sparc-fixes, r=nagisa | bors | -0/+1 |
| 2024-06-26 | Format C++ files in `llvm-wrapper` | DianQK | -821/+764 |