Ensure -mcpu=xscale works for arm targets, after rL252903 and rL252904
[oota-llvm.git] / include / llvm / Support / FormattedStream.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rafael EspindolaUse implicit calls to parent constructor. NFC.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaAdd classof implementations to the raw_ostream classes.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-08-08 Ted KremenekForward resetColor() et al to the underlying stream.
2013-05-08 Daniel MaleaAdd line tracking support to FormattedStream
2013-04-01 Chris Lattnerunindent the file to follow coding standards, change...
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-14 Daniel Dunbarformatted_raw_ostream: Fix a serious bug in tell().
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-23 Dan Gohmanformatted_tool_output_file::close needs to flush its...
2010-08-20 Dan GohmanExport error-handling functions in formatted_tool_outpu...
2010-08-20 Dan GohmanIntroduce a new tool_output_file class, which extends...
2010-02-15 Chris Lattnercomment fix.
2010-02-15 Chris Lattnermake PadToColumn return the stream so you can use:
2010-01-05 David GreeneFix a build error by adding a missing commit.
2009-12-19 Chris LattnerMake some methods const. The only interesting change...
2009-09-22 Daniel DunbarRevert "Don't allow formatted_ostream to be unbuffered...
2009-09-21 Daniel DunbarDon't allow formatted_ostream to be unbuffered, even...
2009-09-06 Duncan SandsChange "const static" to "static const", as warned...
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 GohmanMove FormattedStream's write_impl out of line.
2009-08-13 Dan GohmanMake formatted_raw_ostream restore the buffer settings...
2009-08-12 Dan GohmanAdd a GetBufferSize() member to raw_ostream and use...
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 setStream infomatted_raw_ostream's constructor...
2009-07-16 Dan GohmanRemove inapplicable comments.
2009-07-16 Dan GohmanUse size_t.
2009-07-16 Dan Gohmanformatted_raw_ostream both is-a raw_ostream and has...
2009-07-14 Chris Lattnerfix a bug in my previous patch.
2009-07-14 Chris Lattnerallow default construction of formatted_raw_ostream.
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...