aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build.Johnny Chen2010-04-151-3/+6
* Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm()Johnny Chen2010-04-141-0/+6
* For t2BFI disassembly, apply the same error checking as in r101205.Johnny Chen2010-04-141-2/+2
* Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()Johnny Chen2010-04-141-178/+188
* Fixed another assert exposed by fuzzing. Now, when an encoding error occursJohnny Chen2010-04-141-4/+14
* Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalidJohnny Chen2010-04-141-0/+3
* Missed this one line for the previous checkin to fix build warnings.Johnny Chen2010-04-071-1/+0
* Fixed warnings pointed out by clang.Johnny Chen2010-04-071-7/+19
* Fixed 3 warnings pointed out by clang.Johnny Chen2010-04-071-3/+3
* Re-apply 100265 but instead disable building of ARM disassembly for now.Evan Cheng2010-04-051-40/+20
* Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...Evan Cheng2010-04-051-20/+40
* Get rid of the middleman (ARMAlgorithm), which causes more trouble than theJohnny Chen2010-04-031-40/+20
* Fix comment.Johnny Chen2010-04-031-2/+2
* Register ARMAlgorithm::DoCleanup() to be called on exit to free the memoryJohnny Chen2010-04-031-1/+10
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+3263
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-161-3351/+0
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-161-0/+3351