fix some typos that Duncan noticed
[oota-llvm.git] / lib / Support / raw_ostream.cpp
2009-01-26 Ted KremenekAdd method raw_fd_ostream::seek() for random access...
2008-12-04 Ted KremenekHave raw_fd_ostream keep track of the position in the...
2008-11-26 Ted KremenekAdd 'tell' method to raw_fd_ostream that clients can...
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-10-26 Chris Lattnerfix PR2953, an off-by-one error handling formatted...
2008-10-23 Ted KremenekAdded raw_fd_ostream::close().
2008-10-21 Daniel DunbarClear raw_fd_ostream error string on success and explai...
2008-08-24 Cedric VenetUpdating VC++ project.
2008-08-23 Chris LattnerAdd raw_stream adaptors that write into an std::string...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Chris Lattneradd #include
2008-08-23 Chris Lattneradd a simple mechanism for formatted output. This...
2008-08-22 Chris Lattnerimprove support for systems that need unistd.h to get...
2008-08-21 Owen AndersonFix write() when the string being written is larger...
2008-08-21 Owen AndersonMove non-trivial methods out of line to avoid code...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Argyrios KyrtzidisGet raw_ostream.cpp to compile on MSVC.
2008-08-17 Chris Lattneradd support for a cout/cerr analog (outs()/errs())...
2008-08-17 Chris Lattneropening "-" automatically yields stdout.
2008-08-17 Chris Lattnerrename OutputData to 'write' to match ostream.
2008-08-17 Chris Lattneradd a new raw_ostream class which is an extremely high...