llvm-6502/lib/Transforms/Scalar
2007-08-25 01:09:14 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp Factor out some code into a helper function. 2007-08-16 22:51:56 +00:00
GVNPRE.cpp
IndVarSimplify.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
InstructionCombining.cpp
LICM.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
LoopIndexSplit.cpp Constant split values needs upper bound and lower bound check, just like any other split value. 2007-08-25 01:09:14 +00:00
LoopRotation.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Oops, remove assert that wasn't meant to be committed. 2007-08-18 23:21:28 +00:00
Reassociate.cpp
RedundantLoadElimination.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp