| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-12-06 | Rollup merge of #105298 - krasimirgg:llvm-16-dec-1, r=cuviper | Matthias Krüger | -0/+16 |
| 2022-12-06 | llvm-wrapper: adapt for and LLVM API change | Krasimir Georgiev | -0/+16 |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -0/+4 |
| 2022-11-21 | Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa | bors | -2/+3 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -0/+4 |
| 2022-11-14 | [llvm-wrapper] adapt for LLVM API change | Krasimir Georgiev | -1/+1 |
| 2022-11-04 | LLVM 16: Switch to using MemoryEffects | Tim Neumann | -2/+40 |
| 2022-10-09 | Pass 128-bit C-style enum enumerator values to LLVM | beetrees | -2/+3 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -6/+2 |
| 2022-09-18 | Use LLVM C-API to build atomic cmpxchg and fence | Josh Stone | -39/+0 |
| 2022-09-18 | Never use legacy PM for writing bitcode | Josh Stone | -6/+2 |
| 2022-09-09 | Introduce a fallible variant of LLVMConstIntGetZExtValue | Tomasz Miąsko | -0/+8 |
| 2022-08-16 | Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisa | Matthias Krüger | -35/+0 |
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -35/+0 |
| 2022-08-12 | debuginfo: Change C++-like encoding for enums. | Michael Woerister | -0/+24 |
| 2022-08-04 | RustWrapper: update for TypedPointerType in LLVM | Augie Fackler | -1/+6 |
| 2022-07-27 | Add elementtype attributes for llvm.arm.ldrex/strex intrinsics | Nikita Popov | -0/+22 |
| 2022-07-27 | Rollup merge of #99759 - bjorn3:remove_llvm_dead_code, r=nikic | Yuki Okushi | -9/+0 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -0/+69 |
| 2022-07-26 | Remove dead code from cg_llvm | bjorn3 | -9/+0 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -0/+2 |
| 2022-07-18 | Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te... | Dylan DPC | -0/+2 |
| 2022-07-12 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+6 |
| 2022-07-06 | Stop emitting CET prologues for naked functions | Jubilee Young | -0/+2 |
| 2022-06-30 | llvm-wrapper: adapt for LLVMConstExtractValue removal | Krasimir Georgiev | -0/+8 |