| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-21 | Auto merge of #85416 - durin42:llvm-catchup-may-2021, r=nagisa | bors | -1/+12 |
| 2021-05-17 | PassWrapper: update for LLVM change D102093 | Augie Fackler | -1/+12 |
| 2021-05-14 | Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-05-12 | update cc crate | Mateusz Mikuła | -1/+1 |
| 2021-05-08 | Support -C passes in NewPM | Nikita Popov | -2/+12 |
| 2021-05-08 | Explicitly register GCOV profiling pass as well | Nikita Popov | -1/+11 |
| 2021-05-08 | Explicitly register instrprof pass | Nikita Popov | -1/+11 |
| 2021-04-29 | Replace llvm::sys::fs::F_None with llvm::sys::fs::OF_None | Fangrui Song | -3/+3 |
| 2021-04-22 | RustWrapper: work around unification of diagnostic handlers | Augie Fackler | -1/+11 |
| 2021-04-17 | Don't set `fast`(-math) for certain simd ops | Simonas Kazlauskas | -2/+4 |
| 2021-04-09 | Categorize and explain target features support | Matt Ickstadt | -18/+15 |
| 2021-04-03 | Manually set dso_local when its valid to do so | Simonas Kazlauskas | -0/+4 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -101/+1 |