summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/target_features.rs
AgeCommit message (Expand)AuthorLines
2022-02-10Split PAuth target featureAdam Gemmell-2/+13
2021-12-10asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved byAmanieu d'Antras-0/+1
2021-12-07Remove the reg_thumb register class for asm! on ARMAmanieu d'Antras-0/+1
2021-11-08enable `dotprod` target feature in armSparrowLii-0/+1
2021-11-03Update aarch64 `target_feature` list for LLVM 12.Adam Gemmell-8/+17
2021-10-25enable `i8mm` on armSparrowLii-0/+1
2021-10-25enable `i8mm` target feature on aarch64SparrowLii-1/+1
2021-08-03Remove crypto composite feature from allowed aarch64 features.Adam Gemmell-2/+0
2021-06-10std: Stabilize wasm simd intrinsicsAlex Crichton-1/+1
2021-05-23Add support for BPF inline assemblyAlessandro Decina-0/+4
2021-05-19Ensure all crypto components (AES, PMULL, SHA1/2) are available on arm/aarch64Adam Gemmell-0/+4
2021-05-19Rename fptoint to frinttsAdam Gemmell-1/+1
2021-05-19Remove LSE2Adam Gemmell-3/+1
2021-04-28Update list of allowed aarch64 featuresAdam Gemmell-2/+75
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