summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FormattedStream.h
Commit message (Expand)AuthorAge
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-04
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Forward resetColor() et al to the underlying stream.Ted Kremenek2013-08-08
* Add line tracking support to FormattedStream Daniel Malea2013-05-08
* unindent the file to follow coding standards, change class doc commentChris Lattner2013-04-01
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-14
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* formatted_tool_output_file::close needs to flush its buffer beforeDan Gohman2010-08-23
* Export error-handling functions in formatted_tool_output_file.Dan Gohman2010-08-20
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-20
* comment fix.Chris Lattner2010-02-15
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-15
* Fix a build error by adding a missing commit.David Greene2010-01-05
* Make some methods const. The only interesting change here is thatChris Lattner2009-12-19
* Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar2009-09-22
* Don't allow formatted_ostream to be unbuffered, even if its underlying bufferDaniel Dunbar2009-09-21
* Change "const static" to "static const", as warned aboutDuncan Sands2009-09-06
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-22
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-18
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-17
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-15
* Make formatted_raw_ostream restore the buffer settings of theDan Gohman2009-08-13
* Add a GetBufferSize() member to raw_ostream and use it toDan Gohman2009-08-12
* Re-apply previous changes and improve column padding performance some more.David Greene2009-07-29
* Revert r77397, it causes significant regressions in llc performance.Daniel Dunbar2009-07-29
* Improve performance of PadToColumn by eliminating flushes.David Greene2009-07-28
* Write space padding as one string to speed up comment printing.David Greene2009-07-23
* Use setStream infomatted_raw_ostream's constructor, to reduce codeDan Gohman2009-07-16
* Remove inapplicable comments.Dan Gohman2009-07-16
* Use size_t.Dan Gohman2009-07-16
* formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. ThisDan Gohman2009-07-16
* fix a bug in my previous patch.Chris Lattner2009-07-14
* allow default construction of formatted_raw_ostream.Chris Lattner2009-07-14
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-13
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-10