index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustllvm
/
RustWrapper.cpp
Age
Commit message (
Expand
)
Author
Lines
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 lo...
Zack Corr
-19
/
+62
2012-08-31
jit: Clean rustllvm code, let rustc expose __morestack instead of linking in ...
Zack Corr
-27
/
+23
2012-08-31
jit: Forgot header for inlining pass
Zack Corr
-0
/
+1
2012-08-31
jit: Add passes and cleanup code
Zack Corr
-19
/
+15
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
-9
/
+236
2012-08-31
Add experimental JIT compiler
Zack Corr
-10
/
+61
2012-07-25
Added debug flag to enable LLVM debug output.
Elliott Slaughter
-0
/
+5
2012-07-24
Remove rustllvm functions which have moved upstream.
Elliott Slaughter
-14
/
+0
2012-07-24
Only initialize targets that are actually supported / linked to in RustWrapper
Zack Corr
-4
/
+16
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
/
+10
2012-04-30
Update llvm and integrate clang and compiler-rt.
Graydon Hoare
-1
/
+1
2012-01-13
llvm: Switch back to LLVM trunk
Brian Anderson
-7
/
+0
2011-12-18
Generate basic debug info for files, functions and compile units.
Josh Matthews
-0
/
+14
2011-12-04
Upgrade LLVM to svn revision 145779
Brian Anderson
-18
/
+11
2011-11-25
rustc: Fall back to intrinsics.ll if we can't parse the bc
Brian Anderson
-0
/
+15
2011-11-16
temp workaround for failure to pass ulonglong successfully
Niko Matsakis
-0
/
+10
2011-11-15
rustllvm: Add a GetOrInsertFunction wrapper
Haitao Li
-0
/
+6
2011-11-07
rustc: Add support of generating LLVM assembly
Haitao Li
-0
/
+12
2011-10-31
rustc: Enable segmented stacks in LLVM when --stack-growth is on
Patrick Walton
-0
/
+6
2011-10-21
Get 'make tidy' to work rustllvm and rt again
Brian Anderson
-9
/
+10
2011-10-15
Update LinkModules invocation to use new prototype
Elly Jones
-1
/
+1
2011-10-11
Revert "Merge pull request #1025 from elly/master"
Lindsey Kuper
-1
/
+1
2011-10-11
Update LinkModules invocation to use new prototype
Elly Jones
-1
/
+1
2011-08-28
Follow LLVM header file shuffling
Marijn Haverbeke
-2
/
+2
2011-08-11
Use the new C API for PassManagerBuilder.
Rafael Ávila de Espíndola
-8
/
+0
2011-08-11
Update for llvm api change.
Rafael Ávila de Espíndola
-2
/
+3
2011-07-01
Update RustWrapper.cpp so that LLVM revision 134231 from June 30, 2011 at 22:...
Kelly Wilson
-1
/
+3
2011-06-22
Use fast regalloc and codegen at OptLevel=0.
Rafael Ávila de Espíndola
-10
/
+4
2011-06-08
Update rust to build with newer llvm versions.
Rafael Ávila de Espíndola
-2
/
+1
2011-05-14
rustllvm: Free TargetMachine in LLVMRustWriteOutputFile
Brian Anderson
-2
/
+3
2011-05-10
Add --time-llvm-passes.
Graydon Hoare
-0
/
+12
2011-05-07
Stop stringifying integers to get integral constants.
Graydon Hoare
-0
/
+5
2011-05-06
Put out burning linux tinderbox.
Graydon Hoare
-2
/
+6
2011-05-06
Ge the host triple using LLVM. Fix a few 'mutable' warnings also.
Kelly Wilson
-0
/
+6
2011-05-05
rustc: Add a binding to LLVM's bitcode parser
Patrick Walton
-0
/
+8
2011-05-04
rustllvm: Add bindings to the LLVM linker
Patrick Walton
-2
/
+18
2011-05-04
rustllvm: Whitespace police in RustWrapper.cpp
Patrick Walton
-2
/
+4
2011-05-02
rustc: Disable frame pointer omission
Patrick Walton
-0
/
+1
2011-04-28
Add a very minimal set of .cfi_* statements to get part of backtraces
Rafael Ávila de Espíndola
-1
/
+1
2011-04-26
Disable frame-pointer elimination (not sure how this didn't get commited befo...
Graydon Hoare
-0
/
+5
2011-04-22
Use -c in the Makefiles.
Rafael Ávila de Espíndola
-0
/
+1
2011-04-22
Dispose the module.
Rafael Ávila de Espíndola
-0
/
+1
2011-04-18
Revert 9ab42038bb13d3c8b01faa9c88e660e4e590fb00 while I find what is
Rafael Ávila de Espíndola
-1
/
+0
2011-04-18
Change the makefiles to use -c.
Rafael Ávila de Espíndola
-0
/
+1
2011-04-18
Add a -c option.
Rafael Ávila de Espíndola
-4
/
+13
2011-04-15
Produce PIC code and use -S in the Makefile.
Rafael Ávila de Espíndola
-0
/
+1
[prev]
[next]