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