aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Debug.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-10/+6
* Include raw_ostream.h.Rui Ueyama2013-11-151-2/+2
* Typos.Chad Rosier2012-07-271-1/+1
* Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier2012-07-261-4/+4
* Tidy up. Whitespace.Jim Grosbach2012-03-281-3/+3
* Fix a comment.David Greene2009-12-231-1/+1
* Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene2009-12-231-3/+18
* Make it easier to use the llvm_unreachable and DEBUG macros without "usingJeffrey Yasskin2009-12-121-1/+2
* add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner2009-10-281-32/+35
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-0/+2
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-231-20/+5
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-071-7/+19
* Fix comment.Daniel Dunbar2009-07-201-2/+2
* Hide the DOUT static variable behind a function interface.David Greene2009-07-201-2/+6
* Make DOUT an lvalue in release mode so that developers may use DOUT inDavid Greene2009-07-171-1/+2
* Removed trailing whitespace.Misha Brukman2009-02-201-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Allow DOUT to be used outside of the llvm namespace.Dan Gohman2007-06-271-2/+2
* Fix a homonymo in a comment.Reid Spencer2007-02-011-1/+1
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-031-1/+1
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-2/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-171-19/+1
* #ifndef NDEBUG the "if (Stream) ..." stuff.Bill Wendling2006-11-171-0/+2
* Adjusted the // comments so that doxygen picks them up.Bill Wendling2006-11-171-7/+7
* Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling2006-11-171-0/+30
* This header should not pull in <iostream>Chris Lattner2006-01-221-3/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Include <iostream> here, because most people using DEBUG() want to use std::c...Brian Gaeke2004-07-211-0/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner2003-08-011-0/+53