aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCInst.h
Commit message (Expand)AuthorAgeFilesLines
* Fill in some methods for the MCValue field of an MCOperand.Daniel Dunbar2009-06-301-2/+16
* rename MCImm ->MCValue.Chris Lattner2009-06-231-3/+3
* add a simple MCImm class.Chris Lattner2009-06-231-2/+4
* add an accessor.Chris Lattner2009-06-231-0/+1
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-201-1/+22
* make immediates be int64_t like machineoperand. Add some apisChris Lattner2009-06-201-4/+10
* stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner2009-06-191-0/+4
* Include DataTypes.h for 'uint64_t'.Zhongxing Xu2009-06-191-0/+1
* Add some scaffolding for a new experimental asmprinterChris Lattner2009-06-191-0/+93