Replacing std::iostreams with llvm iostreams. Some of these changes involve
authorBill Wendling <isanbard@gmail.com>
Wed, 29 Nov 2006 00:19:40 +0000 (00:19 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 29 Nov 2006 00:19:40 +0000 (00:19 +0000)
commit68fe61d6a165ea6090008e281330895a21607daf
tree2e0cc1cbd16099aed908dbb3ecda16cf57d04300
parenta5b31ca85686062408bca0f0a8aa43f9fe58e644
Replacing std::iostreams with llvm iostreams. Some of these changes involve
adding a temporary wrapper around the ostream to make it friendly to
functions expecting an LLVM stream. This should be fixed in the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31990 91177308-0d34-0410-b5e6-96231b3b80d8
25 files changed:
examples/ModuleMaker/ModuleMaker.cpp
include/llvm/Analysis/CallGraph.h
include/llvm/Bytecode/WriteBytecodePass.h
include/llvm/Bytecode/Writer.h
include/llvm/CodeGen/Passes.h
include/llvm/Support/Streams.h
lib/Analysis/DataStructure/Local.cpp
lib/Analysis/DataStructure/Printer.cpp
lib/Analysis/DataStructure/Steensgaard.cpp
lib/Analysis/IPA/Andersens.cpp
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Bytecode/Writer/SlotCalculator.cpp
lib/Bytecode/Writer/Writer.cpp
projects/Stacker/tools/stkrc/stkrc.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/gccas/gccas.cpp
tools/gccld/GenerateCode.cpp
tools/gccld/gccld.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-ld/llvm-ld.cpp
tools/llvm-link/llvm-link.cpp
tools/lto/lto.cpp
tools/opt/opt.cpp