aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Debug.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-0/+2
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-231-20/+5
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-071-7/+19
* Fix comment.Daniel Dunbar2009-07-201-2/+2
* Hide the DOUT static variable behind a function interface.David Greene2009-07-201-2/+6
* Make DOUT an lvalue in release mode so that developers may use DOUT inDavid Greene2009-07-171-1/+2
* Removed trailing whitespace.Misha Brukman2009-02-201-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+78