| Age | Commit message (Expand) | Author | Lines |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -0/+4 |
| 2017-07-04 | Auto merge of #42993 - stepancheg:editorconfig, r=brson | bors | -0/+6 |
| 2017-07-01 | When writing LLVM IR output demangled fn name in comments | Stepan Koltsov | -2/+126 |
| 2017-06-30 | Add .editorconfig to src/rustllvm | Stepan Koltsov | -0/+6 |
| 2017-06-27 | Rebase LLVM on top of LLVM 4.0.1 | Ariel Ben-Yehuda | -1/+1 |
| 2017-06-19 | Update LLVM to pick StackColoring improvement | Ariel Ben-Yehuda | -1/+1 |
| 2017-06-19 | Backport fixes to LLVM 4.0 ARM codegen bugs | Ariel Ben-Yehuda | -1/+1 |
| 2017-06-16 | Auto merge of #42410 - nagisa:llvmup, r=sanxiyn | bors | -1/+1 |
| 2017-06-08 | Upgrade LLVM | Simonas Kazlauskas | -1/+1 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+4 |
| 2017-05-28 | add NullOp::SizeOf and BinOp::Offset | Ariel Ben-Yehuda | -5/+9 |
| 2017-05-13 | LLVM: Add support for EABI-compliant libcalls on MSP430. | Vadzim Dambrouski | -1/+1 |
| 2017-05-06 | trigger llvm rebuild | Tim Neumann | -1/+1 |
| 2017-05-01 | Auto merge of #41560 - alevy:rwpi-ropi, r=eddyb | bors | -23/+43 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+4 |
| 2017-04-28 | Added LLVMRustRelocMode | Amit Aryeh Levy | -34/+43 |
| 2017-04-27 | Update LLVM to fix incorrect codegen on MSP430. | Vadzim Dambrouski | -1/+1 |
| 2017-04-26 | Add RWPI/ROPI relocation model support | Amit Aryeh Levy | -4/+15 |
| 2017-04-26 | Cherry pick LLVM hexagon fixes | Michael Wu | -1/+1 |
| 2017-04-25 | Add Hexagon support | Michael Wu | -1/+8 |
| 2017-04-12 | Expose LLVM appendModuleInlineAsm | A.J. Gardner | -0/+4 |
| 2017-03-24 | update LLVM with fix for PR32379 | Ariel Ben-Yehuda | -1/+1 |
| 2017-03-20 | Auto merge of #39628 - arielb1:shimmir, r=eddyb | bors | -1/+1 |
| 2017-03-19 | update LLVM | Ariel Ben-Yehuda | -1/+1 |
| 2017-03-16 | add missing global metadata | Tim Neumann | -3/+8 |
| 2017-03-16 | clang-format | Tim Neumann | -5/+2 |
| 2017-03-16 | isolate llvm 4.0 code path | Tim Neumann | -12/+6 |
| 2017-03-12 | rustbuild: Add option for enabling partial LLVM rebuilds | Vadim Petrochenkov | -1/+1 |
| 2017-03-10 | LLVM: Update submodule to include SRet support patch for MSP430. | Vadzim Dambrouski | -1/+1 |
| 2017-03-02 | LLVM: Update submodule to include x86-interrupt ABI patches | Philipp Oppermann | -1/+1 |
| 2017-02-15 | rustc: Link statically to the MSVCRT | Alex Crichton | -1/+1 |
| 2017-02-13 | Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis | bors | -0/+6 |
| 2017-02-11 | [LLVM 4.0] Fix CreateCompileUnit | Matt Ickstadt | -3/+11 |
| 2017-02-10 | Fix intcast, use it where appropriate | Simonas Kazlauskas | -0/+6 |
| 2017-02-09 | Auto merge of #38109 - tromey:main-subprogram, r=michaelwoerister | bors | -0/+6 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -0/+9 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+9 |
| 2017-02-08 | Rollup merge of #39529 - dylanmckay:llvm-4.0-align32, r=alexcrichton | Corey Farwell | -10/+10 |
| 2017-02-04 | Emit DW_AT_main_subprogram | Tom Tromey | -0/+6 |
| 2017-02-04 | [llvm] Use 32-bits for alignment | Dylan McKay | -10/+10 |
| 2017-02-04 | Support a debug info API change for LLVM 4.0 | Dylan McKay | -0/+4 |
| 2017-01-26 | Remove unnecessary LLVMRustPersonalityFn binding | Simonas Kazlauskas | -8/+0 |
| 2017-01-14 | Fix covered-switch-default warnings in RustWrapper | Ruud van Asseldonk | -10/+4 |
| 2017-01-01 | Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppe | bors | -439/+442 |
| 2017-01-01 | Merge branch 'master' into sparc64 | Seo Sanghyeon | -1555/+1323 |
| 2016-12-31 | Auto merge of #38482 - est31:i128, r=eddyb | bors | -0/+17 |
| 2016-12-31 | Improve naming style in rustllvm. | Ian Kerins | -439/+442 |
| 2016-12-30 | Switching from NULL to nullptr in src/rustllvm. | karpinski | -23/+23 |
| 2016-12-30 | Ran clang-format on src/rustllvm with llvm as the coding style. | karpinski | -1570/+1304 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -0/+1 |