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