Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fill in some methods for the MCValue field of an MCOperand. | Daniel Dunbar | 2009-06-30 | 1 | -2/+16 |
* | rename MCImm ->MCValue. | Chris Lattner | 2009-06-23 | 1 | -3/+3 |
* | add a simple MCImm class. | Chris Lattner | 2009-06-23 | 1 | -2/+4 |
* | add an accessor. | Chris Lattner | 2009-06-23 | 1 | -0/+1 |
* | implement support for lowering subregs when preparing to print | Chris Lattner | 2009-06-20 | 1 | -1/+22 |
* | make immediates be int64_t like machineoperand. Add some apis | Chris Lattner | 2009-06-20 | 1 | -4/+10 |
* | stub out some hacky code for wiring up the new asmprinter interfaces | Chris Lattner | 2009-06-19 | 1 | -0/+4 |
* | Include DataTypes.h for 'uint64_t'. | Zhongxing Xu | 2009-06-19 | 1 | -0/+1 |
* | Add some scaffolding for a new experimental asmprinter | Chris Lattner | 2009-06-19 | 1 | -0/+93 |