summaryrefslogtreecommitdiff
path: root/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAge
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-30
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* _[A-Z] identifiers are reserved for the implementation.Michael J. Spencer2010-07-19
* Grammar fix. This is a test commit.Matt Fleming2010-05-20
* add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner2010-04-03
* add <cstdlib> header for abort() on linux builders.Chris Lattner2010-04-03
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-03
* add a EmitSymbolValue convenience method to MCStreamer.Chris Lattner2010-03-09
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner2010-01-22
* add a new EmitIntValue method that MCStreamer impls can optionally defineChris Lattner2010-01-19
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-19
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-19
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-18
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-24