llvm-6502/lib/Transforms/Utils
Bill Wendling e81561909d Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
now cerr, cout, and NullStream resp.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32298 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-07 01:30:32 +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 Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
LowerInvoke.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +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 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +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 s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
SimplifyCFG.cpp For PR950: 2006-11-27 01:05:10 +00:00
UnifyFunctionExitNodes.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
ValueMapper.cpp eliminate some ugly code, using ConstantExpr::getWithOperands instead. 2006-07-14 22:21:31 +00:00
ValueMapper.h