[AArch64] Add support for Cortex-A76 and Cortex-A76AE
authorLuke Cheeseman <luke.cheeseman@arm.com>
Mon, 25 Feb 2019 15:08:27 +0000 (15:08 +0000)
committerLuke Cheeseman <luke.cheeseman@arm.com>
Mon, 25 Feb 2019 15:08:27 +0000 (15:08 +0000)
commit59f77e7891f8fd321f6e148209ac6616d18a25ae
treef5f62e42c915721c1e57799996e8d744713b40b5
parent51c1f640aa41fec5893d8de9eb0300239fcd9e2b
[AArch64] Add support for Cortex-A76 and Cortex-A76AE

- Add LLVM backend support for Cortex-A76 and Cortex-A76AE
- Documentation can be found at
  https://developer.arm.com/products/processors/cortex-a/cortex-a76

llvm-svn: 354788
15 files changed:
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/include/llvm/Support/ARMTargetParser.def
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64Subtarget.cpp
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/lib/Target/ARM/ARM.td
llvm/lib/Target/ARM/ARMSubtarget.cpp
llvm/lib/Target/ARM/ARMSubtarget.h
llvm/test/CodeGen/AArch64/cpus.ll
llvm/test/MC/AArch64/armv8.2a-dotprod.s
llvm/test/MC/AArch64/armv8.5a-ssbs.s
llvm/test/MC/ARM/armv8.2a-dotprod-a32.s
llvm/test/MC/ARM/armv8.2a-dotprod-t32.s
llvm/test/MC/Disassembler/AArch64/armv8.5a-ssbs.txt
llvm/unittests/Support/TargetParserTest.cpp