| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -60/+5 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -1/+7 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -1/+7 |
| 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-11-16 | Auto merge of #45920 - sunfishcode:trap-on-unreachable, r=Zoxc | bors | -1/+9 |
| 2017-11-12 | Update LLVM to fix miscompiles with -Copt-level=z on Windows | Björn Steinbrink | -1/+1 |
| 2017-11-11 | Control LLVM's TrapUnreachable feature through rustc's TargetOptions. | Dan Gohman | -6/+8 |
| 2017-11-10 | Fix a spello. | Dan Gohman | -1/+1 |
| 2017-11-10 | Enable TrapUnreachable in LLVM. | Dan Gohman | -0/+6 |
| 2017-10-19 | Update ThinLTO (internalization) for LLVM 5 | Tatsuyuki Ishi | -1/+16 |
| 2017-10-17 | Update ThinLTO for LLVM 5 | Alex Crichton | -1/+38 |
| 2017-10-15 | rustc: Fix some ThinLTO internalization | Alex Crichton | -5/+8 |
| 2017-10-10 | Auto merge of #45170 - rust-lang:aphs-no-unsynchronised-llvm-err-global, r=al... | bors | -1/+1 |
| 2017-10-10 | Band-aid fix to stop race conditions in llvm errors | Aidan Hobson Sayers | -1/+1 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -0/+461 |
| 2017-09-30 | rustc: Enable LTO and multiple codegen units | Alex Crichton | -0/+62 |
| 2017-09-15 | Add 'native' to -C target-cpu=help | Matt Ickstadt | -0/+7 |
| 2017-08-08 | Fix covered-switch-default warnings in PassWrapper | kennytm | -2/+4 |
| 2017-07-31 | Gate LLVMRustHasFeature on LLVM_RUSTLLVM | Josh Stone | -1/+1 |
| 2017-07-28 | Make LLVMRustHasFeature more robust | Luca Barbato | -13/+7 |
| 2017-07-23 | Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichton | bors | -79/+154 |
| 2017-07-21 | Fix archive member names on 5.0 | Alex Crichton | -0/+4 |
| 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-07-21 | rustllvm: define LLVM_VERSION_LT | Tim Neumann | -0/+2 |
| 2017-07-18 | Fix LLVM assertion when a weak symbol is defined in global_asm. | Vadzim Dambrouski | -1/+1 |
| 2017-07-12 | [LLVM] Avoid losing the !nonnull attribute in SROA | Ariel Ben-Yehuda | -5/+1 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -0/+4 |
| 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 |