[all-commits] [llvm/llvm-project] 2a99f4: [AArch64][llvm] Unify AArch64 tests into a single ...
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Mon Jun 30 09:23:07 PDT 2025
Branch: refs/heads/users/jthackray/unify-tests4
Home: https://github.com/llvm/llvm-project
Commit: 2a99f4b539659c946ca6e00a840590a04644d0c1
https://github.com/llvm/llvm-project/commit/2a99f4b539659c946ca6e00a840590a04644d0c1
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: 69c97078a3e7ee1592e5e5c4b2f4eba6455dd96e
https://github.com/llvm/llvm-project/commit/69c97078a3e7ee1592e5e5c4b2f4eba6455dd96e
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: c2e7b56c7ab4c9a2d283fc656e486381cebff9f5
https://github.com/llvm/llvm-project/commit/c2e7b56c7ab4c9a2d283fc656e486381cebff9f5
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M llvm/test/MC/AArch64/armv8.6a-fgt.s
A llvm/test/MC/AArch64/armv8.8a-mops-diagnostics.s
M llvm/test/MC/AArch64/armv8.8a-mops.s
M llvm/test/MC/AArch64/armv8.9a-clrbhb.s
M llvm/test/MC/AArch64/armv8.9a-debug-pmu.s
M llvm/test/MC/AArch64/armv8.9a-lrcpc3.s
M llvm/test/MC/AArch64/armv8.9a-specres2.s
A llvm/test/MC/AArch64/armv8.9a-the-diagnostics.s
M llvm/test/MC/AArch64/armv8.9a-the.s
A llvm/test/MC/AArch64/armv9-mrrs-diagnostics.s
M llvm/test/MC/AArch64/armv9-mrrs.s
A llvm/test/MC/AArch64/armv9-msrr-diagnostics.s
M llvm/test/MC/AArch64/armv9-msrr.s
A llvm/test/MC/AArch64/armv9-sysp-diagnostics.s
R llvm/test/MC/AArch64/armv9-sysp.s
M llvm/test/MC/AArch64/armv9.4a-chk.s
M llvm/test/MC/AArch64/armv9.5a-tlbiw.s
A llvm/test/MC/AArch64/armv9a-sysp.s
R llvm/test/MC/Disassembler/AArch64/armv8.6a-fgt.txt
R llvm/test/MC/Disassembler/AArch64/armv8.8a-mops.txt
R llvm/test/MC/Disassembler/AArch64/armv8.9a-clrbhb.txt
R llvm/test/MC/Disassembler/AArch64/armv8.9a-debug-pmu.txt
R llvm/test/MC/Disassembler/AArch64/armv8.9a-lrcpc3.txt
R llvm/test/MC/Disassembler/AArch64/armv8.9a-specres2.txt
R llvm/test/MC/Disassembler/AArch64/armv8.9a-the.txt
R llvm/test/MC/Disassembler/AArch64/armv9-sysp.txt
R llvm/test/MC/Disassembler/AArch64/armv9-sysreg128.txt
R llvm/test/MC/Disassembler/AArch64/armv9.4a-chk.txt
R llvm/test/MC/Disassembler/AArch64/armv9.5a-tlbiw.txt
Log Message:
-----------
[AArch64][llvm] Unify AArch64 tests into a single file (3/4) (NFC)
This is a series of patches (3/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 multiple feature dependancies
* makes the .s tests have a roundabout run line to test both encoding and assembly
* creates diagnostic tests when needed
Co-authored-by: Virginia Cangelosi <virginia.cangelosi at arm.com>
Commit: 651f763f955393cdbc51ff65de35f0de4dd07ec0
https://github.com/llvm/llvm-project/commit/651f763f955393cdbc51ff65de35f0de4dd07ec0
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M llvm/test/MC/AArch64/armv9.6a-lsui.s
M llvm/test/MC/AArch64/armv9.6a-occmo.s
M llvm/test/MC/AArch64/armv9.6a-pcdphint.s
M llvm/test/MC/AArch64/armv9.6a-rme-gpc3.s
R llvm/test/MC/Disassembler/AArch64/armv9.6a-lsui.txt
R llvm/test/MC/Disassembler/AArch64/armv9.6a-occmo.txt
R llvm/test/MC/Disassembler/AArch64/armv9.6a-pcdphint.txt
R llvm/test/MC/Disassembler/AArch64/armv9.6a-rme-gpc3.txt
Log Message:
-----------
[AArch64][llvm] Unify AArch64 tests into a single file (4/4) (NFC)
This is a series of patches (4/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 whose .s tests have functions
* 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: 8d29fef9a0735b26d2e98034962d8080751b7c5e
https://github.com/llvm/llvm-project/commit/8d29fef9a0735b26d2e98034962d8080751b7c5e
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M llvm/test/MC/AArch64/armv9.6a-lsui.s
M llvm/test/MC/AArch64/armv9.6a-occmo.s
M llvm/test/MC/AArch64/armv9.6a-pcdphint.s
M llvm/test/MC/AArch64/armv9.6a-rme-gpc3.s
Log Message:
-----------
fixup! [AArch64][llvm] Unify AArch64 tests into a single file (4/4) (NFC)
This is a series of patches (4/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 whose .s tests have functions
* 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>
Compare: https://github.com/llvm/llvm-project/compare/7f54dd7ab302...8d29fef9a073
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