aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Grammar fix. This is a test commit.Matt Fleming2010-05-201-1/+1
* add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner2010-04-031-0/+8
* add <cstdlib> header for abort() on linux builders.Chris Lattner2010-04-031-0/+1
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-031-0/+9
* add a EmitSymbolValue convenience method to MCStreamer.Chris Lattner2010-03-091-0/+5
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner2010-01-221-1/+7
* add a new EmitIntValue method that MCStreamer impls can optionally defineChris Lattner2010-01-191-0/+7
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-191-2/+3
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-191-0/+9
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-181-1/+1
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-0/+18