llvm-6502/lib/Transforms/Scalar
2007-06-21 01:59:05 +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 Use DominatorTree instead of ETForest. 2007-06-07 21:35:27 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp Use DominatorTree instead of ETForest. 2007-06-07 18:45:06 +00:00
GVNPRE.cpp Eliminate a redundant check. This speeds up optimization of 253.perlbmk from 13.5 seconds to 10.9 seconds. 2007-06-21 01:59:05 +00:00
IndVarSimplify.cpp Rename ScalarEvolution::deleteInstructionFromRecords to 2007-06-19 14:28:31 +00:00
InstructionCombining.cpp refactor a bunch of code out of visitICmpInstWithInstAndIntCst into its own 2007-06-20 23:46:26 +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 Avoid non-trivial loop unswitching while optimizing for size. 2007-06-06 00:21:03 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Patches by Chuck Rose to unbreak V Studio builds. 2007-06-04 23:52:59 +00:00
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