summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/target_features.rs
AgeCommit message (Expand)AuthorLines
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-1/+1
2021-04-04wasm64Gus Caplan-1/+1
2021-04-03add fp-armv8 for ARM_ALLOWED_FEATURESsurechen-0/+1
2020-11-18Rollup merge of #78361 - DevJPM:master, r=workingjubileeMara Bos-0/+13
2020-11-15Re-enable LLVM 9 target features with LLVM 9 being the minimum nowDevJPM-2/+2
2020-10-26Add compiler support for LLVM's x86 ERMSB featureJoe Richey-0/+1
2020-10-26Updated documentation, x86 feature detection testing, and removed LLVM 9 excl...DevJPM-2/+2
2020-10-25Updated the list of white-listed target features for x86DevJPM-0/+13
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-10-09Move supported_target_features query provider to cg_ssabjorn3-0/+15
2020-10-04Move target feature whitelist from cg_llvm to cg_ssabjorn3-0/+150