index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
FormattedStream.cpp
Age
Commit message (
Expand
)
Author
2010-12-19
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-09-01
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-08-20
Introduce a new tool_output_file class, which extends raw_ostream with
Dan Gohman
2010-02-22
Fix various doxygen warnings.
Dan Gohman
2010-02-15
make PadToColumn return the stream so you can use:
Chris Lattner
2010-01-05
Change errs() to dbgs().
David Greene
2009-08-22
switch formattedstream to use raw_ostream::indent. This eliminates
Chris Lattner
2009-08-18
raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.
Daniel Dunbar
2009-08-17
the MinPad argument to PadToColumn only really makes sense to be 1,
Chris Lattner
2009-08-15
Add support for column computation on unbuffered streams.
Dan Gohman
2009-08-15
Move FormattedStream's write_impl out of line.
Dan Gohman
2009-08-15
Remove an unnecessary #include.
Dan Gohman
2009-07-29
Re-apply previous changes and improve column padding performance some more.
David Greene
2009-07-29
Revert r77397, it causes significant regressions in llc performance.
Daniel Dunbar
2009-07-28
Improve performance of PadToColumn by eliminating flushes.
David Greene
2009-07-23
Write space padding as one string to speed up comment printing.
David Greene
2009-07-16
Use size_t.
Dan Gohman
2009-07-14
minor syntax cleanup
Chris Lattner
2009-07-14
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-13
Make some more changes suggested by Chris. Manipulators go away.
David Greene
2009-07-10
Make changes suggested by Chris and eliminate newly-added raw_ostream
David Greene