| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel ↵ | Matthijs Hofstra | -0/+2 | |
| intrinsics. The default versions (atomic_load and atomic_store) are sequentially consistent. The atomic_load_acq intrinsic acquires as described in [1]. The atomic_store_rel intrinsic releases as described in [1]. [1]: http://llvm.org/docs/Atomics.html | ||||
| 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 | |
| Conflicts: src/libcore/os.rs src/librustc/back/link.rs src/librustc/driver/driver.rs src/librustc/metadata/loader.rs src/librustc/middle/trans/base.rs | ||||
| 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 ↵ | Zack Corr | -2/+3 | |
| lookup | ||||
| 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 | |
| Adding a test cases for the atomic intrinsics. | ||||
| 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, ↵ | 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/+1 | |
| 2011-12-04 | Upgrade LLVM to svn revision 145779 | Brian Anderson | -35/+0 | |
| 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/+1 | |
| 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/+1 | |
| 2011-11-15 | rustllvm: Add a GetOrInsertFunction wrapper | Haitao Li | -0/+1 | |
| 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/+1 | |
| 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/+1 | |
| 2011-09-11 | Add Rust definitions for new LLVM EH instructions | Brian Anderson | -0/+4 | |
| Issue #236 | ||||
| 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 | -5/+10 | |
| 2011-08-11 | Update for llvm api change. | Rafael Ávila de Espíndola | -2/+0 | |
| 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-05-10 | Add --time-llvm-passes. | Graydon Hoare | -0/+2 | |
| 2011-05-07 | Stop stringifying integers to get integral constants. | Graydon Hoare | -0/+1 | |
| 2011-05-06 | rustllvm: Add a function to add the standard function passes to a module; ↵ | Patrick Walton | -0/+1 | |
| change uses of bool in LLVMAddStandardModulePasses() to LLVMBool | ||||
| 2011-05-06 | rustllvm: Add a binding to the LLVM standard module passes | Patrick Walton | -0/+1 | |
| 2011-05-06 | Ge the host triple using LLVM. Fix a few 'mutable' warnings also. | Kelly Wilson | -0/+1 | |
| 2011-05-05 | rustc: Add a binding to LLVM's bitcode parser | Patrick Walton | -0/+1 | |
| 2011-05-04 | rustllvm: Add bindings to the LLVM linker | Patrick Walton | -0/+1 | |
| 2011-04-18 | Add a -c option. | Rafael Ávila de Espíndola | -1/+1 | |
| 2011-04-15 | Add a -S option for producing assembly. I will move more of it to | Rafael Ávila de Espíndola | -0/+1 | |
| rust once the necessary APIs are available in C. | ||||
| 2011-04-13 | Typo. | Rafael Ávila de Espíndola | -1/+1 | |
| 2011-04-13 | Enable alias analysis and the function attributes pass. | Rafael Ávila de Espíndola | -0/+2 | |
| The C API extension is already upstream, we can drop the local copy once the bots are updated. | ||||
| 2011-04-12 | Add LLVMAddLoopIdiomPass. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-12 | Add LLVMAddCorrelatedValuePropagationPass. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-12 | Add LLVMAddScalarReplAggregatesPassSSA. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-12 | Add LLVMAddEarlyCSEPass to the .def file. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-03-24 | Add .def.in files that I forgot to stage. Should put out burning tinderboxes ↵ | Patrick Walton | -0/+586 | |
| on Windows and Darwin. | ||||
