Fix bug where sys::Wait could wait on wrong pid.
[oota-llvm.git] / lib / Support / Debug.cpp
2014-09-03 Chris BienemanRemoving static initializer from Debug.cpp by convertin...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-02-20 Erik VerbruggenFix accidental concatenation for "outputuntil" in the...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-07-27 Chad RosierTypos.
2012-07-26 Chad RosierMake comments in Debug.cpp and Debug.h consistent....
2010-11-29 Michael J. SpencerMerge System into Support.
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-03-24 Dan GohmanFix minor style issues.
2010-01-20 David GreeneFix an infinite recursion problem. dbgs() should retur...
2009-12-23 David GreeneClarify how dbgs() operates.
2009-12-23 David GreeneProvide dbgs(), a circular-buffering debug output strea...
2009-11-09 Xerxes RanbyMake lib/Support/Debug.cpp SetCurrentDebugType implemen...
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-07-20 David GreeneHide the DOUT static variable behind a function interface.
2008-04-23 Dan GohmanMake these variables static.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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 WendlingMoved definition of llvm_ostream wrappers to the Stream...
2006-11-17 Bill WendlingAdded "DOUT" macro. This is used as a replacement for...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-12 Chris LattnerReenable optimized build
2003-08-01 Chris LattnerMove debug functionality to Debug.cpp/Debug.h