llvm-6502/test/Transforms
2007-08-26 21:43:30 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
CodeExtractor
CondProp
ConstantMerge
ConstProp Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
CorrelatedExprs
DeadArgElim
DeadStoreElimination
DecomposeMultiDimRefs
GCSE
GlobalDCE
GlobalOpt
GVN Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
GVNPRE
IndVarsSimplify Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
Inline
InstCombine Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
IPConstantProp
LCSSA
LICM
LoopIndexSplit Constant split values needs upper bound and lower bound check, just like any other split value. 2007-08-25 01:09:14 +00:00
LoopRotate
LoopSimplify Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
LoopStrengthReduce Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
LoopUnroll
LoopUnswitch Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
Mem2Reg Don't promote volatile loads/stores. This is needed (for example) to handle setjmp/longjmp properly. 2007-08-26 21:43:30 +00:00
PredicateSimplifier Convert tests using "grep -c ... | grep ..." to use the count script. 2007-08-15 13:49:33 +00:00
PruneEH
RaiseAllocations
Reassociate Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
RedundantLoadElimination
ScalarRepl
SCCP
SimplifyCFG Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
SimplifyLibCalls Convert tests using "grep -c ... | grep ..." to use the count script. 2007-08-15 13:49:33 +00:00
TailCallElim
TailDup