]> granicus.if.org Git - clang/commit
[ARM][AArch64] Cortex-A75 and Cortex-A55 tests
authorSam Parker <sam.parker@arm.com>
Mon, 21 Aug 2017 08:52:45 +0000 (08:52 +0000)
committerSam Parker <sam.parker@arm.com>
Mon, 21 Aug 2017 08:52:45 +0000 (08:52 +0000)
commitf84c79550c97f760530061f068c15dbdefaced85
tree88aaf41873016307e07d284a7765903d13996229
parent8982819d15f4ba52ab853569c849121db58776fb
[ARM][AArch64] Cortex-A75 and Cortex-A55 tests

Add frontend tests for Cortex-A75 and Cortex-A55, Arm's latest
big.LITTLE A-class cores. They implement the ARMv8.2-A architecture,
including the cryptography and RAS extensions, plus the optional dot
product extension. They also implement the RCpc AArch64 extension
from ARMv8.3-A.

Cortex-A75:
https://developer.arm.com/products/processors/cortex-a/cortex-a75

Cortex-A55:
https://developer.arm.com/products/processors/cortex-a/cortex-a55

Differential Revision: https://reviews.llvm.org/D36731

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311319 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Arch/ARM.cpp
test/Driver/aarch64-cpus.c
test/Driver/aarch64-dotprod.c [new file with mode: 0644]
test/Driver/aarch64-ras.c
test/Driver/aarch64-rcpc.s [new file with mode: 0644]
test/Driver/arm-cortex-cpus.c
test/Driver/arm-dotprod.c [new file with mode: 0644]
test/Driver/arm-ras.c