Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Support
/
Debug.cpp
d34e60c
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
687d402
Attempt to fix build bot after r290597
by Eugene Leviant
· 9 years ago
c089e40
Allow setting multiple debug types
by Eugene Leviant
· 9 years ago
f617e67
The --debug-only option now takes a comma separated list of debug types.
by Christof Douma
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
90811cb
Avoid creating and destroying a std::string on every iteration.
by Yaron Keren
· 10 years ago
62e6ec0
Misc cleanup. NFC.
by Rafael Espindola
· 10 years ago
ee0dd4d
This reverts commit r234460 and r234461.
by Rafael Espindola
· 10 years ago
0a261a3
Add classof implementations to the raw_ostream classes.
by Rafael Espindola
· 10 years ago
799003b
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
by Benjamin Kramer
· 11 years ago
3e1551c
Provide the same ABI regardless of NDEBUG
by Dmitri Gribenko
· 11 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
87a3ba6
Allow multiple -debug-only args
by Matthias Braun
· 11 years ago
f7a6372
Removing static initializer from Debug.cpp by converting to a ManagedStatic.
by Chris Bieneman
· 11 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
ef40cdd
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description.
by Erik Verbruggen
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
bd9f2ba
Typos.
by Chad Rosier
· 13 years ago
7c427c4
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
by Chad Rosier
· 13 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
b29cda9
Fix a bunch of namespace polution.
by Dan Gohman
· 15 years ago
b452d4e
Fix minor style issues.
by Dan Gohman
· 16 years ago
35dca86
by David Greene
· 16 years ago
b760d0c
by David Greene
· 16 years ago
64506db
by David Greene
· 16 years ago
7c16a89
Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm namespace to match function declaration in Debug.h.
by Xerxes Ranby
· 16 years ago
fbaac77
add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT
by Chris Lattner
· 16 years ago
34ee203
Fix some refactos for iostream changes (in -Asserts mode).
by Daniel Dunbar
· 16 years ago
7e3cfe3
eliminate DOUT and make Debug.h not include Streams.h anymore, woo!
by Chris Lattner
· 16 years ago
7ea9d0b
by David Greene
· 16 years ago
c107d00
Make these variables static.
by Dan Gohman
· 17 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
4ec17c3
The previous implementation of LLVM Streams wasn't removing symbols. This
by Bill Wendling
· 19 years ago
a77f142
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
by Bill Wendling
· 19 years ago
f3baad3
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
by Bill Wendling
· 19 years ago
9594f3a
Moved definition of llvm_ostream wrappers to the Streams.cpp file.
by Bill Wendling
· 19 years ago
d7fda04
Added "DOUT" macro. This is used as a replacement for the std::cerr
by Bill Wendling
· 19 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 20 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
c9499b6
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
291675b
Reenable optimized build
by Chris Lattner
· 22 years ago
8fb754a
Move debug functionality to Debug.cpp/Debug.h
by Chris Lattner
· 22 years ago