llvm/lib/Target/ARM/AsmPrinter
Johnny Chen d30a98e43a Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
(RISCDisassemblerEmitter) which emits the decoder functions for ARM and Thumb,
and the disassembler core which invokes the decoder function and builds up the
MCInst based on the decoded Opcode.

Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
instructions to help disassembly.

We also changed the output of the addressing modes to omit the '+' from the
assembler syntax #+/-<imm> or +/-<Rm>.  See, for example, A8.6.57/58/60.

And modified test cases to not expect '+' in +reg or #+num.  For example,

; CHECK:       ldr.w	r9, [r7, #28]


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98637 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-16 16:36:54 +00:00
..
ARMAsmPrinter.cpp Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend 2010-03-16 16:36:54 +00:00
ARMInstPrinter.cpp Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend 2010-03-16 16:36:54 +00:00
ARMInstPrinter.h Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend 2010-03-16 16:36:54 +00:00
ARMMCInstLower.cpp eliminate the now-unneeded context argument of MBB::getSymbol() 2010-03-13 21:04:28 +00:00
ARMMCInstLower.h add support for external symbols. The mc instprinter can now handle 2009-10-20 00:56:16 +00:00
CMakeLists.txt wire up skeletal support for having llc print instructions 2009-10-19 20:20:46 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00