summaryrefslogtreecommitdiff
path: root/lib/Support/FormattedStream.cpp
Commit message (Expand)AuthorAge
* 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
* Add support for column computation on unbuffered streams.Dan Gohman2009-08-15
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-15
* Remove an unnecessary #include.Dan Gohman2009-08-15
* 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 size_t.Dan Gohman2009-07-16
* minor syntax cleanupChris 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