dwarfdump: Added macro support to llvm-dwarfdump tool.
[oota-llvm.git] / lib / Support / Debug.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-27 Yaron KerenAvoid creating and destroying a std::string on every...
2015-04-09 Rafael EspindolaMisc cleanup. NFC.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaAdd classof implementations to the raw_ostream classes.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-02-19 Dmitri GribenkoProvide the same ABI regardless of NDEBUG
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-21 Matthias BraunAllow multiple -debug-only args
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