aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/raw_ostream.h
Commit message (Expand)AuthorAgeFilesLines
* plug memleak: destroy internal bufferNuno Lopes2008-09-021-1/+4
* Grammar fix.Ted Kremenek2008-08-261-1/+1
* Added "str()" method to raw_string_ostream.Ted Kremenek2008-08-261-0/+7
* Add raw_stream adaptors that write into an std::string and SmallVector/SmallS...Chris Lattner2008-08-231-1/+31
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-2/+3
* Split format() out to its own file, add support for formattingChris Lattner2008-08-231-59/+1
* conditionalize this to work on windows, untested but it should workChris Lattner2008-08-231-0/+5
* add a simple mechanism for formatted output. This gives raw_ostream's Chris Lattner2008-08-231-5/+66
* Also overload for char, since the "char" type depends on the host.Nicolas Geoffray2008-08-221-0/+7
* Overload for both signed and unsigned char.Owen Anderson2008-08-221-1/+8
* Move non-trivial methods out of line to avoid code-size bloat.Owen Anderson2008-08-211-87/+5
* Implement operator<< in terms of basic types rather than [u]int*_t, which is ...Owen Anderson2008-08-211-7/+35
* Remove size_t operator; this unbreaks the build on Linux. Committing on Eli Friedman2008-08-211-5/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+34
* add raw_ostream method for emitting an unsigned.Chris Lattner2008-08-191-0/+17
* Fix build on GCC 4.3.Nick Lewycky2008-08-171-0/+2
* add support for a cout/cerr analog (outs()/errs()) as well asChris Lattner2008-08-171-1/+28
* rename OutputData to 'write' to match ostream.Chris Lattner2008-08-171-2/+2
* remove accidental comment.Chris Lattner2008-08-171-1/+1
* add a new raw_ostream class which is an extremely high performance ostream thatChris Lattner2008-08-171-0/+170