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