| Age | Commit message (Expand) | Author | Lines |
| 2018-12-13 | Update LLVM submodule | Nikita Popov | -1/+1 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -37/+3 |
| 2018-12-03 | Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister | bors | -4/+6 |
| 2018-11-30 | Enable -mergefunc-use-aliases | Nikita Popov | -1/+9 |
| 2018-11-29 | Add template parameter debuginfo to generic types | Tom Tromey | -4/+6 |
| 2018-11-28 | Update LLVM | Nikita Popov | -1/+1 |
| 2018-11-25 | Conditionally compile in only the extra argument. | Edd Barrett | -7/+4 |
| 2018-11-25 | Make Rustc build with LLVM trunk. | Edd Barrett | -0/+7 |
| 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 | -200/+3 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -1/+1 |
| 2018-11-08 | Rollup merge of #55633 - nikic:memcpy-align, r=nagisa | Mark Rousskov | -0/+34 |
| 2018-11-05 | Remove support for building against LLVM 4 | Nikita Popov | -200/+3 |
| 2018-11-04 | Support memcpy/memmove with differing src/dst alignment | Nikita Popov | -0/+34 |
| 2018-11-04 | Update llvm-emscripten | Nikita Popov | -1/+1 |
| 2018-11-01 | Remove checks for LLVM < 4.0 | Nikita Popov | -183/+0 |
| 2018-10-30 | Fix DWARF generation for enums | Tom Tromey | -2/+47 |
| 2018-10-23 | Revert "rustc: Fix (again) simd vectors by-val in ABI" | Alex Crichton | -189/+0 |
| 2018-10-20 | Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa | Manish Goregaokar | -0/+189 |
| 2018-10-19 | rustc: Fix (again) simd vectors by-val in ABI | Alex Crichton | -0/+189 |
| 2018-10-12 | exit with status code 101 on fatal LLVM error | Andy Russell | -0/+24 |
| 2018-10-11 | Support for disabling the PLT on ELF targets | Gabriel Majeri | -0/+3 |
| 2018-09-28 | Auto merge of #54568 - levex:issue-54130, r=nagisa | bors | -0/+5 |
| 2018-09-26 | add -Z emit-stack-sizes | Jorge Aparicio | -1/+4 |
| 2018-09-25 | codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -0/+5 |
| 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 |