| Commit message (Expand) | Author | Age | Files | Lines |
* | switch formattedstream to use raw_ostream::indent. This eliminates | Chris Lattner | 2009-08-22 | 1 | -10/+1 |
* | raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. | Daniel Dunbar | 2009-08-18 | 1 | -21/+18 |
* | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner | 2009-08-17 | 1 | -4/+3 |
* | Add support for column computation on unbuffered streams. | Dan Gohman | 2009-08-15 | 1 | -15/+38 |
* | Move FormattedStream's write_impl out of line. | Dan Gohman | 2009-08-15 | 1 | -0/+6 |
* | Remove an unnecessary #include. | Dan Gohman | 2009-08-15 | 1 | -1/+0 |
* | Re-apply previous changes and improve column padding performance some more. | David Greene | 2009-07-29 | 1 | -17/+21 |
* | Revert r77397, it causes significant regressions in llc performance. | Daniel Dunbar | 2009-07-29 | 1 | -9/+4 |
* | Improve performance of PadToColumn by eliminating flushes. | David Greene | 2009-07-28 | 1 | -4/+9 |
* | Write space padding as one string to speed up comment printing. | David Greene | 2009-07-23 | 1 | -3/+13 |
* | Use size_t. | Dan Gohman | 2009-07-16 | 1 | -1/+1 |
* | minor syntax cleanup | Chris Lattner | 2009-07-14 | 1 | -11/+5 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -0/+13 |
* | Make some more changes suggested by Chris. Manipulators go away. | David Greene | 2009-07-13 | 1 | -58/+41 |
* | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene | 2009-07-10 | 1 | -0/+74 |