| Age | Commit message (Expand) | Author | Lines |
| 2013-09-15 | debuginfo: Added LLVMDICompositeTypeSetTypeArray to rustllvm.def.in | Michael Woerister | -0/+1 |
| 2013-09-15 | debuginfo: Added description of algorithm for handling recursive types. | Michael Woerister | -23/+0 |
| 2013-09-15 | debuginfo: Support for recursive types. | Michael Woerister | -0/+30 |
| 2013-09-10 | debuginfo: Wrapped namespace facilities of llvm::DIBuilder | Michael Woerister | -3/+18 |
| 2013-09-09 | add `noalias` attribute to ~ return values | Daniel Micay | -0/+17 |
| 2013-09-04 | debuginfo: Added test cases for structs, tuples, enums, etc passed by value. | Michael Woerister | -0/+3 |
| 2013-09-04 | debuginfo: Support for variables captured in closures and closure type descri... | Michael Woerister | -0/+36 |
| 2013-09-01 | touch llvm clean trigger | Daniel Micay | -1/+1 |
| 2013-08-30 | Tweak pass management and add some more options | Alex Crichton | -23/+2 |
| 2013-08-28 | Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton" | Brian Anderson | -0/+2 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -181/+208 |
| 2013-08-24 | rustllvm: Specify hard floats for gnueabihf. | Luqman Aden | -3/+7 |
| 2013-08-22 | make: stop disabling frame pointer elimination | Daniel Micay | -2/+0 |
| 2013-08-20 | auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson | bors | -4/+9 |
| 2013-08-20 | Fix LLVM compilation issues and use the new attrs | Alex Crichton | -3/+8 |
| 2013-08-20 | Upgrade llvm to current HEAD | Alex Crichton | -1/+1 |
| 2013-08-16 | debuginfo: Generate template type parameters for generic functions. | Michael Woerister | -0/+19 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -1/+2 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -1/+2 |
| 2013-08-09 | Implement an `address_insignificant` attribute | Alex Crichton | -0/+5 |
| 2013-08-04 | Fix build issues once LLVM has been upgraded | Alex Crichton | -10/+3 |
| 2013-08-04 | Update LLVM | Alex Crichton | -1/+1 |
| 2013-07-28 | Add an atomic fence intrinsic | James Miller | -1/+5 |
| 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-07-19 | debuginfo: Support for tuple-style enums (WIP) | Michael Woerister | -42/+66 |
| 2013-07-19 | debuginfo: Added support for c-style enums. | Michael Woerister | -0/+30 |
| 2013-07-03 | force LLVM clean | Daniel Micay | -1/+1 |
| 2013-07-01 | Turn on using LLVM threadsafely | Alex Crichton | -0/+4 |
| 2013-06-27 | mk: add mechanisms for triggering clean-llvm builds from commits | Graydon Hoare | -0/+0 |
| 2013-06-19 | rustc: Dispose of LLVM passes in test cases | Brian Anderson | -0/+6 |
| 2013-06-17 | Fixed rebase fallout . | Vadim Chugunov | -1/+3 |
| 2013-06-17 | Fixed remaining issues to pass debug-test/* tests. | Vadim Chugunov | -0/+12 |
| 2013-06-17 | Made the while DebugContext mutable, not just created_* hashes | Vadim Chugunov | -34/+46 |
| 2013-06-17 | Use DIBuilder in debuginfo | Vadim Chugunov | -0/+220 |
| 2013-06-15 | auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson | bors | -38/+39 |
| 2013-06-13 | Don't run passes again on JIT code | Alex Crichton | -14/+0 |
| 2013-06-13 | Revert "Revert "Have JIT execution take ownership of the LLVMContextRef"" | Alex Crichton | -19/+16 |
| 2013-06-13 | Revert "Revert "Remove all usage of the global LLVMContextRef"" | Alex Crichton | -7/+25 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-06-13 | Revert "Remove all usage of the global LLVMContextRef" | Brian Anderson | -25/+7 |
| 2013-06-13 | Revert "Have JIT execution take ownership of the LLVMContextRef" | Brian Anderson | -16/+19 |
| 2013-06-10 | Have JIT execution take ownership of the LLVMContextRef | Alex Crichton | -19/+16 |
| 2013-06-10 | Remove all usage of the global LLVMContextRef | Alex Crichton | -7/+25 |
| 2013-05-29 | Further refactor optimization pass handling | James Miller | -216/+25 |
| 2013-05-29 | Remove extraneous defs from export file | James Miller | -3/+0 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -45/+322 |
| 2013-05-20 | rustllvm: Use target alignment for atomic load/store | Brian Anderson | -6/+8 |
| 2013-05-17 | Fix AtomicLoad builder code | James Miller | -1/+1 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -0/+24 |