aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-071-0/+12
* Dump MCInsts in the MC .s printer, for now.Daniel Dunbar2009-07-011-2/+23
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-291-5/+9
* Initialize CurSection in constructor.Edwin Török2009-06-291-1/+1
* Rename MCValue::getCst to getConstant and add MCValue::isConstant.Daniel Dunbar2009-06-291-4/+4
* MC: Truncate values when printing, to keep 'as' happy.Daniel Dunbar2009-06-251-3/+13
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-241-0/+37
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-242-24/+20
* MCStreamer: Add a few more "symbol attributes".Daniel Dunbar2009-06-241-1/+10
* MCStreamer: Test printing values.Daniel Dunbar2009-06-241-1/+1
* Add new files to cmake list.Duncan Sands2009-06-241-0/+2
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-242-2/+16
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-243-5/+166
* Update for MCImm -> MCValue rename.Daniel Dunbar2009-06-231-5/+5
* Start flushing out MCContext.Daniel Dunbar2009-06-233-0/+95