[PATCH] D25211: [ARM] Add Cortex-R52 target to LLVM

Javed Absar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 14:19:29 PDT 2016


javed.absar created this revision.
javed.absar added reviewers: rengolin, t.p.northover, jmolloy.
javed.absar added a subscriber: llvm-commits.
Herald added subscribers: samparker, aemerson.

This patch adds Cortex-R52, the new ARM real-time processor, to LLVM.  Cortex-R52 implements the ARMv8-R architecture. I have submitted a corresponding patch for review to clang , for clang related changes (and tests).


https://reviews.llvm.org/D25211

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25211.73340.patch
Type: text/x-patch
Size: 11189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161003/039750cf/attachment-0001.bin>


More information about the llvm-commits mailing list