about summary refs log tree commit diff
path: root/tests/assembly/cmse.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-100/+0
2025-06-25tests: s/C-cmse/cmse/Jubilee Young-5/+3
2025-02-24tests: use minicore moreDavid Wood-4/+4
minicore makes it much easier to add new language items to all of the existing `no_core` tests.
2024-09-23Improve assembly test for CMSE ABIsTamme Dittrich-5/+81
This ensures the code-gen for these ABIs does not change silently. Co-authored-by: Folkert <folkert@folkertdev.nl>
2024-09-21Add assembly test for the cmse unstable featuresFolkert-0/+26
verifies that the correct return instructions are emitted. Co-authored-by: Tamme Dittrich <tamme@tweedegolf.com>