aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FormattedStream.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-19Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova1-0/+1
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer1-0/+1
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-1/+1
2013-05-08Add line tracking support to FormattedStream Daniel Malea1-20/+25
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky1-0/+1
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman1-3/+0
2010-08-20Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman1-0/+3
2010-02-22Fix various doxygen warnings.Dan Gohman1-2/+0
2010-02-15make PadToColumn return the stream so you can use:Chris Lattner1-1/+2
2010-01-05Change errs() to dbgs().David Greene1-0/+8
2009-08-22switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner1-10/+1
2009-08-18raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar1-21/+18
2009-08-17the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner1-4/+3
2009-08-15Add support for column computation on unbuffered streams.Dan Gohman1-15/+38
2009-08-15Move FormattedStream's write_impl out of line.Dan Gohman1-0/+6
2009-08-15Remove an unnecessary #include.Dan Gohman1-1/+0
2009-07-29Re-apply previous changes and improve column padding performance some more.David Greene1-17/+21
2009-07-29Revert r77397, it causes significant regressions in llc performance.Daniel Dunbar1-9/+4
2009-07-28Improve performance of PadToColumn by eliminating flushes.David Greene1-4/+9
2009-07-23Write space padding as one string to speed up comment printing.David Greene1-3/+13
2009-07-16Use size_t.Dan Gohman1-1/+1
2009-07-14minor syntax cleanupChris Lattner1-11/+5
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene1-0/+13
2009-07-13Make some more changes suggested by Chris. Manipulators go away.David Greene1-58/+41
2009-07-10Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene1-0/+74