aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCInst.h
Commit message (Expand)AuthorAgeFilesLines
* Remove a redundant copy constructor.Dan Gohman2009-10-301-1/+0
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner2009-09-121-22/+0
* default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI...Chris Lattner2009-09-111-1/+1
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-7/+0
* add a gross hack to get "SrcLine" comments to show up with theChris Lattner2009-09-091-1/+6
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-031-2/+3
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-311-15/+15
* Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar2009-08-271-0/+7
* Change MCOperand to use Create style instead of Make style for constructingDaniel Dunbar2009-08-021-13/+21
* 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