rust/src/test/assembly
Scott McMurray 54408f0963 short-circuit the easy cases in is_copy_modulo_regions
This change is somewhat extensive, since it affects MIR -- since this is called to determine Copy vs Move -- so any test that's `no_core` needs to actually have the normal `impl`s it uses.
2022-03-10 01:19:02 -08:00
..
asm Add preliminary support for inline assembly for msp430. 2022-01-22 23:42:46 -05:00
auxiliary Introduce assembly tests 2019-02-27 23:33:05 +01:00
stack-protector add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
aarch64-pointer-auth.rs Review comments 2021-12-01 15:56:59 +00:00
niche-prefer-zero.rs enum niche allocation grows toward zero if possible 2021-09-13 21:55:14 +02:00
nvptx-arch-default.rs Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
nvptx-arch-emit-asm.rs Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
nvptx-arch-link-arg.rs Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
nvptx-arch-target-cpu.rs Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
nvptx-atomics.rs Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
nvptx-internalizing.rs Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
nvptx-linking-binary.rs Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
nvptx-linking-cdylib.rs Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
nvptx-safe-naming.rs Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
panic-no-unwind-no-uwtable.rs Allow using -C force-unwind-tables=no when panic=unwind 2021-04-11 22:32:40 +08:00
panic-unwind-no-uwtable.rs Allow using -C force-unwind-tables=no when panic=unwind 2021-04-11 22:32:40 +08:00
pic-relocation-model.rs Add pie as another relocation-model value 2021-10-01 08:06:42 +02:00
pie-relocation-model.rs Add pie as another relocation-model value 2021-10-01 08:06:42 +02:00
sparc-struct-abi.rs short-circuit the easy cases in is_copy_modulo_regions 2022-03-10 01:19:02 -08:00
static-relocation-model.rs Update the minimum external LLVM to 12 2021-10-22 10:50:07 -07:00
target-feature-multiple.rs short-circuit the easy cases in is_copy_modulo_regions 2022-03-10 01:19:02 -08:00
x86_64-fortanix-unknown-sgx-lvi-generic-load.rs cleaning up code 2020-09-25 15:13:55 +02:00
x86_64-fortanix-unknown-sgx-lvi-generic-ret.rs cleaning up code 2020-09-25 15:13:55 +02:00
x86_64-fortanix-unknown-sgx-lvi-inline-assembly.rs Address review feedback 2021-12-12 11:26:59 +00:00
x86_64-sse_crc.rs rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14 2021-09-20 11:31:55 -04:00