aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h
Commit message (Expand)AuthorAgeFilesLines
* Modified some assert() msg strings; no other functionality change.Johnny Chen2010-04-211-14/+14
* Thumb instructions which have reglist operands at the end and predicate operandsJohnny Chen2010-04-211-12/+25
* Better error-handling of getBitFieldInvMask() where msb < lsb (encoding error),Johnny Chen2010-04-201-6/+14
* Better error-handling for DisassembleThumb2DPModImm() with 2-reg operands whereJohnny Chen2010-04-201-1/+4
* Better error-handling for DisassembleThumb2DPSoReg() where the 3-reg operandJohnny Chen2010-04-191-3/+6
* Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build.Johnny Chen2010-04-151-1/+1
* For t2BFI disassembly, apply the same error checking as in r101205.Johnny Chen2010-04-141-1/+4
* Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()Johnny Chen2010-04-141-137/+154
* Fixed warnings pointed out by clang.Johnny Chen2010-04-071-2/+16
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+2187