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
Age
Commit message (
Expand
)
Author
Lines
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
2016-01-25
Register LLVM passes with the correct LLVM pass manager.
Corey Farwell
-6
/
+30
2016-01-16
Don't make atomic loads and stores volatile
Amanieu d'Antras
-2
/
+0
2015-12-02
Disable the null check elimination pass
Björn Steinbrink
-1
/
+1
2015-11-19
Remove segmented stack option from LLVMRustCreateTargetMachine. Unused.
Brian Anderson
-1
/
+0
2015-10-24
rustllvm: Update to LLVM trunk
Seo Sanghyeon
-0
/
+28
2015-10-18
Update LLVM fork to include a backported fix for broken debug locations
Björn Steinbrink
-1
/
+1
2015-10-13
Avoid using getDataLayout, deprecated in LLVM 3.7
Seo Sanghyeon
-2
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-09-29
Tweak Travis to use GCE
Alex Crichton
-5
/
+0
2015-09-11
Update LLVM to fix nightly build failures
Björn Steinbrink
-1
/
+1
2015-09-02
Update to LLVM 3.7
Alex Crichton
-1
/
+1
2015-08-10
Remove morestack support
Alex Crichton
-16
/
+0
2015-07-22
Write deterministic archives
eternaleye
-1
/
+1
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-1
/
+2
2015-07-16
trans: Clean up handling the LLVM data layout
Alex Crichton
-0
/
+27
2015-07-16
trans: Add kind to writeArchive
Alex Crichton
-3
/
+14
2015-07-16
rustc_trans: Update LLVMBuildLandingPad signature
Alex Crichton
-0
/
+15
2015-07-16
Update LLVM
Alex Crichton
-1
/
+1
2015-07-10
trans: Use LLVM's writeArchive to modify archives
Alex Crichton
-101
/
+168
2015-06-17
Auto merge of #26025 - alexcrichton:update-llvm, r=brson
bors
-43
/
+173
2015-06-16
rustc: Update LLVM
Alex Crichton
-43
/
+173
2015-06-14
inverse the logic in code inclusion
Sébastien Marie
-3
/
+3
2015-06-10
fixes __morestack symbol problem on BSDs
Dave Huseby
-2
/
+2
2015-06-09
Auto merge of #25627 - murarth:execution-engine-fix, r=nrc
bors
-23
/
+35
2015-06-08
Changes to LLVM `ExecutionEngine` wrapper
Murarth
-23
/
+35
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]