xref: /freebsd-10-stable/lib/clang/libllvmscalaropts/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD: stable/10/lib/clang/libllvmscalaropts/Makefile 263508 2014-03-21 17:53:59Z dim $
2
3.include <bsd.own.mk>
4
5LIB=	llvmscalaropts
6
7SRCDIR=	lib/Transforms/Scalar
8SRCS=	ADCE.cpp \
9	CodeGenPrepare.cpp \
10	ConstantProp.cpp \
11	CorrelatedValuePropagation.cpp \
12	DCE.cpp \
13	DeadStoreElimination.cpp \
14	EarlyCSE.cpp \
15	FlattenCFGPass.cpp \
16	GVN.cpp \
17	GlobalMerge.cpp \
18	IndVarSimplify.cpp \
19	JumpThreading.cpp \
20	LICM.cpp \
21	LoopDeletion.cpp \
22	LoopIdiomRecognize.cpp \
23	LoopRerollPass.cpp \
24	LoopRotation.cpp \
25	LoopStrengthReduce.cpp \
26	LoopUnrollPass.cpp \
27	LoopUnswitch.cpp \
28	LowerAtomic.cpp \
29	MemCpyOptimizer.cpp \
30	PartiallyInlineLibCalls.cpp \
31	Reassociate.cpp \
32	Reg2Mem.cpp \
33	SCCP.cpp \
34	SROA.cpp \
35	SampleProfile.cpp \
36	ScalarReplAggregates.cpp \
37	SimplifyCFGPass.cpp \
38	Sink.cpp \
39	StructurizeCFG.cpp \
40	TailRecursionElimination.cpp
41
42.if ${MK_CLANG_EXTRAS} != "no"
43SRCS+=	LoopInstSimplify.cpp \
44	Scalar.cpp
45.endif
46
47TGHDRS=	Intrinsics
48
49.include "../clang.lib.mk"
50

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026