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