blob: 7ad75f536642167b301263a6a053feb8effb772b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
LEVEL = ../../..
DIRS = ADCE \
ConstProp \
ConstantMerge \
CorrelatedExprs \
DecomposeMultiDimRefs \
FunctionResolve \
GCSE \
GlobalDCE \
IndVarsSimplify \
Inline \
InstCombine \
LevelRaise \
LICM \
LoopPreheaders \
LowerSwitch \
Mem2Reg \
PiNodeInserter \
PRE \
PruneEH \
ProfilePaths \
Reassociate \
SCCP \
ScalarRepl \
SimplifyCFG \
TailDup
include $(LEVEL)/Makefile.common
|