Don't accept globals as matching 'i' constraint
[oota-llvm.git] / lib / MC /
2009-07-01 Daniel DunbarDump MCInsts in the MC .s printer, for now.
2009-06-29 Daniel Dunbarllvm-mc: Parse .{,b,p2}align{,w,l} directives.
2009-06-29 Torok EdwinInitialize CurSection in constructor.
2009-06-29 Daniel DunbarRename MCValue::getCst to getConstant and add MCValue...
2009-06-25 Daniel DunbarMC: Truncate values when printing, to keep 'as' happy.
2009-06-24 Daniel DunbarSketch streamer support for .align, .org functionality.
2009-06-24 Daniel DunbarWe decided to not worry about Atoms for now, it should...
2009-06-24 Daniel DunbarMCStreamer: Add a few more "symbol attributes".
2009-06-24 Daniel DunbarMCStreamer: Test printing values.
2009-06-24 Duncan SandsAdd new files to cmake list.
2009-06-24 Chris Lattneradd trivial support for passing label definitions throu...
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-23 Daniel DunbarUpdate for MCImm -> MCValue rename.
2009-06-23 Daniel DunbarStart flushing out MCContext.