Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
098406b42ca7cd05745215020ae5ed82194b7c0a
/
lib
/
Support
/
Debug.cpp
16e0209
Fix minor style issues.
by Dan Gohman
· 15 years ago
2ef951e
by David Greene
· 16 years ago
0377642
by David Greene
· 16 years ago
b5d568c
by David Greene
· 16 years ago
5aa638d
Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm namespace to match function declaration in Debug.h.
by Xerxes Ranby
· 16 years ago
70197a3
add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT
by Chris Lattner
· 16 years ago
43ed267
Fix some refactos for iostream changes (in -Asserts mode).
by Daniel Dunbar
· 16 years ago
a36b81d
eliminate DOUT and make Debug.h not include Streams.h anymore, woo!
by Chris Lattner
· 16 years ago
3c9509f
by David Greene
· 16 years ago
3c02aca
Make these variables static.
by Dan Gohman
· 17 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
fcf17a3
The previous implementation of LLVM Streams wasn't removing symbols. This
by Bill Wendling
· 19 years ago
5c7e326
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
by Bill Wendling
· 19 years ago
e815619
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
by Bill Wendling
· 19 years ago
ab41c3e
Moved definition of llvm_ostream wrappers to the Streams.cpp file.
by Bill Wendling
· 19 years ago
1ea783f
Added "DOUT" macro. This is used as a replacement for the std::cerr
by Bill Wendling
· 19 years ago
f976c85
Remove trailing whitespace
by Misha Brukman
· 20 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
2cdd21c
Finegrainify namespacification
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
33fbad7
Reenable optimized build
by Chris Lattner
· 22 years ago
038e05a
Move debug functionality to Debug.cpp/Debug.h
by Chris Lattner
· 22 years ago