llvm-6502/lib/Transforms/Utils
Chris Lattner 822a879983 Do not convert massive blocks on phi nodes into select statements. Instead
only do these transformations if there are a small number of phi's.
This speeds up Ptrdist/ks from 2.35s to 2.19s on my mac pro.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31853 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-18 19:19:36 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp add option to isCriticalEdge 2006-10-28 06:58:17 +00:00
CloneFunction.cpp Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp For PR950: 2006-10-20 07:07:24 +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 generalize the fix for PR977 to also fix 2006-10-31 18:56:48 +00:00
Local.cpp Remove redundant <cmath>. 2006-11-08 19:16:44 +00:00
LoopSimplify.cpp For PR786: 2006-11-02 20:25:50 +00:00
LowerAllocations.cpp For PR950: 2006-10-20 07:07:24 +00:00
LowerInvoke.cpp For PR786: 2006-11-02 20:25:50 +00:00
LowerSelect.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
LowerSwitch.cpp For PR950: 2006-10-20 07:07:24 +00:00
Makefile
Mem2Reg.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
PromoteMemoryToRegister.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
SimplifyCFG.cpp Do not convert massive blocks on phi nodes into select statements. Instead 2006-11-18 19:19:36 +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