llvm-6502/lib/Transforms/Scalar
2007-04-25 05:02:56 +00:00
..
ADCE.cpp Revert changes that caused breakage. 2007-04-18 06:46:57 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Fix 2007-04-25 00:37:04 +00:00
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
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
LoopStrengthReduce.cpp Fix 2007-04-23 22:42:03 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Undo my previous changes. Since my approach to this problem is being revised, 2007-04-25 04:18:54 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp refactor the SROA code out into its own method, no functionality change. 2007-04-25 05:02:56 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp