llvm-6502/lib/Transforms/Scalar
2007-06-20 23:46:26 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVNPRE.cpp Split runOnFunction into many smaller functions. This make it easier to get accurate performance analysis of GVNPRE. 2007-06-20 22:10:02 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp refactor a bunch of code out of visitICmpInstWithInstAndIntCst into its own 2007-06-20 23:46:26 +00:00
LICM.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp