rust/tests/codegen/asm
Patryk Wychowaniec 78ddabf31d
Create a generic AVR target: avr-none
This commit removes the `avr-unknown-gnu-atmega328` target and replaces
it with a more generic `avr-none` variant that must be specialized with
the `-C target-cpu` flag (e.g. `-C target-cpu=atmega328p`).
2025-02-19 19:01:51 +01:00
..
aarch64-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
avr-clobbers.rs Create a generic AVR target: avr-none 2025-02-19 19:01:51 +01:00
bpf-clobbers.rs Support clobber_abi in BPF inline assembly 2025-01-29 02:14:25 +09:00
csky-clobbers.rs Mark condition/carry bit as clobbered in C-SKY inline assembly 2025-01-29 06:46:05 +09:00
foo.s Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm_include.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm_x2.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
goto.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
hexagon-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
may_unwind.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
maybe-uninit.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
msp430-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
multiple-options.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
options.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
powerpc-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
riscv-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
s390x-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
sanitize-llvm.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
sparc-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
x86-clobber_abi.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
x86-clobbers.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
x86-target-clobbers.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00