]> granicus.if.org Git - llvm/commit
[AArch64] Add Cavium ThunderX support
authorJoel Jones <joelkevinjones@gmail.com>
Fri, 17 Feb 2017 18:34:24 +0000 (18:34 +0000)
committerJoel Jones <joelkevinjones@gmail.com>
Fri, 17 Feb 2017 18:34:24 +0000 (18:34 +0000)
commit9053922e7e07ac10cb2d7e66c366ffda2cb1cdfd
tree60f56997a16f713b11d528651f3ec94ed86af9ab
parent72258b42b0805337ea2d0d042454d2a8c173fcf4
[AArch64] Add Cavium ThunderX support

This set of patches adds support for Cavium ThunderX ARM64 processors:

  * ThunderX
  * ThunderX T81
  * ThunderX T83
  * ThunderX T88

Patch by Stefan Teleman
Differential Revision: https://reviews.llvm.org/D28891

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295475 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/AArch64TargetParser.def
lib/Support/TargetParser.cpp
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64SchedThunderX.td [new file with mode: 0644]
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
test/MC/AArch64/armv8.1a-lse.s [new file with mode: 0644]
unittests/Support/TargetParserTest.cpp