about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
AgeCommit message (Expand)AuthorLines
2013-01-13Support ARM and Androidkyeongwoon-0/+12
2012-12-28Replace much of the REPL run code with a call to compile_uptoBrian Leibig-1/+1
2012-12-22rustllvm: Fix symbol resolution on Mac for rusti. rs=bugfixPatrick Walton-0/+7
2012-12-10Add license boilerplate to more files.Graydon Hoare-6/+9
2012-10-21rustc: add new intrinsics - atomic_cxchg{_acq,_rel}Luqman Aden-0/+8
2012-10-11Conditional usage of LLVM DebugFlagLuca Bruno-0/+2
2012-09-28jit: Remove old crate loading code and don't search through loaded crates (us...Zack Corr-11/+2
2012-09-27jit: Initialize native parser so rust-repl worksZack Corr-0/+1
2012-09-27jit: Enable exception handlingZack Corr-0/+1
2012-09-27jit: Separate JIT execution into two functions and load crates before main lo...Zack Corr-19/+62
2012-08-31jit: Clean rustllvm code, let rustc expose __morestack instead of linking in ...Zack Corr-27/+23
2012-08-31jit: Forgot header for inlining passZack Corr-0/+1
2012-08-31jit: Add passes and cleanup codeZack Corr-19/+15
2012-08-31jit: Link in __morestack and make it resolvable by JITZack Corr-9/+7
2012-08-31jit: Add custom memory manager (still segfaulting)Zack Corr-9/+236
2012-08-31Add experimental JIT compilerZack Corr-10/+61
2012-07-25Added debug flag to enable LLVM debug output.Elliott Slaughter-0/+5
2012-07-24Remove rustllvm functions which have moved upstream.Elliott Slaughter-14/+0
2012-07-24Only initialize targets that are actually supported / linked to in RustWrapperZack Corr-4/+16
2012-07-13Better error when rustc fails to write output.Glenn Willen-1/+6
2012-06-29Adding a bunch of atomic intrinsics.Eric Holk-0/+10
2012-04-30Update llvm and integrate clang and compiler-rt.Graydon Hoare-1/+1
2012-01-13llvm: Switch back to LLVM trunkBrian Anderson-7/+0
2011-12-18Generate basic debug info for files, functions and compile units.Josh Matthews-0/+14
2011-12-04Upgrade LLVM to svn revision 145779Brian Anderson-18/+11
2011-11-25rustc: Fall back to intrinsics.ll if we can't parse the bcBrian Anderson-0/+15
2011-11-16temp workaround for failure to pass ulonglong successfullyNiko Matsakis-0/+10
2011-11-15rustllvm: Add a GetOrInsertFunction wrapperHaitao Li-0/+6
2011-11-07rustc: Add support of generating LLVM assemblyHaitao Li-0/+12
2011-10-31rustc: Enable segmented stacks in LLVM when --stack-growth is onPatrick Walton-0/+6
2011-10-21Get 'make tidy' to work rustllvm and rt againBrian Anderson-9/+10
2011-10-15Update LinkModules invocation to use new prototypeElly Jones-1/+1
2011-10-11Revert "Merge pull request #1025 from elly/master"Lindsey Kuper-1/+1
2011-10-11Update LinkModules invocation to use new prototypeElly Jones-1/+1
2011-08-28Follow LLVM header file shufflingMarijn Haverbeke-2/+2
2011-08-11Use the new C API for PassManagerBuilder.Rafael Ávila de Espíndola-8/+0
2011-08-11Update for llvm api change.Rafael Ávila de Espíndola-2/+3
2011-07-01Update RustWrapper.cpp so that LLVM revision 134231 from June 30, 2011 at 22:...Kelly Wilson-1/+3
2011-06-22Use fast regalloc and codegen at OptLevel=0.Rafael Ávila de Espíndola-10/+4
2011-06-08Update rust to build with newer llvm versions.Rafael Ávila de Espíndola-2/+1
2011-05-14rustllvm: Free TargetMachine in LLVMRustWriteOutputFileBrian Anderson-2/+3
2011-05-10Add --time-llvm-passes.Graydon Hoare-0/+12
2011-05-07Stop stringifying integers to get integral constants.Graydon Hoare-0/+5
2011-05-06Put out burning linux tinderbox.Graydon Hoare-2/+6
2011-05-06Ge the host triple using LLVM. Fix a few 'mutable' warnings also.Kelly Wilson-0/+6
2011-05-05rustc: Add a binding to LLVM's bitcode parserPatrick Walton-0/+8
2011-05-04rustllvm: Add bindings to the LLVM linkerPatrick Walton-2/+18
2011-05-04rustllvm: Whitespace police in RustWrapper.cppPatrick Walton-2/+4
2011-05-02rustc: Disable frame pointer omissionPatrick Walton-0/+1
2011-04-28Add a very minimal set of .cfi_* statements to get part of backtracesRafael Ávila de Espíndola-1/+1