2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-02-02 22:28:29 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-06-09 19:32:20 +00:00
|
|
|
LIB= llvmselectiondag
|
|
|
|
|
|
|
|
SRCDIR= lib/CodeGen/SelectionDAG
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= DAGCombiner.cpp \
|
|
|
|
FastISel.cpp \
|
|
|
|
FunctionLoweringInfo.cpp \
|
|
|
|
InstrEmitter.cpp \
|
|
|
|
LegalizeDAG.cpp \
|
|
|
|
LegalizeFloatTypes.cpp \
|
|
|
|
LegalizeIntegerTypes.cpp \
|
|
|
|
LegalizeTypes.cpp \
|
|
|
|
LegalizeTypesGeneric.cpp \
|
|
|
|
LegalizeVectorOps.cpp \
|
|
|
|
LegalizeVectorTypes.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
ResourcePriorityQueue.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
ScheduleDAGFast.cpp \
|
|
|
|
ScheduleDAGRRList.cpp \
|
|
|
|
ScheduleDAGSDNodes.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
ScheduleDAGVLIW.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
SelectionDAG.cpp \
|
|
|
|
SelectionDAGBuilder.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
SelectionDAGDumper.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
SelectionDAGISel.cpp \
|
|
|
|
SelectionDAGPrinter.cpp \
|
|
|
|
TargetLowering.cpp \
|
2010-06-09 19:32:20 +00:00
|
|
|
TargetSelectionDAGInfo.cpp
|
|
|
|
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|