Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Support / FormattedStream.cpp
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2013-05-08 Daniel MaleaAdd line tracking support to FormattedStream
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanIntroduce a new tool_output_file class, which extends...
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-15 Chris Lattnermake PadToColumn return the stream so you can use:
2010-01-05 David GreeneChange errs() to dbgs().
2009-08-22 Chris Lattnerswitch formattedstream to use raw_ostream::indent....
2009-08-18 Daniel Dunbarraw_ostream: Reduce FormattedStream's reliance on raw_o...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-15 Dan GohmanAdd support for column computation on unbuffered streams.
2009-08-15 Dan GohmanMove FormattedStream's write_impl out of line.
2009-08-15 Dan GohmanRemove an unnecessary #include.
2009-07-29 David GreeneRe-apply previous changes and improve column padding...
2009-07-29 Daniel DunbarRevert r77397, it causes significant regressions in...
2009-07-28 David GreeneImprove performance of PadToColumn by eliminating flushes.
2009-07-23 David GreeneWrite space padding as one string to speed up comment...
2009-07-16 Dan GohmanUse size_t.
2009-07-14 Chris Lattnerminor syntax cleanup
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-13 David GreeneMake some more changes suggested by Chris. Manipulator...
2009-07-10 David GreeneMake changes suggested by Chris and eliminate newly...