summaryrefslogtreecommitdiffstats
path: root/lib/Support/Debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix build bot after r290597Eugene Leviant2016-12-271-0/+3
* Allow setting multiple debug typesEugene Leviant2016-12-271-2/+6
* The --debug-only option now takes a comma separated list of debug types.Christof Douma2016-01-121-3/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Avoid creating and destroying a std::string on every iteration.Yaron Keren2015-05-271-2/+2
* Misc cleanup. NFC.Rafael Espindola2015-04-091-3/+3
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-091-2/+3
* Add classof implementations to the raw_ostream classes.Rafael Espindola2015-04-091-3/+2
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* Provide the same ABI regardless of NDEBUGDmitri Gribenko2015-02-191-28/+37
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Allow multiple -debug-only argsMatthias Braun2014-11-211-6/+17
* Removing static initializer from Debug.cpp by converting to a ManagedStatic.Chris Bieneman2014-09-031-4/+5
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-1/+1
* Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...Erik Verbruggen2013-02-201-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Typos.Chad Rosier2012-07-271-1/+1
* Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier2012-07-261-5/+5
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix a bunch of namespace polution.Dan Gohman2010-04-151-2/+9
* Fix minor style issues.Dan Gohman2010-03-241-2/+1
* Fix an infinite recursion problem. dbgs() should return errs() inDavid Greene2010-01-201-2/+2
* Clarify how dbgs() operates.David Greene2009-12-231-1/+1
* Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene2009-12-231-1/+55
* Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na...Xerxes Ranby2009-11-091-1/+1
* add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner2009-10-281-0/+11
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-5/+5
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-231-40/+18
* Hide the DOUT static variable behind a function interface.David Greene2009-07-201-0/+8
* Make these variables static.Dan Gohman2008-04-231-4/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-031-1/+2
* 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-3/+3
* Moved definition of llvm_ostream wrappers to the Streams.cpp file.Bill Wendling2006-11-171-4/+3
* Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling2006-11-171-0/+12
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Finegrainify namespacificationChris Lattner2003-12-141-7/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Reenable optimized buildChris Lattner2003-08-121-0/+4
* Move debug functionality to Debug.cpp/Debug.hChris Lattner2003-08-011-0/+53