2002-09-26 19:53:02 +00:00
|
|
|
LEVEL = ../../..
|
|
|
|
DIRS = ADCE \
|
|
|
|
CFGSimplify \
|
|
|
|
ConstProp \
|
|
|
|
ConstantMerge \
|
|
|
|
CorrelatedExprs \
|
|
|
|
DecomposeMultiDimRefs \
|
2003-02-03 21:31:53 +00:00
|
|
|
DSGraphAA \
|
2002-09-26 19:53:02 +00:00
|
|
|
FunctionResolve \
|
|
|
|
GCSE \
|
|
|
|
GlobalDCE \
|
2002-10-15 21:20:18 +00:00
|
|
|
IndVarsSimplify \
|
2002-09-26 19:53:02 +00:00
|
|
|
Inline \
|
|
|
|
InstCombine \
|
|
|
|
LevelRaise \
|
|
|
|
LICM \
|
2003-05-06 19:04:02 +00:00
|
|
|
LowerSwitch \
|
2002-09-26 19:53:02 +00:00
|
|
|
Mem2Reg \
|
|
|
|
PiNodeInserter \
|
2003-04-16 20:23:42 +00:00
|
|
|
PRE \
|
2002-09-26 19:53:02 +00:00
|
|
|
LoopPreheaders \
|
|
|
|
ProfilePaths \
|
|
|
|
Reassociate \
|
|
|
|
SCCP \
|
2003-05-27 16:10:03 +00:00
|
|
|
ScalarRepl \
|
2003-06-24 18:49:51 +00:00
|
|
|
SimplifyCFG \
|
|
|
|
TailDup
|
2002-09-26 19:53:02 +00:00
|
|
|
|
2002-03-21 21:24:13 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|