| Age | Commit message (Expand) | Author | Lines |
| 2023-07-16 | Auto merge of #113430 - Zalathar:hash, r=b-naber | bors | -6/+1 |
| 2023-07-14 | llvm-wrapper: update for LLVM API change | Krasimir Georgiev | -0/+1 |
| 2023-07-13 | Remove `LLVMRustCoverageHashCString` | Zalathar | -5/+0 |
| 2023-07-13 | Fix the length parameter type of `LLVMRustCoverageHashByteArray` | Zalathar | -1/+1 |
| 2023-07-12 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2023-07-10 | Reuse LLVMConstInBoundsGEP2 | Jubilee Young | -11/+0 |
| 2023-07-06 | Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviper | fee1-dead | -0/+26 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -7/+83 |
| 2023-06-30 | llvm ffi: Expose `CallInst->setTailCallKind` | Maybe Waffle | -0/+26 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -0/+3 |
| 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 |