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
2018-08-02
Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton
bors
-1
/
+8
2018-08-01
[RISCV] Enable LLVM backend.
David Craven
-1
/
+8
2018-08-01
Auto merge of #52474 - alexcrichton:better-lto-error, r=eddyb
bors
-0
/
+3
2018-08-01
Rollup merge of #52824 - varkor:fix-llvm-ret-move-warnings, r=rkruppe
Pietro Albini
-3
/
+3
2018-07-31
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
-0
/
+10
2018-07-31
rustc: Handle linker diagnostic from LLVM
Alex Crichton
-0
/
+3
2018-07-30
rustc_codegen_llvm: remove more unused functions.
Irina Popa
-33
/
+0
2018-07-30
rustc_llvm: move to rustc_codegen_llvm::llvm.
Irina Popa
-1
/
+1
2018-07-29
Fix -Wpessimizing-move warnings in rustllvm/PassWrapper
varkor
-3
/
+3
2018-07-23
Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo...
bors
-1
/
+30
2018-07-18
rustc: Work around an upstream wasm ThinLTO bug
Alex Crichton
-1
/
+30
2018-07-18
rustc: Remove a workaroudn in ThinLTO fixed upstream
Alex Crichton
-14
/
+0
2018-07-16
Revert "Provide a way of accessing the ThinLTO module import map in rustc."
Michael Woerister
-56
/
+0
2018-07-16
Revert "Use callback-based interface to load ThinLTO import data into rustc."
Michael Woerister
-20
/
+47
2018-07-13
Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...
bors
-0
/
+29
2018-07-13
Use callback-based interface to load ThinLTO import data into rustc.
Michael Woerister
-47
/
+20
2018-07-12
Update llvm-rebuild-trigger in light of LLVM 7 upgrade
varkor
-1
/
+1
2018-07-11
Provide a way of accessing the ThinLTO module import map in rustc.
Michael Woerister
-0
/
+56
2018-07-11
Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister
bors
-0
/
+4
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-0
/
+4
2018-07-09
still support LLVM4 for emscripten
gnzlbg
-1
/
+167
2018-07-09
bump minimum LLVM version to 5.0
gnzlbg
-198
/
+3
2018-07-07
removed redundant header file import in rustllvm.h
Pramod Bisht
-2
/
+0
2018-05-20
Rollup merge of #50827 - nox:llvmup, r=eddyb
kennytm
-1
/
+1
2018-05-18
Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97
Anthony Ramine
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-05-15
Reenable the MergeFunctions pass
Anthony Ramine
-2
/
+3
2018-05-12
Set PrepareForThinLTO flag when using ThinLTO
Nikita Popov
-1
/
+4
2018-04-12
Use the GlobalAlloc trait for #[global_allocator]
Simon Sapin
-1
/
+1
2018-03-27
Enable target_feature on any LLVM 6+
Josh Stone
-8
/
+4
2018-03-27
Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton
bors
-0
/
+20
2018-03-26
Auto merge of #48346 - emilio:pgo, r=alexcrichton
bors
-1
/
+32
2018-03-26
require llvm 6
gnzlbg
-0
/
+11
2018-03-26
implement minmax intrinsics
gnzlbg
-0
/
+9
2018-03-24
Polyfill LLVMBuildExactUDiv
Scott McMurray
-0
/
+8
2018-03-25
try to fix the build on older LLVM versions.
Emilio Cobos Álvarez
-0
/
+18
2018-03-25
librustc_llvm: Show PGO diagnostics properly.
Emilio Cobos Álvarez
-0
/
+3
2018-03-25
rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder.
Emilio Cobos Álvarez
-1
/
+11
2018-03-15
error via bug! instead of stderr+terminate
gnzlbg
-39
/
+22
2018-03-15
error on vector reduction usage if LLVM version is < 5.0
gnzlbg
-1
/
+20
2018-03-14
add dummy symbols for LLVM<6
gnzlbg
-0
/
+47
2018-03-14
expose ordered/unordered/nanless intirnsics
gnzlbg
-0
/
+2
2018-03-13
add intrinsics for portable packed simd vector reductions
gnzlbg
-0
/
+46
2018-03-10
Merge LLVM fix for undefined bss globals
varkor
-1
/
+1
2018-03-06
rustc: Update LLVM
Alex Crichton
-1
/
+1
2018-02-12
rustc: Persist LLVM's `Linker` in Fat LTO
Alex Crichton
-40
/
+72
2018-02-09
rustc: Upgrade to LLVM 6
Alex Crichton
-1
/
+3
2018-01-30
rustc: Add some defines for LLVM 7 compat
Alex Crichton
-0
/
+11
2018-01-26
Merge branch 'mlsm' of https://github.com/dotdash/rust into rollup
Alex Crichton
-1
/
+1
2018-01-26
Upgrade LLVM to incorporate a fix for #47364
Björn Steinbrink
-1
/
+1
[prev]
[next]