| Age | Commit message (Expand) | Author | Lines |
| 2022-05-25 | rustc_codegen_ssa: cleanup `AtomicOrdering` | Tomasz Miąsko | -2/+1 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -5/+5 |
| 2022-04-20 | Stub out more PassManagerBuilder functions | Nikita Popov | -7/+6 |
| 2022-04-20 | Stub out various legacy PM functions with LLVM 15 | Nikita Popov | -1/+1 |
| 2022-04-15 | Add codegen for global_asm! sym operands | Amanieu d'Antras | -0/+2 |
| 2022-03-04 | Auto merge of #94539 - tmiasko:string-attributes, r=nikic | bors | -2/+3 |
| 2022-03-04 | Auto merge of #94159 - erikdesjardins:align-load, r=nikic | bors | -0/+1 |
| 2022-03-03 | Pass LLVM string attributes as string slices | Tomasz Miąsko | -2/+3 |
| 2022-03-02 | Fix unused_doc_comments lint errors | Guillaume Gomez | -2/+2 |
| 2022-03-02 | Auto merge of #94229 - erikdesjardins:rem2, r=nikic | bors | -6/+0 |
| 2022-03-01 | Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisa | bors | -2/+0 |
| 2022-02-28 | Add !align metadata on loads of &/&mut/Box | Erik Desjardins | -0/+1 |
| 2022-02-28 | Remove LLVM attribute removal | Erik Desjardins | -6/+0 |
| 2022-02-27 | Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa" | Erik Desjardins | -2/+0 |
| 2022-02-27 | Apply noundef metadata to loads of types that do not permit raw init | Erik Desjardins | -0/+1 |
| 2022-02-26 | Add LLVM attributes in batches instead of individually | Erik Desjardins | -19/+34 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -0/+1 |
| 2022-02-14 | llvm: migrate to new parameter-bearing uwtable attr | Augie Fackler | -0/+1 |
| 2022-02-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -0/+1 |
| 2022-01-27 | Windows: Disable LLVM crash dialog boxes. | Eric Huss | -0/+1 |
| 2022-01-24 | Use error-on-mismatch policy for PAuth module flags. | Jacob Bramley | -1/+30 |
| 2022-01-17 | Rollup merge of #92877 - Amanieu:remove_llvm_nounwind, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2022-01-14 | Remove LLVMRustMarkAllFunctionsNounwind | Amanieu d'Antras | -1/+0 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -10/+1 |
| 2022-01-03 | RustWrapper: adapt for an LLVM API change | Krasimir Georgiev | -3/+3 |
| 2022-01-01 | Auto merge of #92419 - erikdesjardins:coldland, r=nagisa | bors | -0/+2 |
| 2021-12-30 | keep noinline for system llvm < 14 | Erik Desjardins | -0/+2 |
| 2021-12-30 | Auto merge of #91125 - eskarn:llvm-passes-plugin-support, r=nagisa | bors | -0/+2 |
| 2021-12-16 | Remove `in_band_lifetimes` from `rustc_codegen_llvm` | LegionMammal978 | -190/+199 |
| 2021-12-13 | Use the existing llvm-plugins option for both legacy and new pm registration | Axel Cohen | -2/+2 |
| 2021-12-13 | Add a codegen option to allow loading LLVM pass plugins | Axel Cohen | -0/+2 |
| 2021-12-03 | Adjust llvm wrapper for unwinding support for inlineasm | cynecx | -0/+1 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -2/+40 |
| 2021-11-28 | Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikic | Matthias Krüger | -9/+22 |
| 2021-11-23 | Update CoverageMappingFormat Support to Version6 | Arpad Borsos | -2/+40 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -0/+3 |
| 2021-11-16 | Emit LLVM optimization remarks when enabled with `-Cremark` | Tomasz Miąsko | -9/+22 |
| 2021-11-05 | Initialize LLVM time trace profiler on each code generation thread | Tomasz Miąsko | -0/+2 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -0/+3 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+3 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2021-10-25 | Auto merge of #89808 - tmiasko:llvm-multithreaded, r=nagisa | bors | -1/+1 |
| 2021-10-12 | Cleanup LLVM multi-threading checks | Tomasz Miąsko | -1/+1 |
| 2021-10-12 | Remap ssa RealPredicate to llvm RealPredicate | Tomasz Miąsko | -0/+27 |
| 2021-10-11 | Add -Z no-unique-section-names to reduce ELF header bloat. | Javier Blazquez | -0/+1 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -2/+9 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+3 |
| 2021-10-01 | Fix clippy lints | Guillaume Gomez | -1/+1 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -2/+9 |