[all-commits] [llvm/llvm-project] 87b4d1: [AArch64][llvm] Unify AArch64 tests into a single ...
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Mon Jun 30 09:22:28 PDT 2025
Branch: refs/heads/users/jthackray/unify-tests2
Home: https://github.com/llvm/llvm-project
Commit: 87b4d1d8656f6c67e2e95a8b6e5d58afc945b43a
https://github.com/llvm/llvm-project/commit/87b4d1d8656f6c67e2e95a8b6e5d58afc945b43a
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M llvm/test/MC/AArch64/armv8.9a-ats1a.s
M llvm/test/MC/AArch64/armv9.4a-ebep.s
M llvm/test/MC/AArch64/armv9.5a-e3dse.s
M llvm/test/MC/AArch64/armv9.5a-fgwte3.s
M llvm/test/MC/AArch64/armv9.5a-hacdbs.s
M llvm/test/MC/AArch64/armv9.5a-hdbss.s
M llvm/test/MC/AArch64/armv9.5a-spmu2.s
M llvm/test/MC/AArch64/armv9.5a-step2.s
M llvm/test/MC/AArch64/armv9.6a-srmask.s
M llvm/test/MC/AArch64/armv9.6a-statistical-profiling.s
M llvm/test/MC/AArch64/armv9.6a-trbe-exception.s
R llvm/test/MC/Disassembler/AArch64/armv8.9a-ats1a.txt
R llvm/test/MC/Disassembler/AArch64/armv9.4a-ebep.txt
R llvm/test/MC/Disassembler/AArch64/armv9.5a-e3dse.txt
R llvm/test/MC/Disassembler/AArch64/armv9.5a-fgwte3.txt
R llvm/test/MC/Disassembler/AArch64/armv9.5a-hacdbs.txt
R llvm/test/MC/Disassembler/AArch64/armv9.5a-hdbss.txt
R llvm/test/MC/Disassembler/AArch64/armv9.5a-spmu2.txt
R llvm/test/MC/Disassembler/AArch64/armv9.5a-step2.txt
R llvm/test/MC/Disassembler/AArch64/armv9.6a-srmask.txt
R llvm/test/MC/Disassembler/AArch64/armv9.6a-statistical-profiling.txt
R llvm/test/MC/Disassembler/AArch64/armv9.6a-trbe-exception.txt
Log Message:
-----------
[AArch64][llvm] Unify AArch64 tests into a single file (1/4) (NFC)
This is a series of patches (1/4) to unify assembly/disassembly of
recent AArch64 tests into a single file. The aim is to improve
consistency, so that all instructions and system registers are
thoroughly tested, and future test cases will be in a unified format.
This patch:
* unifies errorless .s and .txt tests into a single file
* remove .txt tests which don't have feature requirements
* makes the .s tests have a roundabout run line to test both encoding and assembly
Co-authored-by: Virginia Cangelosi <virginia.cangelosi at arm.com>
Commit: 1531a861441588a306446c6f65aae1d1a1d5cfa8
https://github.com/llvm/llvm-project/commit/1531a861441588a306446c6f65aae1d1a1d5cfa8
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M llvm/test/MC/AArch64/armv9.2a-mec.s
R llvm/test/MC/AArch64/armv9.4-lse128.s
M llvm/test/MC/AArch64/armv9.4a-gcs.s
A llvm/test/MC/AArch64/armv9.4a-lse128-diagnostics.s
A llvm/test/MC/AArch64/armv9.4a-lse128.s
M llvm/test/MC/AArch64/armv9.5a-cpa.s
A llvm/test/MC/AArch64/armv9.6a-mpam-diagnostics.s
M llvm/test/MC/AArch64/armv9.6a-mpam.s
R llvm/test/MC/Disassembler/AArch64/armv9.4a-gcs.txt
R llvm/test/MC/Disassembler/AArch64/armv9.4a-lse128.txt
R llvm/test/MC/Disassembler/AArch64/armv9.5a-cpa.txt
R llvm/test/MC/Disassembler/AArch64/armv9.6a-mpam.txt
R llvm/test/MC/Disassembler/AArch64/armv9a-mec.txt
Log Message:
-----------
[AArch64][llvm] Unify AArch64 tests into a single file (2/4) (NFC)
This is a series of patches (2/4) to unify assembly/disassembly of
recent AArch64 tests into a single file. The aim is to improve
consistency, so that all instructions and system registers are
thoroughly tested, and future test cases will be in a unified format.
This patch:
* removes .txt tests which have only one feature required
* makes the .s tests have a roundabout run line to test both encoding and assembly
* creates diagnostic tests when needed
* fixes naming convention of tests
Co-authored-by: Virginia Cangelosi <virginia.cangelosi at arm.com>
Commit: 9b48b94f62e8d690749df65a843fd2e4eb8732f0
https://github.com/llvm/llvm-project/commit/9b48b94f62e8d690749df65a843fd2e4eb8732f0
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M llvm/test/MC/AArch64/armv9.2a-mec.s
M llvm/test/MC/AArch64/armv9.4a-gcs.s
M llvm/test/MC/AArch64/armv9.4a-lse128-diagnostics.s
M llvm/test/MC/AArch64/armv9.4a-lse128.s
M llvm/test/MC/AArch64/armv9.5a-cpa.s
M llvm/test/MC/AArch64/armv9.6a-mpam.s
Log Message:
-----------
fixup! [AArch64][llvm] Unify AArch64 tests into a single file (2/4) (NFC)
This is a series of patches (2/4) to unify assembly/disassembly of
recent AArch64 tests into a single file. The aim is to improve
consistency, so that all instructions and system registers are
thoroughly tested, and future test cases will be in a unified format.
This patch:
* removes .txt tests which have only one feature required
* makes the .s tests have a roundabout run line to test both encoding and assembly
* creates diagnostic tests when needed
* fixes naming convention of tests
Co-authored-by: Virginia Cangelosi <virginia.cangelosi at arm.com>
Compare: https://github.com/llvm/llvm-project/compare/40dca6487a08...9b48b94f62e8
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list