llvm-6502/lib/Transforms/Scalar
Owen Anderson f9b238e93d De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this
will make Shootout-C/nestedloop faster.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28924 91177308-0d34-0410-b5e6-96231b3b80d8
2006-06-27 02:17:08 +00:00
..
ADCE.cpp Remove unneeded hook. Patch by Anton K. Thanks! 2006-06-02 19:11:46 +00:00
BasicBlockPlacement.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Teach cee to propagate through switch statements. This implements 2006-03-19 19:37:24 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this 2006-06-27 02:17:08 +00:00
InstructionCombining.cpp Implement Transforms/InstCombine/bswap.ll, turning common shift/and/or bswap 2006-06-15 19:07:26 +00:00
LICM.cpp random code cleanups, no functionality change 2006-06-26 19:10:05 +00:00
LoopStrengthReduce.cpp RewriteExpr, either the new PHI node of induction variable or the 2006-06-09 00:12:42 +00:00
LoopUnroll.cpp Fix a spello in a comment. 2006-06-07 21:24:10 +00:00
LoopUnswitch.cpp Make LoopUnswitch able to unswitch loops with live-out values by taking advantage 2006-06-26 07:44:36 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
Reassociate.cpp Fix Transforms/Reassociate/2006-04-27-ReassociateVector.ll 2006-04-28 04:14:49 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll 2006-04-20 20:48:50 +00:00
SCCP.cpp Add supprot for shufflevector 2006-04-08 01:19:12 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp