index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
Debug.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up. Whitespace.
Jim Grosbach
2012-03-28
1
-3
/
+3
*
Fix a comment.
David Greene
2009-12-23
1
-1
/
+1
*
Provide dbgs(), a circular-buffering debug output stream. By default it
David Greene
2009-12-23
1
-3
/
+18
*
Make it easier to use the llvm_unreachable and DEBUG macros without "using
Jeffrey Yasskin
2009-12-12
1
-1
/
+2
*
add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT
Chris Lattner
2009-10-28
1
-32
/
+35
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
1
-0
/
+2
*
eliminate DOUT and make Debug.h not include Streams.h anymore, woo!
Chris Lattner
2009-08-23
1
-20
/
+5
*
Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.
Daniel Dunbar
2009-08-07
1
-7
/
+19
*
Fix comment.
Daniel Dunbar
2009-07-20
1
-2
/
+2
*
Hide the DOUT static variable behind a function interface.
David Greene
2009-07-20
1
-2
/
+6
*
Make DOUT an lvalue in release mode so that developers may use DOUT in
David Greene
2009-07-17
1
-1
/
+2
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Allow DOUT to be used outside of the llvm namespace.
Dan Gohman
2007-06-27
1
-2
/
+2
*
Fix a homonymo in a comment.
Reid Spencer
2007-02-01
1
-1
/
+1
*
The previous implementation of LLVM Streams wasn't removing symbols. This
Bill Wendling
2007-01-03
1
-1
/
+1
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-2
/
+2
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-2
/
+2
*
Used llvm_ostream instead of std::ostream objects. This will reduce use
Bill Wendling
2006-11-17
1
-19
/
+1
*
#ifndef NDEBUG the "if (Stream) ..." stuff.
Bill Wendling
2006-11-17
1
-0
/
+2
*
Adjusted the // comments so that doxygen picks them up.
Bill Wendling
2006-11-17
1
-7
/
+7
*
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2006-11-17
1
-0
/
+30
*
This header should not pull in <iostream>
Chris Lattner
2006-01-22
1
-3
/
+0
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Include <iostream> here, because most people using DEBUG() want to use std::c...
Brian Gaeke
2004-07-21
1
-0
/
+3
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM notice.
John Criswell
2003-10-20
1
-0
/
+7
*
Move debugging support out of Statistic.h into Debug.h, implement the new DEB...
Chris Lattner
2003-08-01
1
-0
/
+53