| Age | Commit message (Expand) | Author | Lines |
| 2017-01-19 | OpenBSD has two stdc++ libraries: use the newer | Sébastien Marie | -2/+9 |
| 2016-12-12 | [LLVM 4.0] Move debuginfo alignment argument | Jake Goulding | -2/+4 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -6/+4 |
| 2016-12-05 | Make LLVM symbol visibility FFI types more stable. | Michael Woerister | -8/+11 |
| 2016-12-04 | Auto merge of #37857 - shepmaster:llvm-4.0-dinodes, r=michaelwoerister | bors | -25/+58 |
| 2016-12-03 | Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichton | bors | -4/+4 |
| 2016-12-03 | Auto merge of #38055 - rkruppe:rm-unused-llvm-ffi, r=alexcrichton | bors | -229/+1 |
| 2016-12-02 | [LLVM] Introduce a stable representation of DIFlags | Jake Goulding | -25/+58 |
| 2016-12-01 | Remove the "linked_from" feature. | Vadim Chugunov | -6/+4 |
| 2016-12-01 | Auto merge of #38048 - rkruppe:llvm-stringref-fixes, r=alexcrichton | bors | -11/+13 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+2 |
| 2016-11-29 | Add new #[target_feature = "..."] attribute. | Andrew Gallant | -4/+4 |
| 2016-11-28 | Remove unused functions from rustc_llvm | Robin Kruppe | -229/+1 |
| 2016-11-28 | Don't assume llvm::StringRef is null terminated | Robin Kruppe | -11/+13 |
| 2016-11-24 | Support LLVM 4.0 in OptimizationDiagnostic FFI | Robin Kruppe | -17/+20 |
| 2016-11-21 | Restore compatibility with LLVM 3.7 and 3.8 | Seo Sanghyeon | -17/+6 |
| 2016-11-19 | Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddyb | bors | -122/+49 |
| 2016-11-19 | Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichton | bors | -11/+34 |
| 2016-11-17 | rustbuild: update the llvm link logic further | Josh Stone | -26/+32 |
| 2016-11-17 | Use llvm::Attribute API instead of "raw value" APIs, which will be removed in... | Robin Kruppe | -122/+46 |
| 2016-11-16 | rustbuild: allow dynamically linking LLVM | Josh Stone | -3/+20 |
| 2016-11-16 | fix `extern "aapcs" fn` | Jorge Aparicio | -0/+1 |
| 2016-11-16 | Rebuild rustc_llvm when the rustllvm source files change | Robin Kruppe | -0/+3 |
| 2016-11-15 | Auto merge of #37714 - alexcrichton:builtins-hidden, r=nikomatsakis | bors | -2/+10 |
| 2016-11-12 | enable the MSP430 LLVM backend | Jorge Aparicio | -1/+6 |
| 2016-11-12 | rustc: Flag all builtins functions as hidden | Alex Crichton | -2/+10 |
| 2016-11-10 | Register and stability check `#[no_link]` crates. | Jeffrey Seyfried | -0/+1 |
| 2016-11-09 | rustc_llvm: Require 3.9 for --link-static | Alex Crichton | -1/+1 |
| 2016-11-06 | Force static linking of LLVM | pweyck | -0/+13 |
| 2016-10-22 | run rustfmt on librustc_llvm folder | Srinivas Reddy Thatiparthy | -508/+314 |
| 2016-10-14 | debuginfo: Remove some outdated stuff from LLVM DIBuilder binding. | Michael Woerister | -11/+0 |
| 2016-09-30 | Tidy | Brian Anderson | -1/+2 |
| 2016-09-30 | Make the jsbackend an optional component | Jan-Erik Rediger | -1/+1 |
| 2016-09-30 | Configure LLVM to use js backend | Jan-Erik Rediger | -0/+4 |
| 2016-09-25 | Report which required build-time environment variable is not set | Jake Goulding | -3/+3 |
| 2016-09-04 | Fix incorrect LLVM Linkage enum | Matt Ickstadt | -17/+11 |
| 2016-08-30 | Allow specification of the system V AMD64 ABI constraint. | CensoredUsername | -0/+1 |
| 2016-08-26 | initial support for s390x | Jorge Aparicio | -1/+7 |
| 2016-08-25 | Fix debug line info for macro expansions. | Vadim Chugunov | -0/+5 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -2107/+2218 |
| 2016-08-03 | finish type-auditing rustllvm | Ariel Ben-Yehuda | -75/+110 |
| 2016-08-03 | split the FFI part of rustc_llvm to rustc_llvm::ffi | Ariel Ben-Yehuda | -2063/+2083 |
| 2016-08-03 | begin auditing the C++ types in RustWrapper | Ariel Ben-Yehuda | -323/+360 |
| 2016-08-03 | audit LLVM C++ types in ArchiveWrapper and PassWrapper | Ariel Ben-Yehuda | -28/+48 |
| 2016-08-03 | remove the ExecutionEngine binding | Ariel Ben-Yehuda | -11/+1 |
| 2016-08-01 | Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb | bors | -10/+19 |
| 2016-07-30 | Update gcc crate dependency to 0.3.27. | Timon Van Overveldt | -1/+1 |
| 2016-07-29 | Make rust build pass LLVM_RUSTLLVM to C++ compiler | Cameron Hart | -0/+4 |
| 2016-07-29 | llvm: Remove no longer existent LLVMAddTargetData binding | Alex Crichton | -3/+0 |
| 2016-07-29 | Update parsing llvm-config output | Alex Crichton | -4/+15 |