| Age | Commit message (Expand) | Author | Lines |
| 2017-09-30 | rustc: Enable LTO and multiple codegen units | Alex Crichton | -0/+62 |
| 2017-07-21 | update attributes API usage | Alex Crichton | -1/+26 |
| 2017-07-21 | rustllvm: split DebugLoc in UnpackOptimizationDiagnostic | Tim Neumann | -3/+20 |
| 2017-07-21 | rustllvm: update to SyncScope::ID | Tim Neumann | -0/+13 |
| 2017-07-21 | rustllvm: adjust usage of createNameSpace | Tim Neumann | -1/+5 |
| 2017-07-21 | rustllvm: adjust usage of createPointerType | Tim Neumann | -1/+9 |
| 2017-07-21 | rustllvm: use LLVMMetadataRef | Tim Neumann | -73/+75 |
| 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-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+4 |
| 2017-04-12 | Expose LLVM appendModuleInlineAsm | A.J. Gardner | -0/+4 |
| 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-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/+6 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+6 |
| 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 | -261/+262 |
| 2016-12-31 | Auto merge of #38482 - est31:i128, r=eddyb | bors | -0/+17 |
| 2016-12-31 | Improve naming style in rustllvm. | Ian Kerins | -261/+262 |
| 2016-12-30 | Switching from NULL to nullptr in src/rustllvm. | karpinski | -11/+11 |
| 2016-12-30 | Ran clang-format on src/rustllvm with llvm as the coding style. | karpinski | -1004/+793 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -0/+1 |
| 2016-12-30 | Add a way to retrieve constant value in 128 bits | Simonas Kazlauskas | -0/+16 |
| 2016-12-21 | Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast... | Ivan Molodetskikh | -0/+2 |
| 2016-12-14 | Update LLVM global variable debug info API for 4.0 | Dylan McKay | -5/+20 |
| 2016-12-12 | [LLVM 4.0] Move debuginfo alignment argument | Jake Goulding | -8/+29 |
| 2016-12-08 | Auto merge of #38156 - shepmaster:llvm-4.0-bitcode-reader-writer, r=alexcrichton | bors | -1/+16 |
| 2016-12-05 | Make LLVM symbol visibility FFI types more stable. | Michael Woerister | -0/+42 |
| 2016-12-04 | [LLVM 4.0] New bitcode headers and API | Jake Goulding | -1/+16 |
| 2016-12-02 | [LLVM 4.0] Support new DIFlags enum | Jake Goulding | -0/+5 |
| 2016-12-02 | [LLVM] Introduce a stable representation of DIFlags | Jake Goulding | -13/+93 |
| 2016-11-28 | Don't assume llvm::StringRef is null terminated | Robin Kruppe | -8/+5 |
| 2016-11-25 | Auto merge of #38000 - rkruppe:llvm-dinamespace-fwdcompat, r=alexcrichton | bors | -1/+5 |
| 2016-11-25 | Pass new argument ExportSymbol to DIBuilder::createNameSpace | Robin Kruppe | -1/+5 |
| 2016-11-24 | Support LLVM 4.0 in OptimizationDiagnostic FFI | Robin Kruppe | -2/+7 |
| 2016-11-21 | Restore compatibility with LLVM 3.7 and 3.8 | Seo Sanghyeon | -10/+9 |
| 2016-11-17 | Use llvm::Attribute API instead of "raw value" APIs, which will be removed in... | Robin Kruppe | -45/+70 |
| 2016-10-14 | debuginfo: Remove some outdated stuff from LLVM DIBuilder binding. | Michael Woerister | -20/+1 |
| 2016-09-26 | Extend preprocessor LLVM version checks to support LLVM 4.x | Jake Goulding | -15/+15 |
| 2016-09-04 | Fix incorrect LLVM Linkage enum | Matt Ickstadt | -0/+80 |