1. 8f7be47 Make all raw_ostreams support the tell() function. by Douglas Gregor · 15 years ago
  2. b372c11 Add BUILTIN_EXPECT Support/Compiler macro. by Daniel Dunbar · 15 years ago
  3. 262541b raw_ostream: Put all exceptional conditions in raw_ostream::write by Daniel Dunbar · 15 years ago
  4. d17d74b raw_ostream: Rework implementation of unbuffered streams so outputting by Daniel Dunbar · 15 years ago
  5. 89a66a9 raw_ostream: Replace flush_impl with write_impl, which takes data to by Daniel Dunbar · 15 years ago
  6. cf2a2c6 raw_ostream: Lift out flush_nonempty. by Daniel Dunbar · 15 years ago
  7. b451a0c Make raw_ostream::operator<<(const void *) fast; it doesn't matter but by Daniel Dunbar · 15 years ago
  8. de75d7f Add slow path for single character write, and use exclusively for by Daniel Dunbar · 15 years ago
  9. e77e434 PR3478: raw_ostream should not buffer stderr by Daniel Dunbar · 15 years ago
  10. 9c27886 Add method raw_fd_ostream::seek() for random access within a file. by Ted Kremenek · 16 years ago
  11. d75ba1c Have raw_fd_ostream keep track of the position in the file to make tell() go faster by not requiring a flush(). by Ted Kremenek · 16 years ago
  12. 5984680 Add 'tell' method to raw_fd_ostream that clients can use to query the current location in the file the stream is writing to. by Ted Kremenek · 16 years ago
  13. 0d9eb9b Add Binary flag to raw_fd_ostream constructor. by Daniel Dunbar · 16 years ago
  14. f61ca1e fix PR2953, an off-by-one error handling formatted i/o. by Chris Lattner · 16 years ago
  15. 43d1f02 Added raw_fd_ostream::close(). by Ted Kremenek · 16 years ago
  16. 48534b3 Clear raw_fd_ostream error string on success and explain behavior in by Daniel Dunbar · 16 years ago
  17. a3f343f Updating VC++ project. by Cedric Venet · 16 years ago
  18. 78a2812 Add raw_stream adaptors that write into an std::string and SmallVector/SmallString. by Chris Lattner · 16 years ago
  19. 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 16 years ago
  20. 42f77ab add #include by Chris Lattner · 16 years ago
  21. 097af7f add a simple mechanism for formatted output. This gives raw_ostream's by Chris Lattner · 16 years ago
  22. 969a46a improve support for systems that need unistd.h to get STDOUT_FILENO. by Chris Lattner · 16 years ago
  23. fd2a053 Fix write() when the string being written is larger than the buffer. This broke various ObjC testcases by Owen Anderson · 16 years ago
  24. 66b17ba Move non-trivial methods out of line to avoid code-size bloat. by Owen Anderson · 16 years ago
  25. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
  26. b68dc36 Get raw_ostream.cpp to compile on MSVC. by Argyrios Kyrtzidis · 16 years ago
  27. 07f51f7 add support for a cout/cerr analog (outs()/errs()) as well as by Chris Lattner · 16 years ago
  28. c52b128 opening "-" automatically yields stdout. by Chris Lattner · 16 years ago
  29. d497df5 rename OutputData to 'write' to match ostream. by Chris Lattner · 16 years ago
  30. 60d3962 add a new raw_ostream class which is an extremely high performance ostream that by Chris Lattner · 16 years ago