| Age | Commit message (Expand) | Author | Lines |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -0/+9 |
| 2021-11-19 | Make `LLVMRustGetOrInsertGlobal` always return a `GlobalVariable` | Josh Stone | -1/+11 |
| 2021-11-11 | PassWrapper: additional sanitizer update to match clang | Krasimir Georgiev | -1/+0 |
| 2021-11-09 | Didn't mean to invert this boolean. | Augie Fackler | -1/+1 |
| 2021-11-09 | rustc_llvm: update PassWrapper for recent LLVM | Augie Fackler | -6/+9 |
| 2021-11-05 | Initialize LLVM time trace profiler on each code generation thread | Tomasz Miąsko | -0/+4 |
| 2021-10-30 | Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkov | bors | -3/+3 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2021-10-23 | Repace use of `static_nobundle` with `native_link_modifiers` | Mateusz Mikuła | -3/+3 |
| 2021-10-22 | Update the minimum external LLVM to 12 | Josh Stone | -98/+2 |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -114/+0 |
| 2021-10-18 | RustWrapper: adapt for an LLVM API change | Krasimir Georgiev | -1/+5 |
| 2021-10-11 | Add -Z no-unique-section-names to reduce ELF header bloat. | Javier Blazquez | -0/+2 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -4/+7 |
| 2021-10-07 | Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikic | Jubilee | -9/+21 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -9/+21 |
| 2021-10-05 | RustWrapper: adapt for LLVM API change of fatal_error_handler_t | Krasimir Georgiev | -0/+4 |
| 2021-10-01 | Fix clippy lints | Guillaume Gomez | -0/+4 |
| 2021-09-27 | PassWrapper: handle function rename from upstream D36850 | Augie Fackler | -0/+4 |
| 2021-09-25 | Use correct pipeline for LTO at O0 | Nikita Popov | -1/+4 |
| 2021-09-22 | Rollup merge of #89041 - sticnarf:sticnarf/fat-lto-dwarf, r=nagisa | the8472 | -2/+2 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -4/+7 |
| 2021-09-17 | Work around invalid DWARF bugs for fat LTO | Yilin Chen | -2/+2 |
| 2021-09-17 | compiler/rustc_llvm: Enable M68k LLVM target | John Paul Adrian Glaubitz | -0/+16 |
| 2021-09-16 | PassWrapper: these two lines shouldn't have been ifdef'd | Augie Fackler | -2/+2 |
| 2021-09-16 | PassWrapper: handle separate Module*SanitizerPass | Augie Fackler | -0/+8 |
| 2021-09-08 | RustWrapper: remove some uses of AttrBuilder | Augie Fackler | -19/+6 |
| 2021-09-07 | RustWrapper: just use the *AtIndex funcs directly | Augie Fackler | -36/+3 |
| 2021-09-07 | RustWrapper: avoid deleted unclear attribute methods | Augie Fackler | -18/+70 |
| 2021-08-26 | RustWrapper: adapt to LLVM change 0f45c16f2caa | Augie Fackler | -14/+9 |
| 2021-08-22 | Rollup merge of #88164 - durin42:llvm-14-san-opts, r=nikic | Guillaume Gomez | -0/+15 |
| 2021-08-19 | PassWrapper: adapt for LLVM 14 changes | Augie Fackler | -0/+15 |
| 2021-08-16 | Handle SrcMgr diagnostics | Nikita Popov | -3/+17 |
| 2021-08-08 | Auto merge of #87798 - durin42:llvm-14, r=nikic | bors | -27/+31 |
| 2021-08-06 | PassWrapper: handle move of OptimizationLevel class out of PassBuilder | Augie Fackler | -27/+31 |
| 2021-08-05 | Prepare call/invoke for opaque pointers | Josh Stone | -7/+7 |
| 2021-08-04 | Replace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2* | Tomasz Miąsko | -0/+10 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-07-31 | Rollup merge of #86072 - MarcusCalhoun-Lopez:llvm_cross, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-13 | Upgrade `cc` crate to 1.0.69 | Yuki Okushi | -1/+1 |
| 2021-07-09 | Pass type when creating atomic load | Nikita Popov | -4/+3 |
| 2021-06-26 | Cross compiling rustc_llvm on Darwin requires zlib. | Marcus Calhoun-Lopez | -1/+1 |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -0/+52 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+9 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -0/+52 |
| 2021-06-04 | rustc: Store metadata-in-rlibs in object files | Alex Crichton | -35/+0 |
| 2021-05-24 | Update cc | Chris Denton | -1/+1 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+9 |