Add asm parsing support w/ testcases for strex/ldrex family of instructions
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 24 Mar 2011 21:04:58 +0000 (21:04 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 24 Mar 2011 21:04:58 +0000 (21:04 +0000)
commit505f3cd2965e65b6b7ad023eaba0e3dc89b67409
tree802271f56d23c6a7dd23981a96882813be2ee227
parent02af767dcaa0ed7677d542212b6c9b7110a425fc
Add asm parsing support w/ testcases for strex/ldrex family of instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128236 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDisassembler/EDInfo.h
lib/MC/MCDisassembler/EDOperand.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
test/MC/ARM/arm_instructions.s
test/MC/ARM/thumb2.s
utils/TableGen/EDEmitter.cpp