aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/FormattedStream.h
AgeCommit message (Expand)Author
2013-04-01unindent the file to follow coding standards, change class doc commentChris Lattner
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper
2012-09-14formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-23formatted_tool_output_file::close needs to flush its buffer beforeDan Gohman
2010-08-20Export error-handling functions in formatted_tool_output_file.Dan Gohman
2010-08-20Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman
2010-02-15comment fix.Chris Lattner
2010-02-15make PadToColumn return the stream so you can use:Chris Lattner
2010-01-05Fix a build error by adding a missing commit.David Greene
2009-12-19Make some methods const. The only interesting change here is thatChris Lattner
2009-09-22Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar
2009-09-21Don't allow formatted_ostream to be unbuffered, even if its underlying bufferDaniel Dunbar
2009-09-06Change "const static" to "static const", as warned aboutDuncan Sands
2009-08-22switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner
2009-08-18raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar
2009-08-17the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner
2009-08-15Move FormattedStream's write_impl out of line.Dan Gohman
2009-08-13Make formatted_raw_ostream restore the buffer settings of theDan Gohman
2009-08-12Add a GetBufferSize() member to raw_ostream and use it toDan Gohman
2009-07-29Re-apply previous changes and improve column padding performance some more.David Greene
2009-07-29Revert r77397, it causes significant regressions in llc performance.Daniel Dunbar
2009-07-28Improve performance of PadToColumn by eliminating flushes.David Greene
2009-07-23Write space padding as one string to speed up comment printing.David Greene
2009-07-16Use setStream infomatted_raw_ostream's constructor, to reduce codeDan Gohman
2009-07-16Remove inapplicable comments.Dan Gohman
2009-07-16Use size_t.Dan Gohman
2009-07-16formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. ThisDan Gohman
2009-07-14fix a bug in my previous patch.Chris Lattner
2009-07-14allow default construction of formatted_raw_ostream.Chris Lattner
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-07-13Make some more changes suggested by Chris. Manipulators go away.David Greene
2009-07-10Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene