| Age | Commit message (Expand) | Author | Lines |
| 2024-03-07 | Rollup merge of #122062 - workingjubilee:initialize-my-fist, r=cuviper | Matthias Krüger | -20/+20 |
| 2024-03-05 | Explicitly assign constructed C++ classes | Jubilee Young | -20/+20 |
| 2024-03-05 | Clarify FatalErrorHandler | Jubilee Young | -2/+12 |
| 2024-02-26 | Rollup merge of #121389 - klensy:llvm-warn-fix, r=nikic | Matthias Krüger | -1/+1 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -7/+6 |
| 2024-02-21 | make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas... | Ralf Jung | -0/+15 |
| 2024-02-21 | llvm-wrapper: fix warning C4244 | klensy | -1/+1 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -1/+24 |
| 2024-02-12 | llvm-wrapper: adapt for LLVM API change: Add support for EXPORTAS name types | Hans Wennborg | -0/+3 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -2/+0 |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -2/+23 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+2 |
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -50/+1 |
| 2023-11-16 | Auto merge of #117948 - aeubanks:dibuilder, r=durin42 | bors | -0/+3 |
| 2023-11-15 | llvm-wrapper: Pass newly added param to DIBuilder::createEnumerationType() | Arthur Eubanks | -1/+5 |
| 2023-11-15 | 17 -> 18 | Arthur Eubanks | -1/+1 |
| 2023-11-15 | [llvm-wrapper] Pass newly added param to DIBuilder::createStaticMemberType() | Arthur Eubanks | -0/+3 |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -0/+16 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -0/+11 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -3/+6 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -0/+11 |
| 2023-08-04 | Add hotness data to LLVM remarks | Jakub Beránek | -0/+3 |
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -3/+10 |
| 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 | -41/+0 |
| 2023-07-20 | address feedback from nikic and oli-obk https://github.com/rust-lang/rust/pul... | khei4 | -6/+8 |
| 2023-07-17 | print on rustc_codegen_llvm and rename malloc and cpy c_char | khei4 | -8/+18 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+6 |
| 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/+2 |
| 2023-05-03 | debuginfo: split method declaration and definition | Josh Stone | -0/+22 |
| 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-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -0/+3 |
| 2023-02-25 | record llvm cgu instruction stats | csmoe | -0/+13 |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -13/+1 |
| 2023-01-21 | Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic | Michael Goulet | -11/+9 |
| 2023-01-11 | rustc_llvm: replace llvm::makeArrayRef with ArrayRef constructors. | Dmitri Gribenko | -7/+7 |
| 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/+11 |
| 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 |