aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
Commit message (Expand)AuthorAgeFilesLines
* Print out a debug message when the reglist fails the sanity check for Thumb L...Johnny Chen2011-04-121-0/+25
* Trivial comment fix.Johnny Chen2011-04-111-1/+1
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-111-1/+44
* RFE encoding should also specify the "should be" encoding bits.Johnny Chen2011-04-041-0/+6
* hopefully fix a problem building on cygwin-1.5Chris Lattner2010-09-071-2/+2
* Add a separate ARM instruction format for Saturate instructions.Bob Wilson2010-08-111-30/+29
* prune #includes a little.Chris Lattner2010-07-201-1/+2
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-081-4/+4
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-051-4/+4
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-051-4/+4
* Thumb instructions which have reglist operands at the end and predicate operandsJohnny Chen2010-04-211-0/+6
* Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()Johnny Chen2010-04-141-3/+9
* Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalidJohnny Chen2010-04-141-10/+12
* Re-apply 100265 but instead disable building of ARM disassembly for now.Evan Cheng2010-04-051-46/+9
* Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...Evan Cheng2010-04-051-9/+46
* Get rid of the middleman (ARMAlgorithm), which causes more trouble than theJohnny Chen2010-04-031-46/+9
* Register ARMAlgorithm::DoCleanup() to be called on exit to free the memoryJohnny Chen2010-04-031-0/+3
* Fix another build warning.Johnny Chen2010-04-021-0/+2
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+280
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-161-301/+0
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-161-0/+301