xref: /minix3/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.17 2015/01/29 20:41:36 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	LLVMTransformsUtils
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/Transforms/Utils
8f4a2713aSLionel Sambuc
9*0a6a1f1dSLionel SambucSRCS+=	ASanStackFrameLayout.cpp \
10*0a6a1f1dSLionel Sambuc	AddDiscriminators.cpp \
11*0a6a1f1dSLionel Sambuc	BasicBlockUtils.cpp \
12f4a2713aSLionel Sambuc	BreakCriticalEdges.cpp \
13f4a2713aSLionel Sambuc	BuildLibCalls.cpp \
14f4a2713aSLionel Sambuc	BypassSlowDivision.cpp \
15f4a2713aSLionel Sambuc	CloneFunction.cpp \
16f4a2713aSLionel Sambuc	CloneModule.cpp \
17f4a2713aSLionel Sambuc	CmpInstAnalysis.cpp \
18f4a2713aSLionel Sambuc	CodeExtractor.cpp \
19*0a6a1f1dSLionel Sambuc	CtorUtils.cpp \
20f4a2713aSLionel Sambuc	DemoteRegToStack.cpp \
21f4a2713aSLionel Sambuc	FlattenCFG.cpp \
22f4a2713aSLionel Sambuc	GlobalStatus.cpp \
23f4a2713aSLionel Sambuc	InlineFunction.cpp \
24f4a2713aSLionel Sambuc	InstructionNamer.cpp \
25f4a2713aSLionel Sambuc	IntegerDivision.cpp \
26f4a2713aSLionel Sambuc	LCSSA.cpp \
27f4a2713aSLionel Sambuc	Local.cpp \
28f4a2713aSLionel Sambuc	LoopSimplify.cpp \
29f4a2713aSLionel Sambuc	LoopUnroll.cpp \
30f4a2713aSLionel Sambuc	LoopUnrollRuntime.cpp \
31f4a2713aSLionel Sambuc	LowerExpectIntrinsic.cpp \
32f4a2713aSLionel Sambuc	LowerInvoke.cpp \
33f4a2713aSLionel Sambuc	LowerSwitch.cpp \
34f4a2713aSLionel Sambuc	Mem2Reg.cpp \
35f4a2713aSLionel Sambuc	MetaRenamer.cpp \
36f4a2713aSLionel Sambuc	ModuleUtils.cpp \
37f4a2713aSLionel Sambuc	PromoteMemoryToRegister.cpp \
38f4a2713aSLionel Sambuc	SSAUpdater.cpp \
39f4a2713aSLionel Sambuc	SimplifyCFG.cpp \
40f4a2713aSLionel Sambuc	SimplifyIndVar.cpp \
41f4a2713aSLionel Sambuc	SimplifyInstructions.cpp \
42f4a2713aSLionel Sambuc	SimplifyLibCalls.cpp \
43*0a6a1f1dSLionel Sambuc	SymbolRewriter.cpp \
44f4a2713aSLionel Sambuc	UnifyFunctionExitNodes.cpp \
45f4a2713aSLionel Sambuc	Utils.cpp \
46f4a2713aSLionel Sambuc	ValueMapper.cpp
47f4a2713aSLionel Sambuc
48f4a2713aSLionel Sambuc.if defined(HOSTLIB)
49f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
50f4a2713aSLionel Sambuc.else
51f4a2713aSLionel Sambuc.include <bsd.lib.mk>
52f4a2713aSLionel Sambuc.endif
53