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
/
raw_ostream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
plug memleak: destroy internal buffer
Nuno Lopes
2008-09-02
1
-1
/
+4
*
Grammar fix.
Ted Kremenek
2008-08-26
1
-1
/
+1
*
Added "str()" method to raw_string_ostream.
Ted Kremenek
2008-08-26
1
-0
/
+7
*
Add raw_stream adaptors that write into an std::string and SmallVector/SmallS...
Chris Lattner
2008-08-23
1
-1
/
+31
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-2
/
+3
*
Split format() out to its own file, add support for formatting
Chris Lattner
2008-08-23
1
-59
/
+1
*
conditionalize this to work on windows, untested but it should work
Chris Lattner
2008-08-23
1
-0
/
+5
*
add a simple mechanism for formatted output. This gives raw_ostream's
Chris Lattner
2008-08-23
1
-5
/
+66
*
Also overload for char, since the "char" type depends on the host.
Nicolas Geoffray
2008-08-22
1
-0
/
+7
*
Overload for both signed and unsigned char.
Owen Anderson
2008-08-22
1
-1
/
+8
*
Move non-trivial methods out of line to avoid code-size bloat.
Owen Anderson
2008-08-21
1
-87
/
+5
*
Implement operator<< in terms of basic types rather than [u]int*_t, which is ...
Owen Anderson
2008-08-21
1
-7
/
+35
*
Remove size_t operator; this unbreaks the build on Linux. Committing on
Eli Friedman
2008-08-21
1
-5
/
+1
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-1
/
+34
*
add raw_ostream method for emitting an unsigned.
Chris Lattner
2008-08-19
1
-0
/
+17
*
Fix build on GCC 4.3.
Nick Lewycky
2008-08-17
1
-0
/
+2
*
add support for a cout/cerr analog (outs()/errs()) as well as
Chris Lattner
2008-08-17
1
-1
/
+28
*
rename OutputData to 'write' to match ostream.
Chris Lattner
2008-08-17
1
-2
/
+2
*
remove accidental comment.
Chris Lattner
2008-08-17
1
-1
/
+1
*
add a new raw_ostream class which is an extremely high performance ostream that
Chris Lattner
2008-08-17
1
-0
/
+170