aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Debug.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-12The --debug-only option now takes a comma separated list of debug types.Christof Douma1-3/+5
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-27Avoid creating and destroying a std::string on every iteration.Yaron Keren1-2/+2
2015-04-09Misc cleanup. NFC.Rafael Espindola1-3/+3
2015-04-09This reverts commit r234460 and r234461.Rafael Espindola1-2/+3
2015-04-09Add classof implementations to the raw_ostream classes.Rafael Espindola1-3/+2
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer1-0/+1
2015-02-19Provide the same ABI regardless of NDEBUGDmitri Gribenko1-28/+37
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-11-21Allow multiple -debug-only argsMatthias Braun1-6/+17
2014-09-03Removing static initializer from Debug.cpp by converting to a ManagedStatic.Chris Bieneman1-4/+5
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-1/+1
2013-02-20Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...Erik Verbruggen1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-07-27Typos.Chad Rosier1-1/+1
2012-07-26Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier1-5/+5
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-04-15Fix a bunch of namespace polution.Dan Gohman1-2/+9
2010-03-24Fix minor style issues.Dan Gohman1-2/+1
2010-01-20Fix an infinite recursion problem. dbgs() should return errs() inDavid Greene1-2/+2
2009-12-23Clarify how dbgs() operates.David Greene1-1/+1
2009-12-23Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene1-1/+55
2009-11-09Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na...Xerxes Ranby1-1/+1
2009-10-28add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner1-0/+11
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar1-5/+5
2009-08-23eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner1-40/+18
2009-07-20Hide the DOUT static variable behind a function interface.David Greene1-0/+8
2008-04-23Make these variables static.Dan Gohman1-4/+4
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-01-03The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling1-1/+2
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling1-2/+2
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-3/+3
2006-11-17Moved definition of llvm_ostream wrappers to the Streams.cpp file.Bill Wendling1-4/+3
2006-11-17Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling1-0/+12
2005-04-21Remove trailing whitespaceMisha Brukman1-2/+2
2004-09-01Changes For Bug 352Reid Spencer1-2/+2
2003-12-14Finegrainify namespacificationChris Lattner1-7/+4
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-08-12Reenable optimized buildChris Lattner1-0/+4
2003-08-01Move debug functionality to Debug.cpp/Debug.hChris Lattner1-0/+53