| Age | Commit message (Expand) | Author | Lines |
| 2013-12-09 | Implement LTO | Alex Crichton | -0/+3 |
| 2013-12-05 | Update LLVM and jettison jit support | Alex Crichton | -3/+0 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -0/+2 |
| 2013-10-28 | add support for the `cold` function attribute | Daniel Micay | -0/+1 |
| 2013-10-11 | have LLVM print type strings for us | Daniel Micay | -0/+1 |
| 2013-09-15 | debuginfo: Added LLVMDICompositeTypeSetTypeArray to rustllvm.def.in | Michael Woerister | -0/+1 |
| 2013-09-10 | debuginfo: Wrapped namespace facilities of llvm::DIBuilder | Michael Woerister | -0/+1 |
| 2013-09-09 | add `noalias` attribute to ~ return values | Daniel Micay | -0/+2 |
| 2013-09-04 | debuginfo: Added test cases for structs, tuples, enums, etc passed by value. | Michael Woerister | -0/+3 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -7/+12 |
| 2013-08-20 | auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson | bors | -0/+1 |
| 2013-08-20 | Fix LLVM compilation issues and use the new attrs | Alex Crichton | -0/+1 |
| 2013-08-16 | debuginfo: Generate template type parameters for generic functions. | Michael Woerister | -0/+1 |
| 2013-08-09 | Implement an `address_insignificant` attribute | Alex Crichton | -0/+1 |
| 2013-07-28 | Add an atomic fence intrinsic | James Miller | -0/+1 |
| 2013-07-21 | Avoid blocks for static allocas and loading the closure environment | Björn Steinbrink | -0/+1 |
| 2013-07-19 | debuginfo: Fixed some merge fallout | Michael Woerister | -0/+3 |
| 2013-06-19 | rustc: Dispose of LLVM passes in test cases | Brian Anderson | -0/+1 |
| 2013-06-17 | Fixed remaining issues to pass debug-test/* tests. | Vadim Chugunov | -0/+1 |
| 2013-06-17 | Made the while DebugContext mutable, not just created_* hashes | Vadim Chugunov | -17/+18 |
| 2013-06-17 | Use DIBuilder in debuginfo | Vadim Chugunov | -0/+17 |
| 2013-06-13 | Revert "Revert "Have JIT execution take ownership of the LLVMContextRef"" | Alex Crichton | -1/+3 |
| 2013-06-13 | Revert "Revert "Remove all usage of the global LLVMContextRef"" | Alex Crichton | -2/+1 |
| 2013-06-13 | Revert "Remove all usage of the global LLVMContextRef" | Brian Anderson | -1/+2 |
| 2013-06-13 | Revert "Have JIT execution take ownership of the LLVMContextRef" | Brian Anderson | -3/+1 |
| 2013-06-10 | Have JIT execution take ownership of the LLVMContextRef | Alex Crichton | -1/+3 |
| 2013-06-10 | Remove all usage of the global LLVMContextRef | Alex Crichton | -2/+1 |
| 2013-05-29 | Further refactor optimization pass handling | James Miller | -98/+2 |
| 2013-05-29 | Remove extraneous defs from export file | James Miller | -3/+0 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -0/+102 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -0/+2 |
| 2013-04-10 | rustllvm: followup latest LLVM | Young-il Choi | -2/+0 |
| 2013-03-12 | Parse inline assembly. | Luqman Aden | -0/+1 |
| 2013-03-03 | There is no function in LLVM called LLVMInitializeMipsAsmLexer | Brian Anderson | -1/+0 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -0/+7 |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -7/+7 |
| 2012-10-21 | rustc: add new intrinsics - atomic_cxchg{_acq,_rel} | Luqman Aden | -0/+1 |
| 2012-09-27 | jit: Separate JIT execution into two functions and load crates before main lo... | Zack Corr | -2/+3 |
| 2012-08-31 | jit: Add passes and cleanup code | Zack Corr | -2/+1 |
| 2012-08-31 | jit: Add custom memory manager (still segfaulting) | Zack Corr | -1/+3 |
| 2012-08-31 | Add experimental JIT compiler | Zack Corr | -0/+2 |
| 2012-07-25 | Added debug flag to enable LLVM debug output. | Elliott Slaughter | -0/+1 |
| 2012-07-24 | Remove rustllvm functions which have moved upstream. | Elliott Slaughter | -1/+0 |
| 2012-07-24 | Only initialize targets that are actually supported / linked to in RustWrapper | Zack Corr | -0/+2 |
| 2012-06-29 | Adding a bunch of atomic intrinsics. | Eric Holk | -0/+1 |
| 2012-03-14 | Upgrade LLVM and add fix to PE/COFF relocation overflow handling. | Graydon Hoare | -1/+0 |
| 2011-12-18 | Remove rebase error. | Josh Matthews | -3/+0 |
| 2011-12-18 | Add debug info for local vars, basic fundamental types, and lexical blocks, a... | Josh Matthews | -1/+6 |
| 2011-12-18 | Generate basic debug info for files, functions and compile units. | Josh Matthews | -0/+1 |
| 2011-12-04 | Upgrade LLVM to svn revision 145779 | Brian Anderson | -35/+0 |