index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
FormattedStream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add line tracking support to FormattedStream
Daniel Malea
2013-05-08
1
-9
/
+17
*
unindent the file to follow coding standards, change class doc comment
Chris Lattner
2013-04-01
1
-117
/
+117
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
1
-2
/
+2
*
formatted_raw_ostream: Fix a serious bug in tell().
Daniel Dunbar
2012-09-14
1
-3
/
+4
*
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-09-01
1
-36
/
+0
*
formatted_tool_output_file::close needs to flush its buffer before
Dan Gohman
2010-08-23
1
-1
/
+6
*
Export error-handling functions in formatted_tool_output_file.
Dan Gohman
2010-08-20
1
-2
/
+10
*
Introduce a new tool_output_file class, which extends raw_ostream with
Dan Gohman
2010-08-20
1
-0
/
+23
*
comment fix.
Chris Lattner
2010-02-15
1
-1
/
+1
*
make PadToColumn return the stream so you can use:
Chris Lattner
2010-02-15
1
-1
/
+1
*
Fix a build error by adding a missing commit.
David Greene
2010-01-05
1
-0
/
+4
*
Make some methods const. The only interesting change here is that
Chris Lattner
2009-12-19
1
-1
/
+1
*
Revert "Don't allow formatted_ostream to be unbuffered, even if its underlying
Daniel Dunbar
2009-09-22
1
-6
/
+1
*
Don't allow formatted_ostream to be unbuffered, even if its underlying buffer
Daniel Dunbar
2009-09-21
1
-1
/
+6
*
Change "const static" to "static const", as warned about
Duncan Sands
2009-09-06
1
-2
/
+2
*
switch formattedstream to use raw_ostream::indent. This eliminates
Chris Lattner
2009-08-22
1
-5
/
+0
*
raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.
Daniel Dunbar
2009-08-18
1
-6
/
+6
*
the MinPad argument to PadToColumn only really makes sense to be 1,
Chris Lattner
2009-08-17
1
-5
/
+4
*
Move FormattedStream's write_impl out of line.
Dan Gohman
2009-08-15
1
-5
/
+1
*
Make formatted_raw_ostream restore the buffer settings of the
Dan Gohman
2009-08-13
1
-5
/
+19
*
Add a GetBufferSize() member to raw_ostream and use it to
Dan Gohman
2009-08-12
1
-2
/
+1
*
Re-apply previous changes and improve column padding performance some more.
David Greene
2009-07-29
1
-7
/
+19
*
Revert r77397, it causes significant regressions in llc performance.
Daniel Dunbar
2009-07-29
1
-9
/
+9
*
Improve performance of PadToColumn by eliminating flushes.
David Greene
2009-07-28
1
-9
/
+9
*
Write space padding as one string to speed up comment printing.
David Greene
2009-07-23
1
-1
/
+8
*
Use setStream infomatted_raw_ostream's constructor, to reduce code
Dan Gohman
2009-07-16
1
-10
/
+9
*
Remove inapplicable comments.
Dan Gohman
2009-07-16
1
-4
/
+0
*
Use size_t.
Dan Gohman
2009-07-16
1
-2
/
+2
*
formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. This
Dan Gohman
2009-07-16
1
-3
/
+24
*
fix a bug in my previous patch.
Chris Lattner
2009-07-14
1
-1
/
+1
*
allow default construction of formatted_raw_ostream.
Chris Lattner
2009-07-14
1
-4
/
+11
*
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
1
-3
/
+31
*
Make some more changes suggested by Chris. Manipulators go away.
David Greene
2009-07-13
1
-39
/
+10
*
Make changes suggested by Chris and eliminate newly-added raw_ostream
David Greene
2009-07-10
1
-0
/
+106