| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |