llvm-6502/lib/Target/ARM/MCTargetDesc
James Molloy acad68da50 Check in a patch that has already been code reviewed by Owen that I'd forgotten to commit.
Build on previous patches to successfully distinguish between an M-series and A/R-series MSR and MRS instruction. These take different mask names and have a *slightly* different opcode format.

Add decoder and disassembler tests.

Improvement on the previous patch - successfully distinguish between valid v6m and v7m masks (one is a subset of the other). The patch had to be edited slightly to apply to ToT.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140696 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-28 14:21:38 +00:00
..
ARMAddressingModes.h ARM refactoring assembly parsing of memory address operands. 2011-08-03 23:50:40 +00:00
ARMAsmBackend.cpp ARM asm backend initialize isThumbMode based on target triple. 2011-08-24 22:27:35 +00:00
ARMBaseInfo.h Thumb parsing diagnostics for low-reg requirements on ADD and MOV. 2011-08-16 22:20:01 +00:00
ARMFixupKinds.h Sink ARM mc routines into MCTargetDesc. 2011-07-23 00:00:19 +00:00
ARMMachObjectWriter.cpp Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. 2011-07-25 23:24:55 +00:00
ARMMCAsmInfo.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
ARMMCAsmInfo.h Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. 2011-07-14 23:50:31 +00:00
ARMMCCodeEmitter.cpp Fix encoding of Thumb2 shifted register operands with RRX shifts. 2011-09-13 17:34:32 +00:00
ARMMCExpr.cpp Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ARM MC code from target. 2011-07-20 23:34:39 +00:00
ARMMCExpr.h Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ARM MC code from target. 2011-07-20 23:34:39 +00:00
ARMMCTargetDesc.cpp Check in a patch that has already been code reviewed by Owen that I'd forgotten to commit. 2011-09-28 14:21:38 +00:00
ARMMCTargetDesc.h Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. 2011-07-25 23:24:55 +00:00
CMakeLists.txt Unbreak CMake build. 2011-09-27 23:29:59 +00:00
Makefile