about summary refs log tree commit diff
path: root/src/librustc_trans/llvm_util.rs
AgeCommit message (Expand)AuthorLines
2018-05-17Rename trans to codegen everywhere.Irina Popa-255/+0
2018-04-16Separately gate each target_feature featureAlex Crichton-29/+94
2018-04-12Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoeristerbors-2/+2
2018-04-10Fix "fp" feature for AArch64Amanieu d'Antras-0/+1
2018-04-10Make Session.crate_types thread-safeJohn Kåre Alsaker-2/+2
2018-03-25librustc_trans: Gate the preinliner with another -Z flag.Emilio Cobos Álvarez-1/+3
2018-03-25librustc_trans: disable profiling pre-inlining.Emilio Cobos Álvarez-0/+1
2018-03-20whitelist every target feature for rustdocQuietMisdreavus-0/+14
2018-03-16Rollup merge of #48965 - alexcrichton:add-sha-feature, r=eddybkennytm-0/+1
2018-03-12rustc: Add `sha` to the x86 feature whitelistAlex Crichton-0/+1
2018-03-08librustc_trans: add fp64 to mips features whitelistJames Cowgill-1/+1
2018-02-28Add AArch64 featuresAmanieu d'Antras-8/+16
2018-02-28Remove the v7 feature from AArch64Amanieu d'Antras-1/+1
2018-02-26rustc: Rename `bmi` feature to `bmi1`Alex Crichton-1/+2
2018-02-21typo fixArtyom Pavlov-1/+1
2018-02-20features in alphabetic ordernewpavlov-12/+11
2018-02-20added rdrand feature and removed rdrnd featurenewpavlov-4/+5
2018-02-11Dangling pointer fixArtyom Pavlov-2/+2
2018-02-11fixed errorsАртём Павлов [Artyom Pavlov]-4/+4
2018-02-11iterator instead loopАртём Павлов [Artyom Pavlov]-10/+8
2018-02-11added conversion from Rust feature to LLVM featureАртём Павлов [Artyom Pavlov]-33/+39
2018-02-10typo fixArtyom Pavlov-1/+1
2018-02-10Whitelist pclmul x86 feature flagArtyom Pavlov-1/+1
2018-01-30Rollup merge of #47826 - gnzlbg:patch-2, r=alexcrichtonkennytm-2/+2
2018-01-28Whitelist v7 feature for ARM and AARCH64.gnzlbg-2/+2
2018-01-28Whitelist aes x86 feature flaggnzlbg-1/+1
2018-01-19Allow runtime switching between trans backendsbjorn3-4/+15
2018-01-17whitelist x86 fxsr featuregnzlbg-1/+2
2018-01-13rustc: Tweak `#[target_feature]` syntaxAlex Crichton-11/+15
2018-01-07Remove redundant -Zdebug-llvm optionBjörn Steinbrink-4/+0
2017-11-28white list MMX and MSA target featuresgnzlbg-1/+4
2017-11-10rustc: Add some more compatibility with AVX-512Alex Crichton-1/+6
2017-11-09Auto merge of #45761 - gnzlbg:xsave_feature, r=alexcrichtonbors-1/+3
2017-11-05[xsave] whitelist xsave target featuresgnzlbg-1/+3
2017-10-16introduce a whitelist for aarch64gnzlbg-1/+4
2017-10-15aarch64 is not whitelisted for ARM featuresgnzlbg-1/+1
2017-07-27Add support for the Power8 and Power9 features on PowerPCLuca Barbato-1/+4
2017-07-23Add support for the VSX and Altivec features on PowerPCLuca Barbato-0/+3
2017-05-15Use AtomicBool instead of a 'static mut' for LLVM init posioningRobin Kruppe-4/+6
2017-05-15Remove (direct) rustc_llvm dependency from rustc_driverRobin Kruppe-0/+125