| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through. | Galina Kistanova | 2017-05-19 | 1 | -0/+1 |
| * | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -1/+1 |
| * | Add line tracking support to FormattedStream | Daniel Malea | 2013-05-08 | 1 | -20/+25 |
| * | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky | 2010-12-19 | 1 | -0/+1 |
| * | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 1 | -3/+0 |
| * | Introduce a new tool_output_file class, which extends raw_ostream with | Dan Gohman | 2010-08-20 | 1 | -0/+3 |
| * | Fix various doxygen warnings. | Dan Gohman | 2010-02-22 | 1 | -2/+0 |
| * | make PadToColumn return the stream so you can use: | Chris Lattner | 2010-02-15 | 1 | -1/+2 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -0/+8 |
| * | 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 |