| Age | Commit message (Expand) | Author | Lines |
| 2023-11-07 | llvm-wrapper: Remove include of non-existant Vectorize.h | Hans Wennborg | -1/+0 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -0/+4 |
| 2023-10-27 | For i586/NetBSD: fix another formatting insistence. | Havard Eidnes | -3/+1 |
| 2023-10-26 | rustc_llvm/build.rs: improve comment for NetBSD/i386 targets | Havard Eidnes | -1/+3 |
| 2023-10-25 | Add support for i586-unknown-netbsd as target. | Havard Eidnes | -0/+6 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-10-06 | fix to register analysis pass from llvm plugin | Emanuele Vannacci | -14/+14 |
| 2023-10-03 | Remove unused features from `rustc_llvm`. | Nicholas Nethercote | -4/+0 |
| 2023-09-25 | Pass name of object file to LLVM so it can correctly emit S_OBJNAME | Florian Schmiderer | -0/+4 |
| 2023-09-15 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -5/+19 |
| 2023-09-09 | Rollup merge of #115358 - durin42:compress-debuginfo, r=oli-obk | Matthias Krüger | -0/+27 |
| 2023-09-08 | Auto merge of #115641 - durin42:llvm-18-fatlto-take-2, r=nikic | bors | -0/+33 |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -0/+27 |
| 2023-09-08 | lto: load bitcode sections by name | Augie Fackler | -0/+33 |
| 2023-09-08 | Rollup merge of #115638 - ldm0:ldm/llvm-args-fix, r=nikic | Guillaume Gomez | -1/+4 |
| 2023-09-08 | Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov | bors | -1/+38 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -1/+38 |
| 2023-09-07 | lto: load bitcode sections by name | Augie Fackler | -0/+33 |
| 2023-09-07 | Using parsed codegen flags | Liu Dingming | -1/+1 |
| 2023-09-07 | Add `RegisterCodeGenFlags` to get full codegen flags list | Liu Dingming | -0/+3 |
| 2023-09-06 | Auto merge of #114946 - anforowicz:generic-fix-for-asan-lto, r=tmiasko | bors | -0/+7 |
| 2023-09-05 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2023-09-02 | Rollup merge of #114349 - inferiorhumanorgans:dragonfly-link-libz, r=cuviper | Matthias Krüger | -1/+4 |
| 2023-08-29 | Preserve `___asan_globals_registered` symbol during LTO. | Lukasz Anforowicz | -0/+7 |
| 2023-08-27 | Auto merge of #115079 - cuviper:unused-mcinfo, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-08-22 | ArchiveWrapper: handle LLVM API update | Augie Fackler | -0/+5 |
| 2023-08-21 | Move a local to the `#if` block where it is used | Josh Stone | -1/+1 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+16 |
| 2023-08-10 | Auto merge of #114005 - Zalathar:no-cstr, r=jackh726 | bors | -4/+15 |
| 2023-08-08 | Rollup merge of #114612 - lqd:east-17-warning, r=nikic | Matthias Krüger | -2/+0 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -0/+27 |
| 2023-08-08 | Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiasko | bors | -1/+7 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -3/+6 |
| 2023-08-08 | remove llvm-wrapper include to silence deprecation warning | Rémy Rakic | -2/+0 |
| 2023-08-07 | rustc_llvm: Link `zlib` on cross Solaris builds | Alex Zepeda | -1/+3 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -0/+27 |
| 2023-08-07 | Fix LLVM version check for ThinLTO import/export lists | Nikita Popov | -1/+1 |
| 2023-08-07 | Remove no longer needed LLVM_RUSTLLVM check | Nikita Popov | -2/+0 |
| 2023-08-05 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -0/+6 |
| 2023-08-04 | Add hotness data to LLVM remarks | Jakub Beránek | -0/+3 |
| 2023-08-04 | coverage: Don't convert symbol names to `CString` for FFI | Zalathar | -2/+5 |
| 2023-08-04 | coverage: Don't convert filenames to `CString` for FFI | Zalathar | -2/+10 |
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -3/+10 |
| 2023-08-01 | rustc_llvm: Link to `zlib` on dragonfly | Alex Zepeda | -1/+2 |
| 2023-08-01 | filter LLVM diagnostics before crossing the rust bridge | Rémy Rakic | -3/+10 |
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -46/+0 |
| 2023-07-21 | Support `.comment` section like GCC/Clang (`!llvm.ident`) | Miguel Ojeda | -0/+5 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -10/+22 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -3/+21 |
| 2023-07-20 | Implement printing to file in PassWrapper | David Tolnay | -10/+22 |