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-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
2018-01-25
Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis
Alex Crichton
-14
/
+29
2018-01-25
Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoerister
Alex Crichton
-2
/
+18
2018-01-24
llvm6: Different return value for writeArchive
Alex Crichton
-3
/
+10
2018-01-24
llvm6: Remove MIPS64 archive variant
Alex Crichton
-3
/
+0
2018-01-24
llvm6: Tweak fast math intrinsics
Alex Crichton
-0
/
+4
2018-01-24
llvm6: Missing include for LLVM 6 in PassWrapper.cpp
Alex Crichton
-0
/
+1
2018-01-24
llvm6: CodeModel::{JIT,}Default no longer exists
Alex Crichton
-8
/
+14
2018-01-21
Ensure test doesn't run with llvm 3.9
A.J. Gardner
-1
/
+1
2018-01-20
Teach rustc about DW_AT_noreturn and a few more DIFlags
A.J. Gardner
-2
/
+18
2018-01-19
Update DW_OP_plus to DW_OP_plus_uconst
Josh Stone
-1
/
+8
2018-01-14
rustc_trans: remove unused `TargetDataRef` accessor.
Eduard-Mihai Burtescu
-4
/
+0
2018-01-07
Remove unused LLVMRustJITMemoryManagerRef typedef
Björn Steinbrink
-1
/
+0
2018-01-07
Remove dead function rustc_llvm::debug_loc_to_string()
Björn Steinbrink
-9
/
+0
2018-01-07
Remove dead function LLVMRustLinkInParsedExternalBitcode()
Björn Steinbrink
-17
/
+0
2018-01-07
Remove redundant -Zdebug-llvm option
Björn Steinbrink
-6
/
+0
2018-01-07
Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppe
kennytm
-2
/
+8
2018-01-06
Rollup merge of #47173 - dotdash:cleanup, r=michaelwoerister
Guillaume Gomez
-18
/
+2
2018-01-05
Use name-discarding LLVM context
Simonas Kazlauskas
-2
/
+8
2018-01-05
Auto merge of #46739 - arielb1:simple-loops, r=nikomatsakis
bors
-1
/
+1
2018-01-04
Simplify LLVMRustModuleCost()
Björn Steinbrink
-7
/
+2
2018-01-04
Remove unused function LLVMRustGetValueContext()
Björn Steinbrink
-4
/
+0
2018-01-04
Remove outdated LLVMRustBuildLandingPad() wrapper
Björn Steinbrink
-7
/
+0
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-14
Simplify CFG after IndVarSimplify
Ariel Ben-Yehuda
-1
/
+1
2017-12-12
Fix return value of `LLVMRustMetadataAsValue`
varkor
-2
/
+2
2017-12-12
ThinLTO: updates for LLVM 5
Tatsuyuki Ishi
-0
/
+8
[next]