llvm-6502/lib/Target/ARM/Disassembler
Johnny Chen 276f6f9cf9 There were two issues fixed:
1. The ARM Darwin *r9 call instructions were pseudo-ized recently.
   Modify the ARMDisassemblerCore.cpp file to accomodate the change.

2. The disassembler was unnecessarily adding 8 to the sign-extended imm24:

   imm32 = SignExtend(imm24:'00', 32); // A8.6.23 BL, BLX (immediate)
                                       // Encoding A1

   It has no business doing such.  Removed the offending logic.

Add test cases to arm-tests.txt.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127707 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-15 22:27:33 +00:00
..
ARMDisassembler.cpp LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT. 2011-03-09 20:01:14 +00:00
ARMDisassembler.h
ARMDisassemblerCore.cpp There were two issues fixed: 2011-03-15 22:27:33 +00:00
ARMDisassemblerCore.h
CMakeLists.txt
Makefile
ThumbDisassemblerCore.h Add missing whitespace in the formatting. 2011-02-28 21:45:12 +00:00