llvm-6502/lib/Transforms/Scalar
Owen Anderson 3a2b58f3ad Rollback some changes that adversely affected performance. I'm currently rethinking
my approach to this, so hopefully I'll find a way to do this without making this slower.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36392 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-24 06:40:39 +00:00
..
ADCE.cpp Revert changes that caused breakage. 2007-04-18 06:46:57 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Use ETForest instead of DominatorTree. 2007-04-18 05:25:43 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp fix long lines 2007-04-14 23:32:02 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Make use of ConstantInt::isZero instead of ConstantInt::isNullValue. 2007-04-19 05:39:12 +00:00
LICM.cpp Rollback some changes that adversely affected performance. I'm currently rethinking 2007-04-24 06:40:39 +00:00
LoopRotation.cpp fix long lines 2007-04-14 23:32:02 +00:00
LoopStrengthReduce.cpp Fix 2007-04-23 22:42:03 +00:00
LoopUnroll.cpp Fix 2007-04-16 23:03:45 +00:00
LoopUnswitch.cpp
LowerGC.cpp
LowerPacked.cpp Removed tabs everywhere except autogenerated & external files. Add make 2007-04-16 18:10:23 +00:00
Makefile
PredicateSimplifier.cpp Make PredicateSimplifier not use DominatorTree. 2007-04-21 07:38:12 +00:00
Reassociate.cpp
Reg2Mem.cpp Removed tabs everywhere except autogenerated & external files. Add make 2007-04-16 18:10:23 +00:00
ScalarReplAggregates.cpp Move more passes to using ETForest instead of DominatorTree. 2007-04-20 06:27:13 +00:00
SCCP.cpp fix long lines 2007-04-14 23:32:02 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp