| Age | Commit message (Expand) | Author | Lines |
| 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-08-29 | Preserve `___asan_globals_registered` symbol during LTO. | Lukasz Anforowicz | -0/+7 |
| 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/+7 |
| 2023-08-08 | Rollup merge of #114612 - lqd:east-17-warning, r=nikic | Matthias Krüger | -1/+0 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -0/+16 |
| 2023-08-08 | remove llvm-wrapper include to silence deprecation warning | Rémy Rakic | -1/+0 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -0/+16 |
| 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-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -3/+0 |
| 2023-07-21 | Support `.comment` section like GCC/Clang (`!llvm.ident`) | Miguel Ojeda | -0/+5 |
| 2023-07-20 | Implement printing to file in PassWrapper | David Tolnay | -10/+22 |
| 2023-07-12 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2023-05-18 | Auto merge of #111364 - cuviper:unhack-thinlto, r=nikic | bors | -57/+0 |
| 2023-05-12 | Usage of atomic counters for llvm code coverage | Evgeniy A. Dushistov | -0/+3 |
| 2023-05-08 | Remove the ThinLTO CU hack | Josh Stone | -57/+0 |
| 2023-05-05 | Expand the LLVM coverage of `--print target-cpus` | Josh Stone | -14/+16 |
| 2023-05-04 | change expect() to unwrap_or_else() and update msg | James Dietz | -2/+6 |
| 2023-05-04 | moved default CPU message inline | James Dietz | -9/+7 |
| 2023-05-04 | `--print target-cpus` shows default target cpu, updated docs | James Dietz | -2/+9 |
| 2023-04-24 | [LLVM17] Adapt to `ExplicitEmulatedTLS` removal. | Tim Neumann | -0/+5 |
| 2023-04-23 | Rollup merge of #110668 - ehuss:fix-native-cpu-list, r=cuviper | Matthias Krüger | -1/+3 |
| 2023-04-23 | Fix printing native CPU on cross-compiled compiler. | Eric Huss | -1/+3 |
| 2023-04-20 | Remove deprecated LLVM any_isa | Qiu Chaofan | -8/+8 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+7 |
| 2023-04-04 | Enable loongarch64 LLVM target | zhaixiaojuan | -0/+7 |
| 2023-03-29 | Auto merge of #109720 - Dylan-DPC:rollup-u564m8s, r=Dylan-DPC | bors | -7/+10 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -1/+6 |
| 2023-03-27 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -7/+10 |
| 2023-03-06 | Remove references to PassManagerBuilder | Nikita Popov | -2/+0 |
| 2023-03-01 | Print NewPM passes | Nikita Popov | -16/+2 |
| 2023-03-01 | Remove pass initialization code | Nikita Popov | -18/+0 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -3/+7 |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -41/+3 |
| 2023-02-02 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -8/+30 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2022-12-11 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -0/+4 |
| 2022-12-06 | llvm-wrapper: adapt for and LLVM API change | Krasimir Georgiev | -1/+10 |
| 2022-11-25 | [llvm-wrapper] adapt for LLVM API change | Krasimir Georgiev | -0/+4 |