Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK...
[oota-llvm.git] / include / llvm / MC / MCInst.h
2009-06-30 Daniel DunbarFill in some methods for the MCValue field of an MCOperand.
2009-06-23 Chris Lattnerrename MCImm ->MCValue.
2009-06-23 Chris Lattneradd a simple MCImm class.
2009-06-23 Chris Lattneradd an accessor.
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Chris Lattnermake immediates be int64_t like machineoperand. Add...
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Zhongxing XuInclude DataTypes.h for 'uint64_t'.
2009-06-19 Chris LattnerAdd some scaffolding for a new experimental asmprinter