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
2016-10-14
LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in Ge...
Michael Woerister
-1
/
+1
2016-09-19
Up the LLVM
Simonas Kazlauskas
-1
/
+1
2016-09-12
llvm: backport "[SimplifyCFG] Hoisting invalidates metadata".
Eduard Burtescu
-1
/
+1
2016-08-10
Improved checking of target's llvm_config
Cameron Hart
-1
/
+1
2016-08-06
Merge branch 'master' into issue-30961
Cameron Hart
-375
/
+661
2016-08-03
Support removed LLVM intrinsics by invoking its AutoUpgrade mechanism.
Eduard Burtescu
-0
/
+8
2016-08-03
finish type-auditing rustllvm
Ariel Ben-Yehuda
-40
/
+70
2016-08-03
begin auditing the C++ types in RustWrapper
Ariel Ben-Yehuda
-194
/
+322
2016-08-03
audit LLVM C++ types in ArchiveWrapper and PassWrapper
Ariel Ben-Yehuda
-59
/
+196
2016-08-03
remove the ExecutionEngine binding
Ariel Ben-Yehuda
-111
/
+0
2016-07-29
rustc: Update LLVM to the LLVM 3.9 release branch
Alex Crichton
-1
/
+1
2016-07-29
Force check of error
Jan-Erik Rediger
-2
/
+14
2016-07-29
Use C type when passing value to LLVM pass
Jan-Erik Rediger
-1
/
+24
2016-07-29
Use correct error handling type
Jan-Erik Rediger
-1
/
+1
2016-07-29
Upgrade llvm
Jan-Erik Rediger
-1
/
+1
2016-07-29
Flip LLVM verion check clause
Jan-Erik Rediger
-9
/
+9
2016-07-29
[LLVM-3.9] Use old way of getting next child
Jan-Erik Rediger
-2
/
+7
2016-07-29
[LLVM-3.9] Maintain backward compatibility in Archiver
Jan-Erik Rediger
-0
/
+7
2016-07-29
[LLVM-3.9] Increase PIELevel
Jan-Erik Rediger
-1
/
+1
2016-07-29
[LLVM-3.9] Configure PIE at the module level instead of compilation unit level
Jan-Erik Rediger
-0
/
+10
2016-07-29
[LLVM-3.9] Update return type for Archive::create
Jan-Erik Rediger
-0
/
+8
2016-07-29
[LLVM-3.9] Replace NewArchiveIterator with NewArchiveMember
Jan-Erik Rediger
-3
/
+17
2016-07-29
[LLVM-3.9] Preserve certain functions when internalizing
Jan-Erik Rediger
-1
/
+16
2016-07-29
[LLVM-3.9] Specify that we are using the legacy interface
Jan-Erik Rediger
-3
/
+3
2016-07-29
[LLVM-3.9] Rename custom methods to Rust-specific ones
Jan-Erik Rediger
-2
/
+2
2016-07-24
Pass -DLLVM_RUSTLLVM to compile against rust llvm fork.
Cameron Hart
-3
/
+17
2016-07-11
Add help for target CPUs, features, relocation and code models.
Cameron Hart
-0
/
+38
2016-07-08
Update LLVM.
Michael Woerister
-1
/
+1
2016-06-09
Remove unneeded indirection of GET_ARCHIVE
Jake Goulding
-2
/
+1
2016-06-09
Reflect supporting only LLVM 3.7+ in the LLVM wrappers
Jake Goulding
-222
/
+4
2016-05-09
rustc: Use C++ personalities on MSVC
Alex Crichton
-1
/
+1
2016-04-26
Update llvm to 751345228a0ef03fd147394bb5104359b7a808be
Fabrice Desré
-1
/
+1
2016-04-09
Implement feature extraction from `TargetMachine`
Andrea Canciani
-0
/
+69
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
Auto merge of #32362 - bluss:float-fast-math, r=eddyb
bors
-2
/
+4
2016-03-19
Fix LLVMRustSetHasUnsafeAlgebra to only have effect on instructions
Ulrik Sverdrup
-2
/
+4
2016-03-19
Rollup merge of #32337 - dotdash:llvm-aa-perf, r=alexcrichton
Eduard-Mihai Burtescu
-1
/
+1
2016-03-18
Add intrinsics for float arithmetic with `fast` flag enabled
Ulrik Sverdrup
-0
/
+5
2016-03-18
Update LLVM to include a backport to restore AA performance
Björn Steinbrink
-1
/
+1
2016-03-15
rustbuild: Fix LLVM compile on MinGW
Alex Crichton
-1
/
+1
2016-03-14
rustbuild: Fix cross compiling to FreeBSD
Alex Crichton
-1
/
+1
2016-02-24
Implement filling drop in MIR
Simonas Kazlauskas
-0
/
+5
2016-02-22
Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichton
bors
-5
/
+9
2016-02-20
Another rebase on the 3.8 release branch of LLVM
Alex Crichton
-1
/
+1
2016-02-18
Add intrinsics for compare_exchange and compare_exchange_weak
Amanieu d'Antras
-5
/
+9
2016-02-16
rustc: Rebase LLVM on the 3.8 release branch
Alex Crichton
-1
/
+1
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
-5
/
+37
[next]