aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Debug.h
AgeCommit message (Expand)Author
2012-07-27Typos.Chad Rosier
2012-07-26Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier
2012-03-28Tidy up. Whitespace.Jim Grosbach
2009-12-23Fix a comment.David Greene
2009-12-23Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene
2009-12-12Make it easier to use the llvm_unreachable and DEBUG macros without "usingJeffrey Yasskin
2009-10-28add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar
2009-08-23eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner
2009-08-07Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar
2009-07-20Fix comment.Daniel Dunbar
2009-07-20Hide the DOUT static variable behind a function interface.David Greene
2009-07-17Make DOUT an lvalue in release mode so that developers may use DOUT inDavid Greene
2009-02-20Removed trailing whitespace.Misha Brukman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-06-27Allow DOUT to be used outside of the llvm namespace.Dan Gohman
2007-02-01Fix a homonymo in a comment.Reid Spencer
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-17Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling
2006-11-17#ifndef NDEBUG the "if (Stream) ..." stuff.Bill Wendling
2006-11-17Adjusted the // comments so that doxygen picks them up.Bill Wendling
2006-11-17Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling
2006-01-22This header should not pull in <iostream>Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-07-21Include <iostream> here, because most people using DEBUG() want to use std::c...Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-08-01Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner