[PATCH] D29272: Enable ARM v8.3-A architecture

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 03:06:04 PST 2017


samparker created this revision.
Herald added subscribers: rengolin, aemerson.
Herald added a reviewer: javed.absar.

First patch in a series to enable the ARM v8.3-A architecture in LLVM for both AArch64 and AArch32. An overview of the architecture features are given in the following blog:
https://www.community.arm.com/processors/b/blog/posts/armv8-a-architecture-2016-additions


https://reviews.llvm.org/D29272

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29272.86260.patch
Type: text/x-patch
Size: 9593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170130/42e987dc/attachment.bin>


More information about the llvm-commits mailing list