Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."
[oota-llvm.git] / include / llvm / Support / Debug.h
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2013-11-15 Rui UeyamaInclude raw_ostream.h.
2012-07-27 Chad RosierTypos.
2012-07-26 Chad RosierMake comments in Debug.cpp and Debug.h consistent....
2012-03-28 Jim GrosbachTidy up. Whitespace.
2009-12-23 David GreeneFix a comment.
2009-12-23 David GreeneProvide dbgs(), a circular-buffering debug output strea...
2009-12-12 Jeffrey YasskinMake it easier to use the llvm_unreachable and DEBUG...
2009-10-28 Chris Lattneradd a new 'SetCurrentDebugType' API (requested by Andre...
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnereliminate DOUT and make Debug.h not include Streams...
2009-08-07 Daniel DunbarAdd DEBUG_WITH_TYPE as a clean alternative to tweaking...
2009-07-20 Daniel DunbarFix comment.
2009-07-20 David GreeneHide the DOUT static variable behind a function interface.
2009-07-17 David GreeneMake DOUT an lvalue in release mode so that developers...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-06-27 Dan GohmanAllow DOUT to be used outside of the llvm namespace.
2007-02-01 Reid SpencerFix a homonymo in a comment.
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-11-17 Bill Wendling#ifndef NDEBUG the "if (Stream) ..." stuff.
2006-11-17 Bill WendlingAdjusted the // comments so that doxygen picks them up.
2006-11-17 Bill WendlingAdded "DOUT" macro. This is used as a replacement for...
2006-01-22 Chris LattnerThis header should not pull in <iostream>
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-21 Brian GaekeInclude <iostream> here, because most people using...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-08-01 Chris LattnerMove debugging support out of Statistic.h into Debug...