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-10-11
have LLVM print type strings for us
Daniel Micay
-0
/
+7
2013-10-08
debuginfo: Unified namespace generation approach for crate-local and external...
Michael Woerister
-6
/
+13
2013-09-15
debuginfo: Added description of algorithm for handling recursive types.
Michael Woerister
-23
/
+0
2013-09-15
debuginfo: Support for recursive types.
Michael Woerister
-0
/
+30
2013-09-10
debuginfo: Wrapped namespace facilities of llvm::DIBuilder
Michael Woerister
-3
/
+17
2013-09-09
add `noalias` attribute to ~ return values
Daniel Micay
-0
/
+15
2013-09-04
debuginfo: Support for variables captured in closures and closure type descri...
Michael Woerister
-0
/
+36
2013-08-28
Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"
Brian Anderson
-0
/
+1
2013-08-26
Rewrite pass management with LLVM
Alex Crichton
-143
/
+4
2013-08-24
rustllvm: Specify hard floats for gnueabihf.
Luqman Aden
-3
/
+7
2013-08-22
make: stop disabling frame pointer elimination
Daniel Micay
-2
/
+0
2013-08-20
auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson
bors
-3
/
+7
2013-08-20
Fix LLVM compilation issues and use the new attrs
Alex Crichton
-3
/
+7
2013-08-16
debuginfo: Generate template type parameters for generic functions.
Michael Woerister
-0
/
+18
2013-08-11
auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn
bors
-1
/
+2
2013-08-10
rustc: Add --target-cpu flag to select a more specific processor instead of t...
Luqman Aden
-1
/
+2
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
[next]