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