Move the special cases for constants out of getUnknown and into
[oota-llvm.git] / include / llvm / MC /
2009-06-24 Chris Lattnerstub out a trivial constructor method.
2009-06-23 Daniel DunbarUpdate for MCImm -> MCValue rename.
2009-06-23 Chris Lattnerrename MCImm ->MCValue.
2009-06-23 Daniel DunbarAdd comments for the MCStreamer interface.
2009-06-23 Daniel DunbarStart flushing out MCContext.
2009-06-23 Daniel DunbarStart sketching MCStreamer interface.
2009-06-23 Bill WendlingAdd include file to get the type for in64_t.
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