| Age | Commit message (Expand) | Author | Lines |
| 2019-11-06 | Rollup merge of #66062 - smaeul:patch/pic-level, r=estebank | Mazdak Farrokhzad | -0/+4 |
| 2019-11-05 | Rollup merge of #65953 - keystone-enclave:llvm_abiname, r=alexcrichton | Pietro Albini | -1/+2 |
| 2019-11-03 | Configure LLVM module PIC level | Samuel Holland | -0/+4 |
| 2019-11-02 | Add FFI bindings for Module::getInstructionCount() | Simon Heath | -0/+8 |
| 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 | -6/+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 type to byval attributes | Nikita Popov | -0/+22 |
| 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-18 | Remove the unused LLVMRustIsRustLLVM | Josh Stone | -8/+0 |
| 2019-04-06 | Auto merge of #59710 - alexcrichton:llvm-9-compat, r=sanxiyn | bors | -20/+39 |
| 2019-04-05 | Show better errors for LLVM IR output | Josh Stone | -2/+9 |
| 2019-04-05 | rustc: Start implementing compat with LLVM 9 | Alex Crichton | -20/+39 |
| 2019-03-27 | replace llvm-rebuild-trigger with commit hash | Andy Russell | -4/+0 |
| 2019-03-18 | Rebase LLVM to 8.0.0 final | Josh Stone | -1/+1 |
| 2019-02-23 | Implement ffi_returns_twice attribute | gnzlbg | -0/+3 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -4/+4 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -0/+3 |
| 2019-01-25 | Set the DICompileUnit emissionKind | Josh Stone | -2/+23 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -9/+93 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -0/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -50/+0 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -37/+3 |
| 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 |