aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
AgeCommit message (Expand)Author
2011-08-09Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson
2011-07-21Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...Owen Anderson
2011-04-12Print out a debug message when the reglist fails the sanity check for Thumb L...Johnny Chen
2011-04-11Trivial comment fix.Johnny Chen
2011-04-11Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby
2011-04-04RFE encoding should also specify the "should be" encoding bits.Johnny Chen
2010-09-07hopefully fix a problem building on cygwin-1.5Chris Lattner
2010-08-11Add a separate ARM instruction format for Saturate instructions.Bob Wilson
2010-07-20prune #includes a little.Chris Lattner
2010-06-08Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes
2010-06-05revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner
2010-06-05Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes
2010-04-21Thumb instructions which have reglist operands at the end and predicate operandsJohnny Chen
2010-04-14Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()Johnny Chen
2010-04-14Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalidJohnny Chen
2010-04-05Re-apply 100265 but instead disable building of ARM disassembly for now.Evan Cheng
2010-04-05Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...Evan Cheng
2010-04-03Get rid of the middleman (ARMAlgorithm), which causes more trouble than theJohnny Chen
2010-04-03Register ARMAlgorithm::DoCleanup() to be called on exit to free the memoryJohnny Chen
2010-04-02Fix another build warning.Johnny Chen
2010-04-02Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen