[PATCH] D15037: [ARM] Add ARMv8.2-A to TargetParser

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 04:48:25 PST 2015


olista01 created this revision.
olista01 added reviewers: t.p.northover, ab.
olista01 added a subscriber: llvm-commits.
olista01 set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.

Add ARMv8.2-A to TargetParser, so that it can be used by the clang
command-line options and the .arch directive.

Most testing of this will be done in clang, checking that the
command-line options that this enables work.

Repository:
  rL LLVM

http://reviews.llvm.org/D15037

Files:
  include/llvm/ADT/Triple.h
  include/llvm/Support/ARMTargetParser.def
  include/llvm/Support/TargetParser.h
  lib/Support/TargetParser.cpp
  lib/Support/Triple.cpp
  lib/Target/ARM/ARM.td
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  test/MC/ARM/directive-arch-armv8.2-a.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15037.41289.patch
Type: text/x-patch
Size: 7560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151127/231250e1/attachment.bin>


More information about the llvm-commits mailing list