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
Age
Commit message (
Expand
)
Author
Lines
2013-03-19
Enable arm error handling abi 2
ILyoan
-2
/
+3
2013-03-19
Enable arm error handling abi
ILyoan
-0
/
+5
2013-03-15
Normalize target triple so that llvm can recognize target os correctly
ILyoan
-2
/
+2
2013-03-13
Revamp foreign code not to consider the Rust modes. This requires
Niko Matsakis
-2
/
+2
2013-03-12
Wrap llvm::InlineAsm::AsmDialect
Luqman Aden
-3
/
+3
2013-03-12
Parse inline assembly.
Luqman Aden
-0
/
+13
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
/
+19
2013-01-13
Support ARM and Android
kyeongwoon
-7
/
+19
2012-12-28
Replace much of the REPL run code with a call to compile_upto
Brian Leibig
-1
/
+1
2012-12-22
rustllvm: Fix symbol resolution on Mac for rusti. rs=bugfix
Patrick Walton
-0
/
+7
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-6
/
+9
2012-10-21
rustc: add new intrinsics - atomic_cxchg{_acq,_rel}
Luqman Aden
-0
/
+9
2012-10-11
Conditional usage of LLVM DebugFlag
Luca Bruno
-0
/
+2
2012-09-28
jit: Remove old crate loading code and don't search through loaded crates (us...
Zack Corr
-11
/
+2
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
-21
/
+65
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
-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
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, a...
Josh Matthews
-1
/
+6
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
2011-11-25
rustc: Fall back to intrinsics.ll if we can't parse the bc
Brian Anderson
-0
/
+16
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
2011-11-07
rustc: Add support of generating LLVM assembly
Haitao Li
-0
/
+13
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
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-09-11
Add Rust definitions for new LLVM EH instructions
Brian Anderson
-0
/
+4
2011-08-28
Follow LLVM header file shuffling
Marijn Haverbeke
-2
/
+2
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
[next]