2010-06-09 15:32:20 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
LIB= llvmselectiondag
|
|
|
|
|
|
|
|
|
|
SRCDIR= lib/CodeGen/SelectionDAG
|
2010-07-20 13:16:57 -04:00
|
|
|
SRCS= DAGCombiner.cpp \
|
|
|
|
|
FastISel.cpp \
|
|
|
|
|
FunctionLoweringInfo.cpp \
|
|
|
|
|
InstrEmitter.cpp \
|
|
|
|
|
LegalizeDAG.cpp \
|
|
|
|
|
LegalizeFloatTypes.cpp \
|
|
|
|
|
LegalizeIntegerTypes.cpp \
|
|
|
|
|
LegalizeTypes.cpp \
|
|
|
|
|
LegalizeTypesGeneric.cpp \
|
|
|
|
|
LegalizeVectorOps.cpp \
|
|
|
|
|
LegalizeVectorTypes.cpp \
|
|
|
|
|
ScheduleDAGFast.cpp \
|
|
|
|
|
ScheduleDAGList.cpp \
|
|
|
|
|
ScheduleDAGRRList.cpp \
|
|
|
|
|
ScheduleDAGSDNodes.cpp \
|
|
|
|
|
SelectionDAG.cpp \
|
|
|
|
|
SelectionDAGBuilder.cpp \
|
|
|
|
|
SelectionDAGISel.cpp \
|
|
|
|
|
SelectionDAGPrinter.cpp \
|
|
|
|
|
TargetLowering.cpp \
|
2010-06-09 15:32:20 -04:00
|
|
|
TargetSelectionDAGInfo.cpp
|
|
|
|
|
|
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|