| Age | Commit message (Expand) | Author | Lines |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -3/+3 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -2/+4 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -9/+9 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -9/+9 |
| 2022-04-30 | Remove config parameter of optimize_fat and avoid interior mutability for module | bjorn3 | -8/+5 |
| 2022-04-30 | Let LtoModuleCodegen::optimize take self by value | bjorn3 | -2/+2 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -3/+3 |
| 2022-04-24 | Ensure `#[used]` symbols are preserved in LTO | Gary Guo | -1/+1 |
| 2022-04-20 | Stub out more PassManagerBuilder functions | Nikita Popov | -15/+10 |
| 2022-04-20 | Stub out various legacy PM functions with LLVM 15 | Nikita Popov | -1/+1 |
| 2022-04-20 | Drop support for -Znew-llvm-pass-manager=no with LLVM 15 | Nikita Popov | -0/+6 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -3/+3 |
| 2022-04-07 | remove allocation from a self-profiling call in the LLVM backend | Rémy Rakic | -1/+3 |
| 2022-04-07 | simplify a self-profiling activity call in the LLVM backend | Rémy Rakic | -2/+1 |
| 2022-03-06 | Improved error message for failed bitcode load | Joe | -1/+1 |
| 2022-03-02 | Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r... | bors | -5/+12 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -5/+12 |
| 2022-02-25 | Fix MinGW target detection in raw-dylib | Mateusz Mikuła | -1/+3 |
| 2022-02-19 | Adopt let else in more places | est31 | -12/+3 |
| 2022-02-10 | Unconditionally update symbols | bjorn3 | -10/+1 |
| 2022-02-03 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -46/+159 |
| 2022-01-14 | Remove LLVMRustMarkAllFunctionsNounwind | Amanieu d'Antras | -17/+0 |
| 2022-01-12 | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms. | Richard Cobbe | -46/+159 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -14/+21 |
| 2021-12-30 | Auto merge of #91125 - eskarn:llvm-passes-plugin-support, r=nagisa | bors | -18/+13 |
| 2021-12-20 | rustc_codegen_llvm: move should_use_new_llvm_pass_manager function to llvm_util | Axel Cohen | -18/+9 |
| 2021-12-18 | Rollup merge of #91931 - LegionMammal978:less-inband-codegen_llvm, r=davidtwco | Matthias Krüger | -3/+3 |
| 2021-12-18 | Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco | Matthias Krüger | -1/+4 |
| 2021-12-16 | Remove `in_band_lifetimes` from `rustc_codegen_llvm` | LegionMammal978 | -3/+3 |
| 2021-12-13 | Revert "Produce .dwo file for Packed as well" | Andy Wang | -8/+11 |
| 2021-12-13 | Auto merge of #91654 - nikic:llvmbc-section-flags, r=nagisa | bors | -42/+60 |
| 2021-12-13 | Use the existing llvm-plugins option for both legacy and new pm registration | Axel Cohen | -3/+3 |
| 2021-12-13 | Add a codegen option to allow loading LLVM pass plugins | Axel Cohen | -0/+4 |
| 2021-12-11 | Remap path in MCOptions | Andy Wang | -1/+4 |
| 2021-12-09 | Remove redundant [..]s | est31 | -21/+17 |
| 2021-12-08 | Use module inline assembly to embed bitcode | Nikita Popov | -42/+60 |
| 2021-12-06 | Produce .dwo file for Packed as well | Andy Wang | -11/+8 |
| 2021-11-16 | Emit LLVM optimization remarks when enabled with `-Cremark` | Tomasz Miąsko | -3/+27 |
| 2021-11-16 | Use brief format for optimization remarks | Tomasz Miąsko | -7/+2 |
| 2021-11-09 | Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwco | Matthias Krüger | -0/+46 |
| 2021-11-08 | Record more artifact sizes during self-profiling. | Michael Woerister | -0/+46 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -1/+1 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2021-10-11 | Add -Z no-unique-section-names to reduce ELF header bloat. | Javier Blazquez | -0/+2 |
| 2021-10-08 | Default to disabling the new pass manager for the s390x targets. | Hans Kratz | -4/+13 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -5/+5 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+15 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+1 |
| 2021-10-02 | Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillot | bors | -18/+17 |