aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+77