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= llvmarmcodegen
|
|
|
|
|
|
|
|
|
|
SRCDIR= lib/Target/ARM
|
2013-04-12 13:57:40 -04:00
|
|
|
SRCS= A15SDOptimizer.cpp \
|
|
|
|
|
ARMAsmPrinter.cpp \
|
2010-09-20 12:43:17 -04:00
|
|
|
ARMBaseInstrInfo.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
ARMBaseRegisterInfo.cpp \
|
|
|
|
|
ARMCodeEmitter.cpp \
|
|
|
|
|
ARMConstantIslandPass.cpp \
|
|
|
|
|
ARMConstantPoolValue.cpp \
|
|
|
|
|
ARMExpandPseudoInsts.cpp \
|
2010-09-20 12:43:17 -04:00
|
|
|
ARMFastISel.cpp \
|
2011-02-20 14:33:47 -05:00
|
|
|
ARMFrameLowering.cpp \
|
|
|
|
|
ARMHazardRecognizer.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
ARMISelDAGToDAG.cpp \
|
|
|
|
|
ARMISelLowering.cpp \
|
|
|
|
|
ARMInstrInfo.cpp \
|
|
|
|
|
ARMJITInfo.cpp \
|
2011-07-17 15:51:40 -04:00
|
|
|
ARMLoadStoreOptimizer.cpp \
|
2010-09-20 12:43:17 -04:00
|
|
|
ARMMCInstLower.cpp \
|
2012-04-16 17:23:25 -04:00
|
|
|
ARMMachineFunctionInfo.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
ARMRegisterInfo.cpp \
|
|
|
|
|
ARMSelectionDAGInfo.cpp \
|
|
|
|
|
ARMSubtarget.cpp \
|
|
|
|
|
ARMTargetMachine.cpp \
|
|
|
|
|
ARMTargetObjectFile.cpp \
|
2013-04-12 13:57:40 -04:00
|
|
|
ARMTargetTransformInfo.cpp \
|
2011-02-20 14:33:47 -05:00
|
|
|
MLxExpansionPass.cpp \
|
|
|
|
|
Thumb1FrameLowering.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
Thumb1InstrInfo.cpp \
|
|
|
|
|
Thumb1RegisterInfo.cpp \
|
|
|
|
|
Thumb2ITBlockPass.cpp \
|
|
|
|
|
Thumb2InstrInfo.cpp \
|
|
|
|
|
Thumb2RegisterInfo.cpp \
|
|
|
|
|
Thumb2SizeReduction.cpp
|
2010-06-09 15:32:20 -04:00
|
|
|
|
2010-09-20 12:43:17 -04:00
|
|
|
TGHDRS= ARMGenAsmWriter \
|
|
|
|
|
ARMGenCallingConv \
|
2010-07-20 13:16:57 -04:00
|
|
|
ARMGenCodeEmitter \
|
|
|
|
|
ARMGenDAGISel \
|
2010-09-20 12:43:17 -04:00
|
|
|
ARMGenFastISel \
|
2010-07-20 13:16:57 -04:00
|
|
|
ARMGenInstrInfo \
|
2011-02-20 14:33:47 -05:00
|
|
|
ARMGenMCCodeEmitter \
|
2011-07-17 15:51:40 -04:00
|
|
|
ARMGenMCPseudoLowering \
|
2010-07-20 13:16:57 -04:00
|
|
|
ARMGenRegisterInfo \
|
2011-07-17 15:51:40 -04:00
|
|
|
ARMGenSubtargetInfo \
|
2010-06-09 15:32:20 -04:00
|
|
|
Intrinsics
|
|
|
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|