summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-091-3/+6
| | | | llvm-svn: 75148
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-071-0/+12
| | | | | | Kevin Enderby! llvm-svn: 74944
* Dump MCInsts in the MC .s printer, for now.Daniel Dunbar2009-07-011-2/+23
| | | | llvm-svn: 74593
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-291-5/+9
| | | | llvm-svn: 74478
* Initialize CurSection in constructor.Torok Edwin2009-06-291-1/+1
| | | | | | Not doing so causes some unittests to fail, because CurSection is uninitialized. llvm-svn: 74442
* Rename MCValue::getCst to getConstant and add MCValue::isConstant.Daniel Dunbar2009-06-291-4/+4
| | | | llvm-svn: 74440
* MC: Truncate values when printing, to keep 'as' happy.Daniel Dunbar2009-06-251-3/+13
| | | | llvm-svn: 74201
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-241-0/+37
| | | | llvm-svn: 74109
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-241-7/+14
| | | | | | | | reintroduce them later. Also, don't require MCSection* when creating a symbol. llvm-svn: 74081
* MCStreamer: Add a few more "symbol attributes".Daniel Dunbar2009-06-241-1/+10
| | | | llvm-svn: 74077
* MCStreamer: Test printing values.Daniel Dunbar2009-06-241-1/+1
| | | | llvm-svn: 74076
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-241-2/+2
| | | | | | | This is suboptimal in several aspects, see the commented out assertion. I need to talk to Daniel about this. llvm-svn: 74057
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-0/+143
llvm-svn: 74044
OpenPOWER on IntegriCloud