aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FormattedStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Add line tracking support to FormattedStream Daniel Malea2013-05-081-20/+25
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-011-3/+0
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-201-0/+3
* Fix various doxygen warnings.Dan Gohman2010-02-221-2/+0
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-151-1/+2
* Change errs() to dbgs().David Greene2010-01-051-0/+8
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-221-10/+1
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-181-21/+18
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-171-4/+3
* Add support for column computation on unbuffered streams.Dan Gohman2009-08-151-15/+38
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-151-0/+6
* Remove an unnecessary #include.Dan Gohman2009-08-151-1/+0
* Re-apply previous changes and improve column padding performance some more.David Greene2009-07-291-17/+21
* Revert r77397, it causes significant regressions in llc performance.Daniel Dunbar2009-07-291-9/+4
* Improve performance of PadToColumn by eliminating flushes.David Greene2009-07-281-4/+9
* Write space padding as one string to speed up comment printing.David Greene2009-07-231-3/+13
* Use size_t.Dan Gohman2009-07-161-1/+1
* minor syntax cleanupChris Lattner2009-07-141-11/+5
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-0/+13
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-131-58/+41
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-101-0/+74