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