| Age | Commit message (Expand) | Author | Lines |
| 2016-12-30 | Add a way to retrieve constant value in 128 bits | Simonas Kazlauskas | -0/+16 |
| 2016-12-29 | further enable the Sparc LLVM backend | Jonathan A. Kollasch | -1/+8 |
| 2016-12-29 | Rollup merge of #38676 - rkruppe:llvm-check-success, r=alexcrichton | Alex Crichton | -9/+26 |
| 2016-12-29 | Check *all* errors in LLVMRustArchiveIterator* API | Robin Kruppe | -9/+26 |
| 2016-12-26 | Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichton | bors | -1/+1 |
| 2016-12-21 | Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast... | Ivan Molodetskikh | -0/+3 |
| 2016-12-19 | touch src/rustllvm/llvm-auto-clean-trigger | Jorge Aparicio | -1/+1 |
| 2016-12-16 | llvm: backport r280651 | Jorge Aparicio | -1/+1 |
| 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-11 | [LLVM 4.0] Explicitly call constructor of 'llvm::Error' | Dylan McKay | -0/+2 |
| 2016-12-11 | Auto merge of #38240 - pftbest:update_llvm, r=japaric | bors | -1/+1 |
| 2016-12-10 | Auto merge of #38223 - rkruppe:llvm-stringref-fixes, r=alexcrichton | bors | -2/+5 |
| 2016-12-09 | Auto merge of #38196 - rkruppe:llvm-archivewrapper-fwdcompat, r=alexcrichton | bors | -0/+19 |
| 2016-12-08 | LLVM: update trigger | Vadzim Dambrouski | -1/+1 |
| 2016-12-08 | Auto merge of #38156 - shepmaster:llvm-4.0-bitcode-reader-writer, r=alexcrichton | bors | -2/+23 |
| 2016-12-07 | printf type correctness | Robin Kruppe | -2/+5 |
| 2016-12-07 | mk: Switch rustbuild to the default build system | Alex Crichton | -1/+1 |
| 2016-12-06 | [LLVM 4.0] rustllvm archive support | Robin Kruppe | -0/+19 |
| 2016-12-05 | Make LLVM symbol visibility FFI types more stable. | Michael Woerister | -0/+42 |
| 2016-12-05 | Auto merge of #38100 - nox:llvm, r=alexcrichton | bors | -1/+1 |
| 2016-12-04 | [LLVM 4.0] New bitcode headers and API | Jake Goulding | -2/+23 |
| 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-12-01 | Update llvm fork to 3ec14daffb4b8c0604df50b7fb0ab552f456e381 | Anthony Ramine | -1/+1 |
| 2016-11-28 | Don't assume llvm::StringRef is null terminated | Robin Kruppe | -11/+10 |
| 2016-11-27 | Auto merge of #38027 - rkruppe:llvm-printpasses-fwdcompat, r=alexcrichton | bors | -0/+7 |
| 2016-11-27 | Adapt LLVMRustPrintPasses to LLVM 4.0 preferring `StringRef` over `char *` | Robin Kruppe | -0/+7 |
| 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-20 | Auto merge of #37861 - shepmaster:llvm-4.0-inline-pass, r=alexcrichton | bors | -0/+7 |
| 2016-11-19 | Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddyb | bors | -45/+92 |
| 2016-11-18 | [LLVM 4.0] Update AlwaysInliner pass header and constructor | Jake Goulding | -0/+7 |
| 2016-11-17 | Use llvm::Attribute API instead of "raw value" APIs, which will be removed in... | Robin Kruppe | -45/+92 |
| 2016-11-12 | also enable the MSP430 backend in Makefiles | Jorge Aparicio | -1/+8 |
| 2016-10-29 | LLVM: Update submodule to rust-llvm-2016-10-29 branch. | Vadzim Dambrouski | -1/+1 |
| 2016-10-19 | Update llvm-auto-clean-trigger | Raph Levien | -1/+1 |
| 2016-10-19 | Rollup merge of #37182 - alexcrichton:appveyor, r=brson | Eduard-Mihai Burtescu | -1/+1 |
| 2016-10-14 | Add AppVeyor configuration to the repo | Alex Crichton | -1/+1 |
| 2016-10-14 | debuginfo: Remove some outdated stuff from LLVM DIBuilder binding. | Michael Woerister | -20/+1 |
| 2016-10-10 | LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in Ge... | Michael Woerister | -1/+1 |
| 2016-10-07 | llvm: Update LLVM to include fix for pathologic case in its LiveDebugValues p... | Michael Woerister | -1/+1 |
| 2016-09-30 | Update LLVM with fastcomp patches | Brian Anderson | -1/+1 |
| 2016-09-26 | Extend preprocessor LLVM version checks to support LLVM 4.x | Jake Goulding | -34/+43 |
| 2016-09-17 | Up the LLVM | Simonas Kazlauskas | -1/+1 |
| 2016-09-04 | Fix incorrect LLVM Linkage enum | Matt Ickstadt | -0/+80 |
| 2016-09-01 | Fix optimization regressions for operations on [x; n]-initialized arrays. | Eduard Burtescu | -1/+1 |
| 2016-08-29 | Auto merge of #36117 - eddyb:llvm-hoist-meta, r=alexcrichton | bors | -1/+1 |