| Age | Commit message (Expand) | Author | Lines |
| 2018-09-26 | add -Z emit-stack-sizes | Jorge Aparicio | -1/+4 |
| 2018-09-16 | Update LLVM to fix "bool" arguments on PPC32 | Lion Yang | -1/+1 |
| 2018-09-11 | Update LLVM to fix GlobalISel dbg.declare | Josh Stone | -1/+1 |
| 2018-09-03 | Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton | bors | -0/+27 |
| 2018-08-31 | Update LLVM submodule | Alex Crichton | -1/+1 |
| 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-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -0/+10 |
| 2018-08-04 | Update LLVM submodule to 7.0 | Alex Crichton | -1/+1 |
| 2018-08-02 | Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton | bors | -1/+8 |
| 2018-08-01 | [RISCV] Enable LLVM backend. | David Craven | -1/+8 |
| 2018-08-01 | Auto merge of #52474 - alexcrichton:better-lto-error, r=eddyb | bors | -0/+3 |
| 2018-08-01 | Rollup merge of #52824 - varkor:fix-llvm-ret-move-warnings, r=rkruppe | Pietro Albini | -3/+3 |
| 2018-07-31 | Make globals with private linkage unnamed. Fixes #50862. | Colin Pronovost | -0/+10 |
| 2018-07-31 | rustc: Handle linker diagnostic from LLVM | Alex Crichton | -0/+3 |
| 2018-07-30 | rustc_codegen_llvm: remove more unused functions. | Irina Popa | -33/+0 |
| 2018-07-30 | rustc_llvm: move to rustc_codegen_llvm::llvm. | Irina Popa | -1/+1 |
| 2018-07-29 | Fix -Wpessimizing-move warnings in rustllvm/PassWrapper | varkor | -3/+3 |
| 2018-07-23 | Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo... | bors | -1/+30 |
| 2018-07-18 | rustc: Work around an upstream wasm ThinLTO bug | Alex Crichton | -1/+30 |
| 2018-07-18 | rustc: Remove a workaroudn in ThinLTO fixed upstream | Alex Crichton | -14/+0 |
| 2018-07-16 | Revert "Provide a way of accessing the ThinLTO module import map in rustc." | Michael Woerister | -56/+0 |
| 2018-07-16 | Revert "Use callback-based interface to load ThinLTO import data into rustc." | Michael Woerister | -20/+47 |
| 2018-07-13 | Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri... | bors | -0/+29 |
| 2018-07-13 | Use callback-based interface to load ThinLTO import data into rustc. | Michael Woerister | -47/+20 |
| 2018-07-12 | Update llvm-rebuild-trigger in light of LLVM 7 upgrade | varkor | -1/+1 |
| 2018-07-11 | Provide a way of accessing the ThinLTO module import map in rustc. | Michael Woerister | -0/+56 |
| 2018-07-11 | Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister | bors | -0/+4 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -0/+4 |
| 2018-07-09 | still support LLVM4 for emscripten | gnzlbg | -1/+167 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -198/+3 |
| 2018-07-07 | removed redundant header file import in rustllvm.h | Pramod Bisht | -2/+0 |
| 2018-05-20 | Rollup merge of #50827 - nox:llvmup, r=eddyb | kennytm | -1/+1 |
| 2018-05-18 | Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97 | Anthony Ramine | -1/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-15 | Reenable the MergeFunctions pass | Anthony Ramine | -2/+3 |
| 2018-05-12 | Set PrepareForThinLTO flag when using ThinLTO | Nikita Popov | -1/+4 |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -1/+1 |
| 2018-03-27 | Enable target_feature on any LLVM 6+ | Josh Stone | -8/+4 |
| 2018-03-27 | Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton | bors | -0/+20 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -1/+32 |
| 2018-03-26 | require llvm 6 | gnzlbg | -0/+11 |
| 2018-03-26 | implement minmax intrinsics | gnzlbg | -0/+9 |
| 2018-03-24 | Polyfill LLVMBuildExactUDiv | Scott McMurray | -0/+8 |
| 2018-03-25 | try to fix the build on older LLVM versions. | Emilio Cobos Álvarez | -0/+18 |
| 2018-03-25 | librustc_llvm: Show PGO diagnostics properly. | Emilio Cobos Álvarez | -0/+3 |
| 2018-03-25 | rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder. | Emilio Cobos Álvarez | -1/+11 |
| 2018-03-15 | error via bug! instead of stderr+terminate | gnzlbg | -39/+22 |