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
2017-01-01
Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppe
bors
-261
/
+262
2016-12-31
Auto merge of #38482 - est31:i128, r=eddyb
bors
-0
/
+17
2016-12-31
Improve naming style in rustllvm.
Ian Kerins
-261
/
+262
2016-12-30
Switching from NULL to nullptr in src/rustllvm.
karpinski
-11
/
+11
2016-12-30
Ran clang-format on src/rustllvm with llvm as the coding style.
karpinski
-1004
/
+793
2016-12-30
Fix rebase fallout
Simonas Kazlauskas
-0
/
+1
2016-12-30
Add a way to retrieve constant value in 128 bits
Simonas Kazlauskas
-0
/
+16
2016-12-21
Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast...
Ivan Molodetskikh
-0
/
+2
2016-12-14
Update LLVM global variable debug info API for 4.0
Dylan McKay
-5
/
+20
2016-12-12
[LLVM 4.0] Move debuginfo alignment argument
Jake Goulding
-8
/
+29
2016-12-08
Auto merge of #38156 - shepmaster:llvm-4.0-bitcode-reader-writer, r=alexcrichton
bors
-1
/
+16
2016-12-05
Make LLVM symbol visibility FFI types more stable.
Michael Woerister
-0
/
+42
2016-12-04
[LLVM 4.0] New bitcode headers and API
Jake Goulding
-1
/
+16
2016-12-02
[LLVM 4.0] Support new DIFlags enum
Jake Goulding
-0
/
+5
2016-12-02
[LLVM] Introduce a stable representation of DIFlags
Jake Goulding
-13
/
+93
2016-11-28
Don't assume llvm::StringRef is null terminated
Robin Kruppe
-8
/
+5
2016-11-25
Auto merge of #38000 - rkruppe:llvm-dinamespace-fwdcompat, r=alexcrichton
bors
-1
/
+5
2016-11-25
Pass new argument ExportSymbol to DIBuilder::createNameSpace
Robin Kruppe
-1
/
+5
2016-11-24
Support LLVM 4.0 in OptimizationDiagnostic FFI
Robin Kruppe
-2
/
+7
2016-11-21
Restore compatibility with LLVM 3.7 and 3.8
Seo Sanghyeon
-10
/
+9
2016-11-17
Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...
Robin Kruppe
-45
/
+70
2016-10-14
debuginfo: Remove some outdated stuff from LLVM DIBuilder binding.
Michael Woerister
-20
/
+1
2016-09-26
Extend preprocessor LLVM version checks to support LLVM 4.x
Jake Goulding
-15
/
+15
2016-09-04
Fix incorrect LLVM Linkage enum
Matt Ickstadt
-0
/
+80
2016-08-25
Fix debug line info for macro expansions.
Vadim Chugunov
-0
/
+9
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
[next]