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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustllvm
/
RustWrapper.cpp
Age
Commit message (
Expand
)
Author
Lines
2013-08-09
Implement an `address_insignificant` attribute
Alex Crichton
-0
/
+4
2013-08-04
Fix build issues once LLVM has been upgraded
Alex Crichton
-10
/
+1
2013-07-28
Add an atomic fence intrinsic
James Miller
-1
/
+4
2013-07-19
debuginfo: Support for tuple-style enums (WIP)
Michael Woerister
-42
/
+66
2013-07-19
debuginfo: Added support for c-style enums.
Michael Woerister
-0
/
+30
2013-06-17
Fixed rebase fallout .
Vadim Chugunov
-1
/
+3
2013-06-17
Fixed remaining issues to pass debug-test/* tests.
Vadim Chugunov
-0
/
+11
2013-06-17
Made the while DebugContext mutable, not just created_* hashes
Vadim Chugunov
-17
/
+28
2013-06-17
Use DIBuilder in debuginfo
Vadim Chugunov
-0
/
+201
2013-06-13
Don't run passes again on JIT code
Alex Crichton
-14
/
+0
2013-06-13
Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""
Alex Crichton
-18
/
+12
2013-06-13
Revert "Revert "Remove all usage of the global LLVMContextRef""
Alex Crichton
-5
/
+24
2013-06-13
Revert "Remove all usage of the global LLVMContextRef"
Brian Anderson
-24
/
+5
2013-06-13
Revert "Have JIT execution take ownership of the LLVMContextRef"
Brian Anderson
-12
/
+18
2013-06-10
Have JIT execution take ownership of the LLVMContextRef
Alex Crichton
-18
/
+12
2013-06-10
Remove all usage of the global LLVMContextRef
Alex Crichton
-5
/
+24
2013-05-29
Refactor optimization pass handling.
James Miller
-45
/
+3
2013-05-20
rustllvm: Use target alignment for atomic load/store
Brian Anderson
-6
/
+8
2013-05-17
Fix AtomicLoad builder code
James Miller
-1
/
+1
2013-05-12
Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins...
Matthijs Hofstra
-0
/
+22
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-11
/
+11
2013-04-22
Choose target features
Seo Sanghyeon
-1
/
+2
2013-04-19
llvm: Fixes for RustWrapper.
Patrick Walton
-6
/
+0
2013-04-19
rustllvm: Fix RustWrapper.cpp
Patrick Walton
-7
/
+16
2013-04-19
librustc: Implement fast-ffi and use it in various places
Patrick Walton
-0
/
+1
2013-04-10
rustllvm: Initialize target analysis passes
Brian Anderson
-1
/
+4
2013-04-10
rustllvm: followup latest LLVM
Young-il Choi
-7
/
+13
2013-04-05
rustllvm: Only initialize command-line arguments once
Tim Chevalier
-4
/
+12
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
/
+12
2013-03-03
rustc: MIPS32 support
Jyun-Yan You
-0
/
+12
2013-01-13
Support ARM and Android
kyeongwoon
-0
/
+12
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
/
+8
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
-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
[prev]
[next]