Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The previous implementation of LLVM Streams wasn't removing symbols. This | Bill Wendling | 2007-01-03 | 1 | -1/+0 |
| | | | | | | one should. llvm-svn: 32845 | ||||
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -1/+1 |
| | | | | | | | rework the hacks that had us passing OStream in. We pass in std::ostream* instead, check for null, and then dispatch to the correct print() method. llvm-svn: 32636 | ||||
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -3/+4 |
| | | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298 | ||||
* | Added wrappers for the std::cerr/std::cout objects. The wrappers will | Bill Wendling | 2006-11-17 | 1 | -0/+21 |
soon replace all uses of those objects. llvm-svn: 31817 |