| Age | Commit message (Expand) | Author | Lines |
| 2020-03-19 | Fix timeTraceProfilerInitialize for LLVM 10 | Nikita Popov | -1/+5 |
| 2020-03-03 | Invoke OptimizerLastEPCallbacks in PreLinkThinLTO | Tomasz Miąsko | -2/+10 |
| 2020-02-13 | Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC | bors | -2/+2 |
| 2020-02-13 | add selfprofiling for new llvm passmanager | Andreas Jonson | -1/+64 |
| 2020-02-13 | Enable use after scope detection in the new LLVM pass manager | Tomasz Miąsko | -2/+2 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -1/+243 |
| 2020-02-01 | Add support for enabling the LLVM time-trace feature | Wesley Wiser | -0/+18 |
| 2020-01-27 | Detect use-after-scope bugs with AddressSanitizer | Tomasz Miąsko | -1/+2 |
| 2020-01-07 | Update thinLTOInternalizeAndPromoteInIndex() usage | Nikita Popov | -0/+10 |
| 2020-01-07 | Handle removal of llvm::make_unique() | Nikita Popov | -0/+8 |
| 2020-01-07 | CodeGenFileType moved outside TargetMachine | Nikita Popov | -0/+13 |
| 2020-01-07 | Explicitly include InitializePasses.h | Nikita Popov | -0/+1 |
| 2019-12-05 | Auto merge of #66952 - 0dvictor:print, r=rkruppe | bors | -40/+3 |
| 2019-12-03 | Rollup merge of #66973 - cuviper:min-llvm7, r=alexcrichton | Mazdak Farrokhzad | -13/+3 |
| 2019-12-03 | Change linker for x86_64-fortanix-unknown-sgx to rust-lld | Parth Sane | -1/+3 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -13/+3 |
| 2019-12-02 | Use Module::print() instead of a PrintModulePass | Victor Ding | -40/+3 |
| 2019-11-29 | Use LLVMAddAnalysisPasses instead of Rust's wrapper | Victor Ding | -11/+0 |
| 2019-11-27 | Rollup merge of #66761 - yuyoyuppe:rust_llvm_minor_fix, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2019-11-25 | Use LLVMDisposePassManager instead of raw delete in rustllvm | yuyoyuppe | -1/+1 |
| 2019-11-22 | Retain compatibility with LLVM 6, 7, 8 and 9 | Tomasz Miąsko | -4/+21 |
| 2019-11-22 | Move sanitizer passes creation from ssa to llvm | Tomasz Miąsko | -0/+26 |
| 2019-11-06 | Rollup merge of #66062 - smaeul:patch/pic-level, r=estebank | Mazdak Farrokhzad | -0/+4 |
| 2019-11-03 | Configure LLVM module PIC level | Samuel Holland | -0/+4 |
| 2019-10-29 | Allow specifying key "llvm-abiname" in target specification | Gui Andrade | -1/+2 |
| 2019-07-20 | Don't link mcjit/interpreter LLVM components | Nikita Popov | -2/+0 |
| 2019-07-15 | Don't add extra passes into the function pass manager | Nikita Popov | -0/+17 |
| 2019-07-13 | Update CPU printing for SubtargetSubTypeKV | Nikita Popov | -4/+4 |
| 2019-07-09 | Pass GUIDPreservedSymbols to thinLTOResolvePrevailingInIndex() | Nikita Popov | -1/+4 |
| 2019-04-26 | Limit internalization in LLVM 8 ThinLTO | Josh Stone | -1/+4 |
| 2019-04-05 | Show better errors for LLVM IR output | Josh Stone | -2/+9 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -4/+4 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -1/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -16/+2 |
| 2018-11-30 | Enable -mergefunc-use-aliases | Nikita Popov | -1/+1 |
| 2018-11-25 | Handle some renamed ThinLTO functions | Alex Crichton | -0/+8 |
| 2018-11-11 | Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton | bors | -40/+1 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -1/+1 |
| 2018-11-05 | Remove support for building against LLVM 4 | Nikita Popov | -40/+1 |
| 2018-11-04 | Update llvm-emscripten | Nikita Popov | -1/+1 |
| 2018-11-01 | Remove checks for LLVM < 4.0 | Nikita Popov | -142/+0 |
| 2018-09-26 | add -Z emit-stack-sizes | Jorge Aparicio | -1/+4 |
| 2018-08-31 | Provide a way of accessing the ThinLTO module import map in rustc. | Michael Woerister | -0/+27 |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -6/+7 |
| 2018-08-19 | Buffer LLVM's object output stream | Alex Crichton | -1/+2 |
| 2018-08-12 | Make LLVM emit assembly comments with -Z asm-comments. | whitequark | -1/+4 |
| 2018-08-01 | [RISCV] Enable LLVM backend. | David Craven | -1/+8 |
| 2018-08-01 | Rollup merge of #52824 - varkor:fix-llvm-ret-move-warnings, r=rkruppe | Pietro Albini | -3/+3 |
| 2018-07-30 | rustc_codegen_llvm: remove more unused functions. | Irina Popa | -24/+0 |