[PATCH] D36667: [ARM][AArch64] Cortex-A75 and Cortex-A55 support
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 03:13:49 PDT 2017
samparker created this revision.
Herald added subscribers: kristof.beyls, javed.absar, rengolin, aemerson.
This patch introduces support 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
https://reviews.llvm.org/D36667
Files:
include/llvm/Support/AArch64TargetParser.def
include/llvm/Support/ARMTargetParser.def
include/llvm/Support/TargetParser.h
lib/Support/TargetParser.cpp
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64InstrInfo.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/remat.ll
test/MC/AArch64/armv8.2a-dotprod.s
test/MC/AArch64/armv8.3a-rcpc.s
test/MC/ARM/armv8.2a-dotprod-a32.s
test/MC/ARM/armv8.2a-dotprod-t32.s
test/MC/Disassembler/AArch64/armv8.2a-dotprod.txt
test/MC/Disassembler/AArch64/armv8.3a-rcpc.txt
unittests/Support/TargetParserTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36667.110931.patch
Type: text/x-patch
Size: 26322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170814/13a275ba/attachment.bin>
More information about the llvm-commits
mailing list