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
2018-01-18
Use name-discarding LLVM context
Simonas Kazlauskas
-2
/
+8
2017-12-23
rustc: Set release mode cgus to 16 by default
Alex Crichton
-0
/
+15
2017-12-18
rustc: Work around `DICompileUnit` bugs in LLVM
Alex Crichton
-0
/
+80
2017-12-15
Rollup merge of #46652 - ishitatsuyuki:thinlto-backport, r=alexcrichton
Steve Klabnik
-0
/
+8
2017-12-12
Fix return value of `LLVMRustMetadataAsValue`
varkor
-2
/
+2
2017-12-12
ThinLTO: updates for LLVM 5
Tatsuyuki Ishi
-0
/
+8
2017-12-07
rustc: Further tweak linkage in ThinLTO
Alex Crichton
-1
/
+1
2017-12-03
Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppe
bors
-148
/
+1
2017-12-01
rustllvm: Remove conditional code for LLVM < 3.9
Josh Stone
-148
/
+1
2017-11-30
rustc: Tweak the `isExported` callback for ThinLTO
Alex Crichton
-87
/
+23
2017-11-20
[rustllvm] Use report_fatal_error over llvm_unreachable
Robin Kruppe
-28
/
+28
2017-11-20
Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon
bors
-1
/
+7
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-1
/
+7
2017-11-19
rustc_trans: compute better align/dereferenceable attributes from pointees.
Eduard-Mihai Burtescu
-0
/
+58
2017-11-19
rustc_trans: avoid working with sizes/offsets and alignments as integers.
Eduard-Mihai Burtescu
-5
/
+2
2017-11-16
Auto merge of #45920 - sunfishcode:trap-on-unreachable, r=Zoxc
bors
-1
/
+9
2017-11-12
Update LLVM to fix miscompiles with -Copt-level=z on Windows
Björn Steinbrink
-1
/
+1
2017-11-11
Control LLVM's TrapUnreachable feature through rustc's TargetOptions.
Dan Gohman
-6
/
+8
2017-11-10
Fix a spello.
Dan Gohman
-1
/
+1
2017-11-10
Enable TrapUnreachable in LLVM.
Dan Gohman
-0
/
+6
2017-10-19
Update ThinLTO (internalization) for LLVM 5
Tatsuyuki Ishi
-1
/
+16
2017-10-17
Update ThinLTO for LLVM 5
Alex Crichton
-1
/
+38
2017-10-15
rustc: Fix some ThinLTO internalization
Alex Crichton
-5
/
+8
2017-10-10
Auto merge of #45170 - rust-lang:aphs-no-unsynchronised-llvm-err-global, r=al...
bors
-1
/
+1
2017-10-10
Band-aid fix to stop race conditions in llvm errors
Aidan Hobson Sayers
-1
/
+1
2017-10-07
rustc: Implement ThinLTO
Alex Crichton
-0
/
+461
2017-09-30
rustc: Enable LTO and multiple codegen units
Alex Crichton
-0
/
+62
2017-09-15
Add 'native' to -C target-cpu=help
Matt Ickstadt
-0
/
+7
2017-08-08
Fix covered-switch-default warnings in PassWrapper
kennytm
-2
/
+4
2017-07-31
Gate LLVMRustHasFeature on LLVM_RUSTLLVM
Josh Stone
-1
/
+1
2017-07-28
Make LLVMRustHasFeature more robust
Luca Barbato
-13
/
+7
2017-07-23
Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichton
bors
-79
/
+154
2017-07-21
Fix archive member names on 5.0
Alex Crichton
-0
/
+4
2017-07-21
update attributes API usage
Alex Crichton
-1
/
+26
2017-07-21
rustllvm: split DebugLoc in UnpackOptimizationDiagnostic
Tim Neumann
-3
/
+20
2017-07-21
rustllvm: update to SyncScope::ID
Tim Neumann
-0
/
+13
2017-07-21
rustllvm: adjust usage of createNameSpace
Tim Neumann
-1
/
+5
2017-07-21
rustllvm: adjust usage of createPointerType
Tim Neumann
-1
/
+9
2017-07-21
rustllvm: use LLVMMetadataRef
Tim Neumann
-73
/
+75
2017-07-21
rustllvm: define LLVM_VERSION_LT
Tim Neumann
-0
/
+2
2017-07-18
Fix LLVM assertion when a weak symbol is defined in global_asm.
Vadzim Dambrouski
-1
/
+1
2017-07-12
[LLVM] Avoid losing the !nonnull attribute in SROA
Ariel Ben-Yehuda
-5
/
+1
2017-07-06
Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb
bors
-0
/
+4
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-0
/
+4
2017-07-04
Auto merge of #42993 - stepancheg:editorconfig, r=brson
bors
-0
/
+6
2017-07-01
When writing LLVM IR output demangled fn name in comments
Stepan Koltsov
-2
/
+126
2017-06-30
Add .editorconfig to src/rustllvm
Stepan Koltsov
-0
/
+6
2017-06-27
Rebase LLVM on top of LLVM 4.0.1
Ariel Ben-Yehuda
-1
/
+1
2017-06-19
Update LLVM to pick StackColoring improvement
Ariel Ben-Yehuda
-1
/
+1
2017-06-19
Backport fixes to LLVM 4.0 ARM codegen bugs
Ariel Ben-Yehuda
-1
/
+1
[next]