llvm-6502/lib
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
..
Analysis A shim over other AA impls to catch incorrect uses 2006-11-14 05:21:04 +00:00
Archive
AsmParser
Bytecode
CodeGen *** empty log message *** 2006-11-16 20:11:33 +00:00
Debugger
ExecutionEngine Allow target to specify alignment for function stub. 2006-11-16 20:04:54 +00:00
Linker
Support Added "DOUT" macro. This is used as a replacement for the std::cerr 2006-11-17 00:49:12 +00:00
System
Target implicit_def_vrrc doesn't generate code. 2006-11-16 23:49:52 +00:00
Transforms Fix a gcc 4.2 warning. 2006-11-15 04:53:24 +00:00
VMCore Add run(Function &F) support in FunctionPassManager_New 2006-11-15 19:39:54 +00:00
Makefile