rust/tests/ui/target-feature
Ralf Jung 2eff2155e5 add x86-sse2 (32bit) ABI that requires SSE2 target feature 2025-02-14 19:47:52 +01:00
..
auxiliary mark some target features as 'forbidden' so they cannot be (un)set 2024-11-04 22:56:47 +01:00
aarch64-neon-works.rs
allowed-softfloat-target-feature-attribute.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
allowed-softfloat-target-feature-flag-disable.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
allowed-softfloat-target-feature-flag-disable.stderr forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
asm-implied-features-issue-128125.rs Add test to ensure implied target features work with asm, and fix failing tests 2024-08-07 00:41:48 -04:00
feature-hierarchy.rs remove support for extern-block const intrinsics 2024-11-04 23:27:45 +01:00
forbidden-hardfloat-target-feature-attribute.rs add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-hardfloat-target-feature-attribute.stderr add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-hardfloat-target-feature-flag-disable-implied.rs add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-hardfloat-target-feature-flag-disable-implied.stderr ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them) 2025-01-28 04:40:42 +01:00
forbidden-hardfloat-target-feature-flag-disable-neon.rs add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-hardfloat-target-feature-flag-disable-neon.stderr ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them) 2025-01-28 04:40:42 +01:00
forbidden-hardfloat-target-feature-flag-disable.rs add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-hardfloat-target-feature-flag-disable.stderr ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them) 2025-01-28 04:40:42 +01:00
forbidden-hardfloat-target-feature-flag.rs add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-hardfloat-target-feature-flag.stderr add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-target-feature-attribute.rs add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-target-feature-attribute.stderr add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-target-feature-cfg.rs add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-target-feature-flag-disable.rs add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-target-feature-flag-disable.stderr add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-target-feature-flag.rs add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
forbidden-target-feature-flag.stderr add rustc_abi to control ABI decisions LLVM does not have flags for, and use it for x86 softfloat 2025-02-03 16:56:51 +01:00
gate.rs Add m68k_target_feature 2024-12-15 15:26:50 +09:00
gate.stderr Add m68k_target_feature 2024-12-15 15:26:50 +09:00
implicit-features-cli.rs Implement a implicit target feature mechanism 2024-08-04 08:44:23 +02:00
implicit-features.rs Implement a implicit target feature mechanism 2024-08-04 08:44:23 +02:00
implied-features.rs Stabilize target_feature_11 2025-01-27 23:44:47 +01:00
invalid-attribute.rs Stabilize target_feature_11 2025-01-27 23:44:47 +01:00
invalid-attribute.stderr Stabilize target_feature_11 2025-01-27 23:44:47 +01:00
missing-plusminus-2.rs
missing-plusminus-2.stderr
missing-plusminus.rs
missing-plusminus.stderr
no-llvm-leaks.rs rustc_intrinsic: support functions without body; they are implicitly marked as must-be-overridden 2025-01-04 11:41:51 +01:00
rust-specific-name-no-warnings.rs
similar-feature-suggestion.rs
similar-feature-suggestion.stderr
target-cpu-lacks-required-target-feature.rs add x86-sse2 (32bit) ABI that requires SSE2 target feature 2025-02-14 19:47:52 +01:00
target-cpu-lacks-required-target-feature.stderr add x86-sse2 (32bit) ABI that requires SSE2 target feature 2025-02-14 19:47:52 +01:00
tied-features-cli.one.stderr
tied-features-cli.rs Fix test problems discovered by the revision check 2024-05-09 14:47:09 +10:00
tied-features-cli.three.stderr
tied-features-cli.two.stderr
tied-features-no-implication-1.paca.stderr tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication-1.pacg.stderr tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication-1.rs tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication.paca.stderr tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication.pacg.stderr tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication.rs tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features.rs codegen_ssa: consolidate tied feature checking 2024-09-24 15:48:49 +01:00
tied-features.stderr codegen_ssa: consolidate tied feature checking 2024-09-24 15:48:49 +01:00
unstable-feature.rs
unstable-feature.stderr
using-target-feature-unstable.rs mark some target features as 'forbidden' so they cannot be (un)set 2024-11-04 22:56:47 +01:00
wasm-disable-simd.rs Add a regression test for #131031 2024-10-30 22:34:45 +08:00
wasm-relaxed-simd.rs Implement a implicit target feature mechanism 2024-08-04 08:44:23 +02:00
wasm-safe.rs