[PATCH] Add support for ARMv8 cryptography instructions.
Amara Emerson
amara.emerson at arm.com
Wed Sep 18 02:34:27 PDT 2013
Hi Tim,
Is this ok to commit?
Thanks,
Amara
-----Original Message-----
From: Amara Emerson [mailto:amara.emerson at arm.com]
Sent: 13 September 2013 11:16
To: t.p.northover at gmail.com; Amara Emerson
Cc: llvm-commits at cs.uiuc.edu
Subject: Re: [PATCH] Add support for ARMv8 cryptography instructions.
Changed the decoder namespace in order to prevent predicate operands being added to the MCInsts. Also added tests for the intrinsics.
Hi t.p.northover,
http://llvm-reviews.chandlerc.com/D1645
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D1645?vs=4229&id=4277#toc
Files:
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
test/MC/ARM/invalid-neon-v8.s
test/MC/ARM/neon-crypto.s
test/MC/ARM/thumb-invalid-crypto.txt
test/MC/ARM/thumb-neon-crypto.s
test/MC/Disassembler/ARM/neon-crypto.txt
test/MC/Disassembler/ARM/thumb-neon-crypto.txt
More information about the llvm-commits
mailing list