Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix minor doxygen nits. | Reid Spencer | 2007-08-05 | 1 | -2/+2 |
* | The previous implementation of LLVM Streams wasn't removing symbols. This | Bill Wendling | 2007-01-03 | 1 | -6/+0 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -1/+8 |
* | Don't use <sstream> in Streams.h but <iosfwd> instead. | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -19/+35 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -0/+1 |
* | Protect against null streams. | Bill Wendling | 2006-11-27 | 1 | -1/+1 |
* | Add method that will take a function pointer so that it can handle things | Bill Wendling | 2006-11-26 | 1 | -0/+7 |
* | Added wrappers for the std::cerr/std::cout objects. The wrappers will | Bill Wendling | 2006-11-17 | 1 | -0/+47 |