aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCStreamer.cpp
AgeCommit message (Expand)Author
2010-04-03add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner
2010-04-03add <cstdlib> header for abort() on linux builders.Chris Lattner
2010-04-03add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner
2010-03-09add a EmitSymbolValue convenience method to MCStreamer.Chris Lattner
2010-01-22add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner
2010-01-19add a new EmitIntValue method that MCStreamer impls can optionally defineChris Lattner
2010-01-19Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner
2010-01-19add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner
2009-08-18Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner
2009-06-24Start MCAsmStreamer implementation.Daniel Dunbar