Many Thumb2 instructions can reference the full ARM register set (i.e.,
[oota-llvm.git] / lib / Target / ARM / Disassembler / ThumbDisassemblerCore.h
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
2010-04-21 Johnny ChenModified some assert() msg strings; no other functional...
2010-04-21 Johnny ChenThumb instructions which have reglist operands at the...
2010-04-20 Johnny ChenBetter error-handling of getBitFieldInvMask() where...
2010-04-20 Johnny ChenBetter error-handling for DisassembleThumb2DPModImm...
2010-04-19 Johnny ChenBetter error-handling for DisassembleThumb2DPSoReg...
2010-04-15 Johnny ChenWrap the error msgs in DEBUG() macro so that they won...
2010-04-14 Johnny ChenFor t2BFI disassembly, apply the same error checking...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. The utility...
2010-04-07 Johnny ChenFixed warnings pointed out by clang.
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...