llvm-6502/lib/Transforms/Utils
Chris Lattner bdff548e4d eliminate the "Value" printing methods that print to a std::ostream.
This required converting a bunch of stuff off DOUT and other cleanups.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79819 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-23 04:37:46 +00:00
..
AddrModeMatcher.cpp Remove a bunch more now-unnecessary Context arguments. 2009-08-12 16:23:25 +00:00
BasicBlockUtils.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
BasicInliner.cpp eliminate the "Value" printing methods that print to a std::ostream. 2009-08-23 04:37:46 +00:00
BreakCriticalEdges.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
CloneFunction.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
CloneLoop.cpp
CloneModule.cpp
CloneTrace.cpp
CMakeLists.txt
CodeExtractor.cpp eliminate the "Value" printing methods that print to a std::ostream. 2009-08-23 04:37:46 +00:00
DemoteRegToStack.cpp
InlineCost.cpp
InlineFunction.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
InstructionNamer.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
LCSSA.cpp
Local.cpp
LoopSimplify.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
LowerAllocations.cpp Update comments to new-style syntax. 2009-08-17 18:45:31 +00:00
LowerInvoke.cpp Actually privatize a IntegerTypes, and fix a few bugs exposed by this. 2009-08-13 23:27:32 +00:00
LowerSwitch.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Fix a bunch of namespace pollution. 2009-08-07 01:32:21 +00:00
SimplifyCFG.cpp eliminate the "Value" printing methods that print to a std::ostream. 2009-08-23 04:37:46 +00:00
SSI.cpp Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also 2009-08-19 07:16:57 +00:00
UnifyFunctionExitNodes.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
UnrollLoop.cpp eliminate the "Value" printing methods that print to a std::ostream. 2009-08-23 04:37:46 +00:00
ValueMapper.cpp