| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-28 | jit: Remove old crate loading code and don't search through loaded crates ↵ | Zack Corr | -11/+2 | |
| (use llvm default instead) | ||||
| 2012-09-27 | jit: Initialize native parser so rust-repl works | Zack Corr | -0/+1 | |
| 2012-09-27 | jit: Enable exception handling | Zack Corr | -0/+1 | |
| 2012-09-27 | jit: Separate JIT execution into two functions and load crates before main ↵ | Zack Corr | -21/+65 | |
| lookup | ||||
| 2012-08-31 | jit: Clean rustllvm code, let rustc expose __morestack instead of linking in ↵ | Zack Corr | -27/+23 | |
| libmorestack and return _rust_main and call it from rustc | ||||
| 2012-08-31 | jit: Forgot header for inlining pass | Zack Corr | -0/+1 | |
| 2012-08-31 | jit: Add passes and cleanup code | Zack Corr | -21/+16 | |
| 2012-08-31 | jit: Link in __morestack and make it resolvable by JIT | Zack Corr | -9/+7 | |
| 2012-08-31 | jit: Add custom memory manager (still segfaulting) | Zack Corr | -10/+239 | |
| 2012-08-31 | Add experimental JIT compiler | Zack Corr | -10/+63 | |
| 2012-07-25 | Added debug flag to enable LLVM debug output. | Elliott Slaughter | -0/+6 | |
| 2012-07-24 | Remove rustllvm functions which have moved upstream. | Elliott Slaughter | -15/+0 | |
| 2012-07-24 | Only initialize targets that are actually supported / linked to in RustWrapper | Zack Corr | -4/+18 | |
| 2012-07-13 | Better error when rustc fails to write output. | Glenn Willen | -1/+6 | |
| 2012-06-29 | Adding a bunch of atomic intrinsics. | Eric Holk | -0/+11 | |
| Adding a test cases for the atomic intrinsics. | ||||
| 2012-04-30 | Update llvm and integrate clang and compiler-rt. | Graydon Hoare | -1/+1 | |
| 2012-04-09 | llvm: Update llvm to use new gcnoteroot infrastructure | Patrick Walton | -233/+0 | |
| 2012-03-14 | Upgrade LLVM and add fix to PE/COFF relocation overflow handling. | Graydon Hoare | -1/+0 | |
| 2012-01-13 | llvm: Switch back to LLVM trunk | Brian Anderson | -7/+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, ↵ | Josh Matthews | -1/+6 | |
| along with source line information generation for individual instructions. | ||||
| 2011-12-18 | Generate basic debug info for files, functions and compile units. | Josh Matthews | -0/+15 | |
| 2011-12-04 | Upgrade LLVM to svn revision 145779 | Brian Anderson | -53/+11 | |
| This pulls in commits 145765 & 145766, which are required for split stacks. | ||||
| 2011-11-25 | rustc: Fall back to intrinsics.ll if we can't parse the bc | Brian Anderson | -0/+16 | |
| This will allow us to transition to the new bitcode format. | ||||
| 2011-11-16 | temp workaround for failure to pass ulonglong successfully | Niko Matsakis | -0/+11 | |
| 2011-11-15 | rustllvm: Add a GetOrInsertFunction wrapper | Haitao Li | -0/+7 | |
| Fixes issue #1161 Test-case-by: Brian Anderson <banderson@mozilla.com> Signed-off-by: Haitao Li <lihaitao@gmail.com> | ||||
| 2011-11-07 | rustc: Add support of generating LLVM assembly | Haitao Li | -0/+13 | |
| rustc generates output files in LLVM bitcode format if "--emit-llvm" option is given. When used with the "-S" option, rustc generates LLVM intermediate language assembly files. Fixes Issue #476 | ||||
| 2011-10-31 | rustc: Enable segmented stacks in LLVM when --stack-growth is on | Patrick Walton | -0/+7 | |
| 2011-10-21 | Get 'make tidy' to work rustllvm and rt again | Brian Anderson | -15/+16 | |
| 2011-10-15 | Update LinkModules invocation to use new prototype | Elly Jones | -1/+1 | |
| LLVM revision 141606 changes the prototype of llvm::Linker::LinkModules. Signed-off-by: Elly Jones <elly@leptoquark.net> | ||||
| 2011-10-11 | Revert "Merge pull request #1025 from elly/master" | Lindsey Kuper | -1/+1 | |
| This reverts commit e12e76e9ba0785d556a6ea3ca71e4a467e2aeb4d, reversing changes made to f480203fdd4d8b498453c1f7cc0ad4f59d87c596. | ||||
| 2011-10-11 | Update LinkModules invocation to use new prototype | Elly Jones | -1/+1 | |
| LLVM revision 141606 changes the prototype of llvm::Linker::LinkModules. Signed-off-by: Elly Jones <elly@leptoquark.net> | ||||
| 2011-09-11 | Add Rust definitions for new LLVM EH instructions | Brian Anderson | -0/+4 | |
| Issue #236 | ||||
| 2011-08-28 | Follow LLVM header file shuffling | Marijn Haverbeke | -2/+2 | |
| This allows us to compile against revision 138708. I need this, because the version we currently use is causing mysterious corruption of object files during linking on win, apparently triggered by my vec-representation patch. | ||||
| 2011-08-18 | rustllvm: Emit frame map labels | Patrick Walton | -0/+1 | |
| 2011-08-18 | Shut up an uninitialized variable warning. | Michael Sullivan | -1/+1 | |
| 2011-08-18 | rustllvm: Emit a stack map for frames with only static type descriptors | Patrick Walton | -3/+159 | |
| 2011-08-17 | rustc: Stub stack map generation machinery | Patrick Walton | -12/+9 | |
| 2011-08-11 | rt: Stub Rust GC metadata printer and Rust GC strategy modules | Patrick Walton | -0/+79 | |
| 2011-08-11 | Revert "Add missing functions to rustllvm.def.in" | Brian Anderson | -3/+0 | |
| This reverts commit 1bea273974c3c9570f76fd9c4a4a985ca05bd60f. Looks like this is not actually necessary. Hard to tell since the tinderboxes are falling behind. | ||||
| 2011-08-11 | Add missing functions to rustllvm.def.in | Brian Anderson | -0/+3 | |
| 2011-08-11 | Use the new C API for PassManagerBuilder. | Rafael Ávila de Espíndola | -50/+10 | |
| 2011-08-11 | Update for llvm api change. | Rafael Ávila de Espíndola | -5/+5 | |
| 2011-07-17 | Revert "Revert "Rename Passes2.cpp to Passes.cpp"" | Brian Anderson | -0/+0 | |
| This reverts commit 52507f406ee0dab26681227266ddce7c8ae6d37f. | ||||
| 2011-07-17 | Revert "Rename Passes2.cpp to Passes.cpp" | Brian Anderson | -0/+0 | |
| This reverts commit c18127b913e25cb019087c885ad61e145f3a3df0. | ||||
| 2011-07-17 | Rename Passes2.cpp to Passes.cpp | Brian Anderson | -0/+0 | |
| The original Passes.cpp is dead so Passes2 gets promoted | ||||
| 2011-07-17 | Remove Passes.cpp from rustllvm | Brian Anderson | -14/+0 | |
| Upstreamed | ||||
| 2011-07-17 | Remove Object.h from rustllvm | Brian Anderson | -77/+0 | |
| This file appears to be upstream now | ||||
| 2011-07-14 | Move rustc to the new llvm type system. Requires an update to llvm trunk. | Rafael Ávila de Espíndola | -12/+3 | |
| 2011-07-01 | Update RustWrapper.cpp so that LLVM revision 134231 from June 30, 2011 at ↵ | Kelly Wilson | -1/+3 | |
| 22:15 GMT, works. | ||||
