llvm-6502/lib/Support
Bill Wendling 1ea783f13a Added "DOUT" macro. This is used as a replacement for the std::cerr
stream. It centralizes the use of std::cerr so that static c'tor/d'tors
aren't scattered around all over the place. The way to use it is like this:

       DOUT << "This is a status line: " << Var << "\n";

If "-debug" is specified, it will print. Otherwise, it'll not print. If
NDEBUG is defined, the DOUT does nothing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31798 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-17 00:49:12 +00:00
..
bzip2
Allocator.cpp Include llvm/Support/DataTypes.h to define intptr_t. 2006-11-08 15:04:35 +00:00
Annotation.cpp Fix a static dtor issue 2006-10-04 22:13:11 +00:00
CommandLine.cpp avoid a ctor/dtor issue with the ProgramName global. 2006-10-13 00:06:24 +00:00
Compressor.cpp
ConstantRange.cpp For PR950: 2006-10-20 07:07:24 +00:00
CStringMap.cpp add a highly efficient hash table that is specialized for mapping C strings 2006-10-29 23:42:03 +00:00
Debug.cpp Added "DOUT" macro. This is used as a replacement for the std::cerr 2006-11-17 00:49:12 +00:00
Dwarf.cpp
FileUtilities.cpp Remove redundant <cmath>. 2006-11-08 19:16:44 +00:00
FoldingSet.cpp assert.h -> cassert 2006-11-03 01:38:14 +00:00
GraphWriter.cpp
IsInf.cpp
IsNAN.cpp
Makefile
ManagedStatic.cpp Define this in the correct n/s 2006-09-29 18:43:14 +00:00
PluginLoader.cpp
SlowOperationInformer.cpp
Statistic.cpp
StringExtras.cpp
StringMap.cpp add a highly efficient hash table that is specialized for mapping C strings 2006-10-29 23:42:03 +00:00
SystemUtils.cpp
Timer.cpp Fix more static dtor issues 2006-10-04 21:52:35 +00:00