llvm-6502/lib/Transforms/Scalar
2007-06-22 21:31:16 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Sink CmpInst's to their uses to reduce register pressure. 2007-06-12 16:50:17 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVNPRE.cpp Rework topo_sort so eliminate some behavior that scaled terribly. This reduces the time to optimize 403.gcc from 18.2s to 17.5s, 2007-06-22 21:31:16 +00:00
IndVarSimplify.cpp Rename ScalarEvolution::deleteInstructionFromRecords to 2007-06-19 14:28:31 +00:00
InstructionCombining.cpp Significantly improve the documentation of the instcombine divide/compare 2007-06-21 18:11:19 +00:00
LICM.cpp Do not require ETForest. Now it is unused by LICM. 2007-06-07 22:21:15 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Rename ScalarEvolution::deleteInstructionFromRecords to 2007-06-19 14:28:31 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp Use DominatorTree instead of ETForest. 2007-06-07 21:57:03 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp