aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/FormattedStream.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-46/+26
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-12/+10
* Forward resetColor() et al to the underlying stream.Ted Kremenek2013-08-081-0/+21
* Add line tracking support to FormattedStream Daniel Malea2013-05-081-9/+17
* unindent the file to follow coding standards, change class doc commentChris Lattner2013-04-011-117/+117
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-2/+2
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-141-3/+4
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-011-36/+0
* formatted_tool_output_file::close needs to flush its buffer beforeDan Gohman2010-08-231-1/+6
* Export error-handling functions in formatted_tool_output_file.Dan Gohman2010-08-201-2/+10
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-201-0/+23
* comment fix.Chris Lattner2010-02-151-1/+1
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-151-1/+1
* Fix a build error by adding a missing commit.David Greene2010-01-051-0/+4
* Make some methods const. The only interesting change here is thatChris Lattner2009-12-191-1/+1
* Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar2009-09-221-6/+1
* Don't allow formatted_ostream to be unbuffered, even if its underlying bufferDaniel Dunbar2009-09-211-1/+6
* Change "const static" to "static const", as warned aboutDuncan Sands2009-09-061-2/+2
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-221-5/+0
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-181-6/+6
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-171-5/+4
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-151-5/+1
* Make formatted_raw_ostream restore the buffer settings of theDan Gohman2009-08-131-5/+19
* Add a GetBufferSize() member to raw_ostream and use it toDan Gohman2009-08-121-2/+1
* Re-apply previous changes and improve column padding performance some more.David Greene2009-07-291-7/+19
* Revert r77397, it causes significant regressions in llc performance.Daniel Dunbar2009-07-291-9/+9
* Improve performance of PadToColumn by eliminating flushes.David Greene2009-07-281-9/+9
* Write space padding as one string to speed up comment printing.David Greene2009-07-231-1/+8
* Use setStream infomatted_raw_ostream's constructor, to reduce codeDan Gohman2009-07-161-10/+9
* Remove inapplicable comments.Dan Gohman2009-07-161-4/+0
* Use size_t.Dan Gohman2009-07-161-2/+2
* formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. ThisDan Gohman2009-07-161-3/+24
* fix a bug in my previous patch.Chris Lattner2009-07-141-1/+1
* allow default construction of formatted_raw_ostream.Chris Lattner2009-07-141-4/+11
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-3/+31
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-131-39/+10
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-101-0/+106