[PATCH] D29472: [ARM] Add support for armv7ve triple in llvm (PR31358).

Manoj Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 10:25:00 PST 2017


manojgupta updated this revision to Diff 87833.
manojgupta retitled this revision from "PR31358: Add support for armv7ve triple in llvm." to "[ARM] Add support for armv7ve triple in llvm (PR31358).".
manojgupta edited the summary of this revision.
manojgupta added a comment.

Updated as per Richard comments. Did not add TrustZone to FeatureVirtualization since Armv8-r supports virtualization but not TrustZone.
Added more tests for armv7ve.


https://reviews.llvm.org/D29472

Files:
  include/llvm/ADT/Triple.h
  include/llvm/Support/ARMTargetParser.def
  lib/Support/TargetParser.cpp
  lib/Support/Triple.cpp
  lib/Target/ARM/ARM.td
  lib/Target/ARM/ARMSubtarget.h
  test/CodeGen/ARM/build-attributes.ll
  test/CodeGen/ARM/div.ll
  unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29472.87833.patch
Type: text/x-patch
Size: 13387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170209/2eadc3d5/attachment.bin>


More information about the llvm-commits mailing list