[ARMv8] Add support for the v8 cryptography extensions.
authorAmara Emerson <amara.emerson@arm.com>
Thu, 19 Sep 2013 11:59:01 +0000 (11:59 +0000)
committerAmara Emerson <amara.emerson@arm.com>
Thu, 19 Sep 2013 11:59:01 +0000 (11:59 +0000)
commit5df37dab763ce377095389c4ea1cff88db369954
treee28c008ced1c69d4397ef1a020b186c1d9dc3cbb
parentadadf887cb57f8281ec23f846a946fb59bd0a0d7
[ARMv8] Add support for the v8 cryptography extensions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190996 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/IR/IntrinsicsARM.td
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
test/CodeGen/ARM/intrinsics-crypto.ll [new file with mode: 0644]
test/MC/ARM/invalid-neon-v8.s
test/MC/ARM/neon-crypto.s [new file with mode: 0644]
test/MC/ARM/thumb-invalid-crypto.txt [new file with mode: 0644]
test/MC/ARM/thumb-neon-crypto.s [new file with mode: 0644]
test/MC/Disassembler/ARM/neon-crypto.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/thumb-neon-crypto.txt [new file with mode: 0644]