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
2016-08-03
finish type-auditing rustllvm
Ariel Ben-Yehuda
-36
/
+66
2016-08-03
begin auditing the C++ types in RustWrapper
Ariel Ben-Yehuda
-194
/
+322
2016-07-29
[LLVM-3.9] Rename custom methods to Rust-specific ones
Jan-Erik Rediger
-2
/
+2
2016-06-09
Reflect supporting only LLVM 3.7+ in the LLVM wrappers
Jake Goulding
-140
/
+3
2016-03-29
Use weak_odr linkage when reusing definitions across codegen units
Björn Steinbrink
-0
/
+13
2016-03-26
Fix removal of function attributes on ARM
Björn Steinbrink
-0
/
+10
2016-03-19
Fix LLVMRustSetHasUnsafeAlgebra to only have effect on instructions
Ulrik Sverdrup
-2
/
+4
2016-03-18
Add intrinsics for float arithmetic with `fast` flag enabled
Ulrik Sverdrup
-0
/
+5
2016-02-24
Implement filling drop in MIR
Simonas Kazlauskas
-0
/
+5
2016-02-18
Add intrinsics for compare_exchange and compare_exchange_weak
Amanieu d'Antras
-5
/
+9
2016-02-04
Auto merge of #30962 - Amanieu:non_volatile_atomic, r=alexcrichton
bors
-2
/
+0
2016-01-29
trans: Reimplement unwinding on MSVC
Alex Crichton
-0
/
+178
2016-01-29
trans: Upgrade LLVM
Alex Crichton
-1
/
+17
2016-01-16
Don't make atomic loads and stores volatile
Amanieu d'Antras
-2
/
+0
2015-10-24
rustllvm: Update to LLVM trunk
Seo Sanghyeon
-0
/
+18
2015-09-29
Tweak Travis to use GCE
Alex Crichton
-5
/
+0
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-1
/
+2
2015-07-16
rustc_trans: Update LLVMBuildLandingPad signature
Alex Crichton
-0
/
+15
2015-07-10
trans: Use LLVM's writeArchive to modify archives
Alex Crichton
-101
/
+0
2015-06-16
rustc: Update LLVM
Alex Crichton
-31
/
+115
2015-06-07
rustc_trans: don't hardcode llvm version for conditional intrinsics
Luca Bruno
-0
/
+8
2015-06-07
Remove useless `const`
Tamir Duberstein
-1
/
+1
2015-05-19
rustc_llvm: Don't export constants across dlls
Alex Crichton
-1
/
+3
2015-05-12
rustc_llvm: Expose setting more DLL storage classes
Alex Crichton
-2
/
+3
2015-04-25
Add singlethreaded fence intrinsics.
Peter Marheine
-2
/
+4
2015-04-21
rollup merge of #24635: tamird/llvm-3.5
Alex Crichton
-16
/
+6
2015-04-21
rustc: Handle duplicate names merging archives
Alex Crichton
-24
/
+55
2015-04-21
LLVM < 3.5 is unsupported since bb18a3c
Tamir Duberstein
-16
/
+6
2015-04-03
Implement LLVMGetOrInsertGlobal wrapper
Simonas Kazlauskas
-0
/
+6
2015-04-03
Wrap LLVM’s Module::getNamedValue
Simonas Kazlauskas
-0
/
+5
2015-03-14
Drop support for LLVM < 3.5 and fix compile errors with 3.5
Björn Steinbrink
-108
/
+12
2015-02-01
Update LLVM to rust-llvm-2015-01-30
Björn Steinbrink
-101
/
+168
2015-01-22
Better inline assembly errors
John Kåre Alsaker
-0
/
+16
2014-12-30
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...
Michael Woerister
-3
/
+9
2014-10-04
Update LLVM.
Luqman Aden
-5
/
+40
2014-09-27
Translate inline assembly errors back to source locations
Keegan McAllister
-0
/
+15
2014-09-12
Add -C remark for LLVM optimization remarks
Keegan McAllister
-0
/
+48
2014-09-12
Add a Rust string ostream for LLVM
Keegan McAllister
-8
/
+4
2014-08-15
Fix builds with LLVM < 3.6
Björn Steinbrink
-0
/
+8
2014-08-04
Update LLVM
Vadim Chugunov
-2
/
+2
2014-07-25
rustllvm: Stub out some functions for llvm < 3.5
Luqman Aden
-0
/
+9
2014-07-25
librustc: Use builder for llvm attributes.
Luqman Aden
-0
/
+17
2014-07-24
rustllvm: Don't require null terminators in files
Alex Crichton
-9
/
+25
2014-07-24
Updated LLVM for iOS
Valerii Hiora
-5
/
+6
2014-06-21
Update LLVM
Björn Steinbrink
-2
/
+10
2014-06-12
debuginfo: Fix issue with unique type IDs not being passed to LLVM for LLVM 3.4
Michael Woerister
-2
/
+7
2014-05-23
librustc: Consolidate the attribute handling for tagging function arguments a...
Luqman Aden
-40
/
+31
2014-05-22
Update to LLVM head and mark various ptrs as nonnull.
Luqman Aden
-0
/
+12
2014-05-13
rustllvm: Add LLVMRustArrayType
klutzy
-0
/
+6
2014-04-23
rustc: Fix passing errors from LLVM to rustc
Alex Crichton
-13
/
+23
[next]