aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/FormattedStream.h
Commit message (Expand)AuthorAgeFilesLines
* 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