about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/target_features.rs
AgeCommit message (Expand)AuthorLines
2020-10-26Add compiler support for LLVM's x86 ERMSB featureJoe Richey-0/+1
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