2010-06-09 15:32:20 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2013-02-02 17:28:29 -05:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
2010-06-09 15:32:20 -04:00
|
|
|
LIB= llvmx86codegen
|
|
|
|
|
|
|
|
|
|
SRCDIR= lib/Target/X86
|
2011-10-22 10:08:43 -04:00
|
|
|
SRCS= X86AsmPrinter.cpp \
|
2015-02-02 15:34:40 -05:00
|
|
|
X86CallFrameOptimization.cpp \
|
2015-05-30 11:39:49 -04:00
|
|
|
X86ExpandPseudo.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
X86FastISel.cpp \
|
2013-06-12 14:48:53 -04:00
|
|
|
X86FixupLEAs.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
X86FloatingPoint.cpp \
|
2011-02-20 14:33:47 -05:00
|
|
|
X86FrameLowering.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
X86ISelDAGToDAG.cpp \
|
|
|
|
|
X86ISelLowering.cpp \
|
|
|
|
|
X86InstrInfo.cpp \
|
2010-09-20 12:43:17 -04:00
|
|
|
X86MCInstLower.cpp \
|
2012-04-16 17:23:25 -04:00
|
|
|
X86MachineFunctionInfo.cpp \
|
2015-12-31 09:39:45 -05:00
|
|
|
X86OptimizeLEAs.cpp \
|
2013-04-12 13:57:40 -04:00
|
|
|
X86PadShortFunction.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
X86RegisterInfo.cpp \
|
|
|
|
|
X86SelectionDAGInfo.cpp \
|
2016-01-06 16:27:12 -05:00
|
|
|
X86ShuffleDecodeConstantPool.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
X86Subtarget.cpp \
|
|
|
|
|
X86TargetMachine.cpp \
|
2011-10-22 10:08:43 -04:00
|
|
|
X86TargetObjectFile.cpp \
|
2013-04-12 13:57:40 -04:00
|
|
|
X86TargetTransformInfo.cpp \
|
2015-05-30 11:39:49 -04:00
|
|
|
X86VZeroUpper.cpp \
|
|
|
|
|
X86WinEHState.cpp
|
2010-06-09 15:32:20 -04:00
|
|
|
|
2015-12-31 09:39:45 -05:00
|
|
|
TGHDRS= Attributes \
|
|
|
|
|
Intrinsics \
|
2010-07-20 13:16:57 -04:00
|
|
|
X86GenCallingConv \
|
|
|
|
|
X86GenDAGISel \
|
|
|
|
|
X86GenFastISel \
|
|
|
|
|
X86GenInstrInfo \
|
|
|
|
|
X86GenRegisterInfo \
|
2011-07-17 15:51:40 -04:00
|
|
|
X86GenSubtargetInfo
|
2010-06-09 15:32:20 -04:00
|
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|