]> granicus.if.org Git - llvm/commit
[ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1
authorPablo Barrio <pablo.barrio@arm.com>
Thu, 25 Jul 2019 10:59:45 +0000 (10:59 +0000)
committerPablo Barrio <pablo.barrio@arm.com>
Thu, 25 Jul 2019 10:59:45 +0000 (10:59 +0000)
commit8049566cde7661d507653dd02773eaba6b2e347a
tree0cfd2a825b6440fd56230613f6459ffde5156d6c
parent60dd9229ecb2c0296cf8eba5869d71267babf098
[ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1

Summary:
Add support for Cortex-A65, Cortex-A65AE, Neoverse E1 and Neoverse N1.
Neoverse E1 and Cortex-A65(&AE) only implement the AArch64 state of the
Arm architecture. Neoverse N1 implements both AArch32 and AArch64.

Cortex-A65:
https://developer.arm.com/ip-products/processors/cortex-a/cortex-a65

Cortex-A65AE:
https://developer.arm.com/ip-products/processors/cortex-a/cortex-a65ae

Neoverse E1:
https://developer.arm.com/ip-products/processors/neoverse/neoverse-e1

Neoverse N1:
https://developer.arm.com/ip-products/processors/neoverse/neoverse-n1

Patch by Diogo Sampaio and Pablo Barrio

Reviewers: samparker, LukeCheeseman, sbaranga, ostannard

Reviewed By: ostannard

Subscribers: ostannard, javed.absar, kristof.beyls, hiraditya, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367007 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/llvm/Support/AArch64TargetParser.def
include/llvm/Support/ARMTargetParser.def
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
test/CodeGen/AArch64/cpus.ll
test/CodeGen/AArch64/neon-dot-product.ll
test/CodeGen/AArch64/remat.ll
test/MC/AArch64/armv8.2a-dotprod.s
test/MC/AArch64/armv8.2a-statistical-profiling.s
test/MC/AArch64/armv8.3a-rcpc.s
test/MC/AArch64/armv8.5a-ssbs.s
test/MC/ARM/armv8.2a-dotprod-a32.s
test/MC/ARM/armv8.2a-dotprod-t32.s
test/MC/Disassembler/AArch64/armv8.3a-rcpc.txt
unittests/Support/TargetParserTest.cpp