llvm-6502/lib/Target/ARM/Disassembler
Johnny Chen 2abc9d2444 The r128103 fix to cope with the removal of addressing modes from the MC instructions
were incomplete.  The assert stmt needs to be updated and the operand index incrment is wrong.
Fix the bad logic and add some sanity checking to detect bad instruction encoding;
and add a test case.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128186 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-24 00:28:38 +00:00
..
ARMDisassembler.cpp For ARM Disassembler, start a newline to dump the opcode and friends for an instruction. 2011-03-22 23:49:46 +00:00
ARMDisassembler.h
ARMDisassemblerCore.cpp The r128103 fix to cope with the removal of addressing modes from the MC instructions 2011-03-24 00:28:38 +00:00
ARMDisassemblerCore.h
CMakeLists.txt CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some files in Target/ARM and Target/X86. 2010-12-29 03:59:27 +00:00
Makefile
ThumbDisassemblerCore.h Avoid -Wunused-variable in -asserts builds 2011-03-22 00:37:28 +00:00