about summary refs log tree commit diff
path: root/tests/assembly/powerpc64-struct-abi.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-156/+0
2025-03-19Use explicit cpu in some asm and codegen tests.Jesus Checa Hidalgo-1/+1
Some tests expect to be compiled for a specific CPU or require certain target features to be present (or absent). These tests work fine with default CPUs but fail in downstream builds for RHEL and Fedora, where we use non-default CPUs such as z13 on s390x, pwr9 on ppc64le, or x86-64-v2/x86-64-v3 on x86_64.
2025-02-24tests: use minicore moreDavid Wood-14/+3
minicore makes it much easier to add new language items to all of the existing `no_core` tests.
2025-02-08tests/assembly: use -Copt-level=3 instead of -OJubilee Young-1/+1
2025-01-23allow different sized load and storeHenry Jiang-4/+4
2024-10-07add aix aggregate testHenry Jiang-4/+39
2024-08-11Refactor `powerpc64` call ABI handlingbeetrees-0/+132