| Age | Commit message (Expand) | Author | Lines |
| 2019-12-04 | Migrate to LLVM{Get,Set}ValueName2 | Josh Stone | -4/+6 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -37/+0 |
| 2019-11-02 | Add FFI bindings for Module::getInstructionCount() | Simon Heath | -0/+8 |
| 2019-07-09 | Pass type to byval attributes | Nikita Popov | -0/+22 |
| 2019-04-18 | Remove the unused LLVMRustIsRustLLVM | Josh Stone | -8/+0 |
| 2019-04-05 | rustc: Start implementing compat with LLVM 9 | Alex Crichton | -8/+23 |
| 2019-02-23 | Implement ffi_returns_twice attribute | gnzlbg | -0/+2 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -0/+2 |
| 2019-01-25 | Set the DICompileUnit emissionKind | Josh Stone | -2/+23 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -7/+86 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -0/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -15/+0 |
| 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 | -0/+8 |
| 2018-11-29 | Add template parameter debuginfo to generic types | Tom Tromey | -4/+6 |
| 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-11 | Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton | bors | -158/+2 |
| 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 | -158/+2 |
| 2018-11-04 | Support memcpy/memmove with differing src/dst alignment | Nikita Popov | -0/+34 |
| 2018-11-01 | Remove checks for LLVM < 4.0 | Nikita Popov | -10/+0 |
| 2018-10-30 | Fix DWARF generation for enums | Tom Tromey | -2/+47 |
| 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/+2 |
| 2018-09-25 | codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -0/+5 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -0/+10 |
| 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 | -9/+0 |
| 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-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 | -0/+3 |
| 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 | librustc_llvm: Show PGO diagnostics properly. | Emilio Cobos Álvarez | -0/+3 |
| 2018-03-15 | error via bug! instead of stderr+terminate | gnzlbg | -39/+22 |
| 2018-03-15 | error on vector reduction usage if LLVM version is < 5.0 | gnzlbg | -1/+20 |
| 2018-03-14 | add dummy symbols for LLVM<6 | gnzlbg | -0/+47 |
| 2018-03-14 | expose ordered/unordered/nanless intirnsics | gnzlbg | -0/+2 |
| 2018-03-13 | add intrinsics for portable packed simd vector reductions | gnzlbg | -0/+46 |
| 2018-02-12 | rustc: Persist LLVM's `Linker` in Fat LTO | Alex Crichton | -40/+0 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -0/+2 |
| 2018-01-25 | Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis | Alex Crichton | -0/+4 |
| 2018-01-25 | Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoerister | Alex Crichton | -2/+18 |
| 2018-01-24 | llvm6: Tweak fast math intrinsics | Alex Crichton | -0/+4 |
| 2018-01-21 | Ensure test doesn't run with llvm 3.9 | A.J. Gardner | -1/+1 |