index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Debug.cpp
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-04-15
Fix a bunch of namespace polution.
Dan Gohman
2010-03-24
Fix minor style issues.
Dan Gohman
2010-01-20
Fix an infinite recursion problem. dbgs() should return errs() in
David Greene
2009-12-23
Clarify how dbgs() operates.
David Greene
2009-12-23
Provide dbgs(), a circular-buffering debug output stream. By default it
David Greene
2009-11-09
Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na...
Xerxes Ranby
2009-10-28
add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT
Chris Lattner
2009-08-23
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
eliminate DOUT and make Debug.h not include Streams.h anymore, woo!
Chris Lattner
2009-07-20
Hide the DOUT static variable behind a function interface.
David Greene
2008-04-23
Make these variables static.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-01-03
The previous implementation of LLVM Streams wasn't removing symbols. This
Bill Wendling
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-17
Moved definition of llvm_ostream wrappers to the Streams.cpp file.
Bill Wendling
2006-11-17
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-12
Reenable optimized build
Chris Lattner
2003-08-01
Move debug functionality to Debug.cpp/Debug.h
Chris Lattner