Add basic CFI methods to the streamer interface.
[oota-llvm.git] / lib / MC / MCStreamer.cpp
2010-11-22 Rafael EspindolaAdd basic CFI methods to the streamer interface.
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaImplement .weakref.
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-07-19 Michael J. Spencer_[A-Z] identifiers are reserved for the implementation.
2010-05-20 Matt FlemingGrammar fix. This is a test commit.
2010-04-03 Chris Lattneradd a twine form of MCStreamer::EmitRawText, and mc'ize
2010-04-03 Chris Lattneradd <cstdlib> header for abort() on linux builders.
2010-04-03 Chris Lattneradd a new EmitInlineAsm function to asmprinter to handl...
2010-03-09 Chris Lattneradd a EmitSymbolValue convenience method to MCStreamer.
2010-01-22 Chris Lattneradd a new MCAsmStreamer::GetCommentOS method to simplif...
2010-01-19 Chris Lattneradd a new EmitIntValue method that MCStreamer impls...
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Chris Lattneradd a "MCStreamer::EmitFill" method, and move the defau...
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.