llvm-6502/lib/Transforms/Utils
Bill Wendling 5c7e326585 Added an automatic cast to "std::ostream*" etc. from OStream. We then can
rework the hacks that had us passing OStream in. We pass in std::ostream*
instead, check for null, and then dispatch to the correct print() method.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32636 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-17 05:15:13 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
CloneFunction.cpp Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Implement the first half of Transforms/Inline/inline_cleanup.ll 2006-09-13 19:23:57 +00:00
LCSSA.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
Local.cpp For PR950: 2006-11-27 01:05:10 +00:00
LoopSimplify.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
LowerAllocations.cpp Replace CastInst::createInferredCast calls with more accurate cast 2006-12-13 00:50:17 +00:00
LowerInvoke.cpp Change inferred getCast into specific getCast. Passes all tests. 2006-12-12 05:05:00 +00:00
LowerSelect.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
LowerSwitch.cpp Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
Makefile
Mem2Reg.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp For PR950: 2006-11-27 01:05:10 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h