summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Debug.h
Commit message (Expand)AuthorAge
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Allow DOUT to be used outside of the llvm namespace.Dan Gohman2007-06-27
* Fix a homonymo in a comment.Reid Spencer2007-02-01
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-03
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-17
* #ifndef NDEBUG the "if (Stream) ..." stuff.Bill Wendling2006-11-17
* Adjusted the // comments so that doxygen picks them up.Bill Wendling2006-11-17
* Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling2006-11-17
* This header should not pull in <iostream>Chris Lattner2006-01-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Include <iostream> here, because most people using DEBUG() want to use std::c...Brian Gaeke2004-07-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner2003-08-01