| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-01-20 | Teach rustc about DW_AT_noreturn and a few more DIFlags | A.J. Gardner | -2/+18 |
| 2018-01-19 | Update DW_OP_plus to DW_OP_plus_uconst | Josh Stone | -1/+8 |
| 2018-01-07 | Remove dead function rustc_llvm::debug_loc_to_string() | Björn Steinbrink | -8/+0 |
| 2018-01-07 | Remove dead function LLVMRustLinkInParsedExternalBitcode() | Björn Steinbrink | -17/+0 |
| 2018-01-07 | Remove redundant -Zdebug-llvm option | Björn Steinbrink | -6/+0 |
| 2018-01-07 | Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppe | kennytm | -1/+7 |
| 2018-01-05 | Use name-discarding LLVM context | Simonas Kazlauskas | -1/+7 |
| 2018-01-04 | Simplify LLVMRustModuleCost() | Björn Steinbrink | -7/+2 |
| 2018-01-04 | Remove unused function LLVMRustGetValueContext() | Björn Steinbrink | -4/+0 |
| 2018-01-04 | Remove outdated LLVMRustBuildLandingPad() wrapper | Björn Steinbrink | -7/+0 |
| 2017-12-12 | Fix return value of `LLVMRustMetadataAsValue` | varkor | -2/+2 |
| 2017-12-01 | rustllvm: Remove conditional code for LLVM < 3.9 | Josh Stone | -74/+1 |
| 2017-11-20 | [rustllvm] Use report_fatal_error over llvm_unreachable | Robin Kruppe | -11/+11 |
| 2017-11-19 | rustc_trans: compute better align/dereferenceable attributes from pointees. | Eduard-Mihai Burtescu | -0/+58 |
| 2017-11-19 | rustc_trans: avoid working with sizes/offsets and alignments as integers. | Eduard-Mihai Burtescu | -5/+2 |
| 2017-10-10 | Band-aid fix to stop race conditions in llvm errors | Aidan Hobson Sayers | -1/+1 |
| 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 |