summaryrefslogtreecommitdiff
path: root/lib/Support/Debug.cpp
Commit message (Expand)AuthorAge
* Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...Erik Verbruggen2013-02-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Typos.Chad Rosier2012-07-27
* Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier2012-07-26
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix a bunch of namespace polution.Dan Gohman2010-04-15
* Fix minor style issues.Dan Gohman2010-03-24
* Fix an infinite recursion problem. dbgs() should return errs() inDavid Greene2010-01-20
* Clarify how dbgs() operates.David Greene2009-12-23
* Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene2009-12-23
* Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na...Xerxes Ranby2009-11-09
* add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner2009-10-28
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-23
* Hide the DOUT static variable behind a function interface.David Greene2009-07-20
* Make these variables static.Dan Gohman2008-04-23
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-03
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Moved definition of llvm_ostream wrappers to the Streams.cpp file.Bill Wendling2006-11-17
* Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling2006-11-17
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Reenable optimized buildChris Lattner2003-08-12
* Move debug functionality to Debug.cpp/Debug.hChris Lattner2003-08-01