Johnny Chen e88573849d 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.

llvm-svn: 127707
2011-03-15 22:27:33 +00:00
..
2011-03-15 20:25:54 +00:00
2011-03-15 21:51:56 +00:00
2011-03-15 22:27:33 +00:00
2011-03-10 00:51:01 +00:00
2011-03-12 22:01:42 +00:00
2010-11-15 03:21:41 +00:00