[ARM][AArch64] ARMv8.3-A enablement
authorSam Parker <sam.parker@arm.com>
Thu, 10 Aug 2017 09:41:00 +0000 (09:41 +0000)
committerSam Parker <sam.parker@arm.com>
Thu, 10 Aug 2017 09:41:00 +0000 (09:41 +0000)
commit9d95764c3bd06c43d9f88eeb864cc6c29571b84c
treefd8246ba385320ee068a3717c5ed0247010018b7
parent875ccc5864aebadb294ca4ab24bfd21e58236e19
[ARM][AArch64] ARMv8.3-A enablement

The beta ARMv8.3 ISA specifications have been released for AArch64
and AArch32, these can be found at:
https://developer.arm.com/products/architecture/a-profile/exploration-tools

An introduction to this architecture update can be found at:
https://community.arm.com/processors/b/blog/posts/armv8-a-architecture-2016-additions

This patch is the first in a series which will add ARM v8.3-A support
in LLVM and Clang. It adds the necessary changes that create targets
for both the ARM and AArch64 backends.

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

llvm-svn: 310561
llvm/include/llvm/ADT/Triple.h
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/include/llvm/Support/ARMTargetParser.def
llvm/lib/Support/TargetParser.cpp
llvm/lib/Support/Triple.cpp
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/lib/Target/ARM/ARM.td
llvm/lib/Target/ARM/ARMInstrInfo.td
llvm/lib/Target/ARM/ARMSubtarget.h