aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Debug.cpp
AgeCommit message (Expand)Author
2008-04-23Make these variables static.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-01-03The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-17Moved definition of llvm_ostream wrappers to the Streams.cpp file.Bill Wendling
2006-11-17Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-12Reenable optimized buildChris Lattner
2003-08-01Move debug functionality to Debug.cpp/Debug.hChris Lattner