llvm-6502/lib/Transforms/Scalar
2007-04-20 06:27:13 +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
IndVarSimplify.cpp
InstructionCombining.cpp Make use of ConstantInt::isZero instead of ConstantInt::isNullValue. 2007-04-19 05:39:12 +00:00
LICM.cpp Move more passes to using ETForest instead of DominatorTree. 2007-04-20 06:27:13 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Make the operations of APInt variables more efficient. 2007-04-19 05:35:00 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp Move more passes to using ETForest instead of DominatorTree. 2007-04-20 06:27:13 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp