| Age | Commit message (Expand) | Author | Lines |
| 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-09 | Correctly mark parameter `RustMappingRegions` as pointer-to-`const` | Zalathar | -1/+1 |
| 2023-05-09 | Isolate coverage FFI type layouts from their underlying LLVM C++ types | Zalathar | -7/+100 |
| 2023-05-08 | Remove the ThinLTO CU hack | Josh Stone | -57/+0 |
| 2023-05-06 | Rollup merge of #111274 - cuviper:print-target-cpus, r=Mark-Simulacrum | Matthias Krüger | -14/+16 |
| 2023-05-06 | Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoerister | Matthias Krüger | -0/+22 |
| 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-05-03 | debuginfo: split method declaration and definition | Josh Stone | -0/+22 |
| 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-19 | Recognize AIX style archive kind | Qiu Chaofan | -0/+3 |
| 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-08 | Auto merge of #109862 - klensy:llvm-dd, r=nikic | bors | -74/+3 |
| 2023-04-05 | review | klensy | -1/+1 |
| 2023-04-04 | replace | klensy | -12/+1 |
| 2023-04-04 | Use existing llvm methods, instead of rust wrappers for: | klensy | -49/+0 |
| 2023-04-04 | replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm, LLVMRus... | klensy | -9/+0 |
| 2023-04-04 | replace LLVMRustMetadataAsValue with LLVMMetadataAsValue | klensy | -4/+0 |
| 2023-04-04 | add bunch of fixmes: currently there exist some functions that accept LLVMVal... | klensy | -0/+2 |
| 2023-04-04 | Enable loongarch64 LLVM target | zhaixiaojuan | -0/+7 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -0/+3 |
| 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-07 | Remove an extraneous include | Kazu Hirata | -1/+0 |
| 2023-03-06 | Remove references to PassManagerBuilder | Nikita Popov | -2/+0 |
| 2023-03-03 | Rollup merge of #108599 - nikic:drop-init, r=cuviper | Matthias Krüger | -34/+2 |
| 2023-03-01 | Print NewPM passes | Nikita Popov | -16/+2 |
| 2023-03-01 | Remove pass initialization code | Nikita Popov | -18/+0 |
| 2023-02-25 | record llvm cgu instruction stats | csmoe | -0/+14 |
| 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 | -54/+4 |
| 2023-02-07 | llvm-16: Use Triple.h from new header location. | Matthew Maurer | -1/+6 |
| 2023-02-02 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -8/+30 |
| 2023-01-21 | Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic | Michael Goulet | -11/+9 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-11 | rustc_llvm: replace llvm::makeArrayRef with ArrayRef constructors. | Dmitri Gribenko | -12/+13 |
| 2023-01-02 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -11/+9 |
| 2022-12-11 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -1/+15 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -8/+8 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -8/+8 |
| 2022-12-06 | Rollup merge of #105298 - krasimirgg:llvm-16-dec-1, r=cuviper | Matthias Krüger | -1/+26 |
| 2022-12-06 | llvm-wrapper: adapt for and LLVM API change | Krasimir Georgiev | -1/+26 |