More migration to raw_ostream, the water has dried up around the iostream hole.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 00:23:56 +0000 (00:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 00:23:56 +0000 (00:23 +0000)
commitce63ffb52f249b62cdf2d250c128007b13f27e71
treeddd10444ba5007e03041b28a149eed201f70090a
parent90daf4d035c5808d310f2500d051c2dd830cc5bd
More migration to raw_ostream, the water has dried up around the iostream hole.
 - Some clients which used DOUT have moved to DEBUG. We are deprecating the
   "magic" DOUT behavior which avoided calling printing functions when the
   statement was disabled. In addition to being unnecessary magic, it had the
   downside of leaving code in -Asserts builds, and of hiding potentially
   unnecessary computations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77019 91177308-0d34-0410-b5e6-96231b3b80d8
45 files changed:
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IVUsers.cpp
lib/Analysis/Trace.cpp
lib/CodeGen/ELFCodeEmitter.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LowerSubregs.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/RegAllocBigBlock.cpp
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/RegAllocLocal.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/ShrinkWrapping.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/VirtRegRewriter.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMJITInfo.cpp
lib/Target/MSIL/MSILWriter.cpp
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreRegisterInfo.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/Internalize.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/Instrumentation/RSProfiling.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LoopUnroll.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/PredicateSimplifier.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/TailDuplication.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/UnrollLoop.cpp