aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/FormattedStream.cpp
AgeCommit message (Expand)Author
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-20Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman
2010-02-22Fix various doxygen warnings.Dan Gohman
2010-02-15make PadToColumn return the stream so you can use:Chris Lattner
2010-01-05Change errs() to dbgs().David Greene
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