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
/
librustc_trans
/
llvm_util.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-255
/
+0
2018-04-16
Separately gate each target_feature feature
Alex Crichton
-29
/
+94
2018-04-12
Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
bors
-2
/
+2
2018-04-10
Fix "fp" feature for AArch64
Amanieu d'Antras
-0
/
+1
2018-04-10
Make Session.crate_types thread-safe
John Kåre Alsaker
-2
/
+2
2018-03-25
librustc_trans: Gate the preinliner with another -Z flag.
Emilio Cobos Álvarez
-1
/
+3
2018-03-25
librustc_trans: disable profiling pre-inlining.
Emilio Cobos Álvarez
-0
/
+1
2018-03-20
whitelist every target feature for rustdoc
QuietMisdreavus
-0
/
+14
2018-03-16
Rollup merge of #48965 - alexcrichton:add-sha-feature, r=eddyb
kennytm
-0
/
+1
2018-03-12
rustc: Add `sha` to the x86 feature whitelist
Alex Crichton
-0
/
+1
2018-03-08
librustc_trans: add fp64 to mips features whitelist
James Cowgill
-1
/
+1
2018-02-28
Add AArch64 features
Amanieu d'Antras
-8
/
+16
2018-02-28
Remove the v7 feature from AArch64
Amanieu d'Antras
-1
/
+1
2018-02-26
rustc: Rename `bmi` feature to `bmi1`
Alex Crichton
-1
/
+2
2018-02-21
typo fix
Artyom Pavlov
-1
/
+1
2018-02-20
features in alphabetic order
newpavlov
-12
/
+11
2018-02-20
added rdrand feature and removed rdrnd feature
newpavlov
-4
/
+5
2018-02-11
Dangling pointer fix
Artyom Pavlov
-2
/
+2
2018-02-11
fixed errors
Артём Павлов [Artyom Pavlov]
-4
/
+4
2018-02-11
iterator instead loop
Артём Павлов [Artyom Pavlov]
-10
/
+8
2018-02-11
added conversion from Rust feature to LLVM feature
Артём Павлов [Artyom Pavlov]
-33
/
+39
2018-02-10
typo fix
Artyom Pavlov
-1
/
+1
2018-02-10
Whitelist pclmul x86 feature flag
Artyom Pavlov
-1
/
+1
2018-01-30
Rollup merge of #47826 - gnzlbg:patch-2, r=alexcrichton
kennytm
-2
/
+2
2018-01-28
Whitelist v7 feature for ARM and AARCH64.
gnzlbg
-2
/
+2
2018-01-28
Whitelist aes x86 feature flag
gnzlbg
-1
/
+1
2018-01-19
Allow runtime switching between trans backends
bjorn3
-4
/
+15
2018-01-17
whitelist x86 fxsr feature
gnzlbg
-1
/
+2
2018-01-13
rustc: Tweak `#[target_feature]` syntax
Alex Crichton
-11
/
+15
2018-01-07
Remove redundant -Zdebug-llvm option
Björn Steinbrink
-4
/
+0
2017-11-28
white list MMX and MSA target features
gnzlbg
-1
/
+4
2017-11-10
rustc: Add some more compatibility with AVX-512
Alex Crichton
-1
/
+6
2017-11-09
Auto merge of #45761 - gnzlbg:xsave_feature, r=alexcrichton
bors
-1
/
+3
2017-11-05
[xsave] whitelist xsave target features
gnzlbg
-1
/
+3
2017-10-16
introduce a whitelist for aarch64
gnzlbg
-1
/
+4
2017-10-15
aarch64 is not whitelisted for ARM features
gnzlbg
-1
/
+1
2017-07-27
Add support for the Power8 and Power9 features on PowerPC
Luca Barbato
-1
/
+4
2017-07-23
Add support for the VSX and Altivec features on PowerPC
Luca Barbato
-0
/
+3
2017-05-15
Use AtomicBool instead of a 'static mut' for LLVM init posioning
Robin Kruppe
-4
/
+6
2017-05-15
Remove (direct) rustc_llvm dependency from rustc_driver
Robin Kruppe
-0
/
+125