llvm-6502/lib/Transforms
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
..
Hello eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
Instrumentation For PR786: 2006-11-02 20:25:50 +00:00
IPO second patch to fix PR992/993. 2006-11-09 23:36:08 +00:00
Scalar If an indvar with a variable stride is used by the exit condition, go ahead 2006-11-17 06:17:33 +00:00
Utils Do not convert massive blocks on phi nodes into select statements. Instead 2006-11-18 19:19:36 +00:00
ExprTypeConvert.cpp For PR950: 2006-11-08 06:47:33 +00:00
LevelRaise.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
TransformInternals.cpp For PR950: 2006-10-20 07:07:24 +00:00
TransformInternals.h For PR950: 2006-10-20 07:07:24 +00:00