aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
AgeCommit message (Expand)Author
2009-11-19More consistent thumb1 asm printing.Evan Cheng
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-10-20Fix -Asserts warning.Daniel Dunbar
2009-10-20implement some more easy hooks.Chris Lattner
2009-10-20Implement some hooks, make printOperand abort if unknown modifiers areChris Lattner
2009-10-20add supprort for the 'sbit' operand, MOVi apparently has one.Chris Lattner
2009-10-20add support for instruction predicates.Chris Lattner
2009-10-20implement printSORegOperand, add lowering for the nasty and despicable MOVi2p...Chris Lattner
2009-10-19handle addmode4 modifiers, fix a fixme in printRegisterListChris Lattner
2009-10-19lower the ARM::CONSTPOOL_ENTRY pseudo op, giving us constant pool entriesChris Lattner
2009-10-19add MCInstLower support for lowering ARM::PICADD, a pseudo op for pic stuffola.Chris Lattner
2009-10-19add register list and hacked up addrmode #4 support, we now get this:Chris Lattner
2009-10-19add addrmode2 support, getting us up to:Chris Lattner
2009-10-19add jump tables, constant pools and some trivial globalChris Lattner
2009-10-19add printing support for SOImm operands, getting us to:Chris Lattner
2009-10-19wire up some basic printOperand goodness, giving us stuff like this beforeChris Lattner
2009-10-19stub out a minimal ARMInstPrinter.Chris Lattner