forked from OSchip/llvm-project
parent
f7183edb59
commit
51d2e9ca29
|
@ -27,6 +27,7 @@ add_llvm_target(ARMCodeGen
|
|||
ARMELFWriterInfo.cpp
|
||||
ARMExpandPseudoInsts.cpp
|
||||
ARMFastISel.cpp
|
||||
ARMFrameInfo.cpp
|
||||
ARMGlobalMerge.cpp
|
||||
ARMISelDAGToDAG.cpp
|
||||
ARMISelLowering.cpp
|
||||
|
@ -43,6 +44,7 @@ add_llvm_target(ARMCodeGen
|
|||
ARMTargetObjectFile.cpp
|
||||
NEONMoveFix.cpp
|
||||
Thumb1InstrInfo.cpp
|
||||
Thumb1FrameInfo.cpp
|
||||
Thumb1RegisterInfo.cpp
|
||||
Thumb2HazardRecognizer.cpp
|
||||
Thumb2ITBlockPass.cpp
|
||||
|
|
|
@ -16,6 +16,7 @@ add_llvm_target(AlphaCodeGen
|
|||
AlphaInstrInfo.cpp
|
||||
AlphaISelDAGToDAG.cpp
|
||||
AlphaISelLowering.cpp
|
||||
AlphaFrameInfo.cpp
|
||||
AlphaLLRP.cpp
|
||||
AlphaMCAsmInfo.cpp
|
||||
AlphaRegisterInfo.cpp
|
||||
|
|
|
@ -17,6 +17,7 @@ add_llvm_target(BlackfinCodeGen
|
|||
BlackfinIntrinsicInfo.cpp
|
||||
BlackfinISelDAGToDAG.cpp
|
||||
BlackfinISelLowering.cpp
|
||||
BlackfinFrameInfo.cpp
|
||||
BlackfinMCAsmInfo.cpp
|
||||
BlackfinRegisterInfo.cpp
|
||||
BlackfinSubtarget.cpp
|
||||
|
|
|
@ -18,6 +18,7 @@ add_llvm_target(CellSPUCodeGen
|
|||
SPUInstrInfo.cpp
|
||||
SPUISelDAGToDAG.cpp
|
||||
SPUISelLowering.cpp
|
||||
SPUFrameInfo.cpp
|
||||
SPUMCAsmInfo.cpp
|
||||
SPURegisterInfo.cpp
|
||||
SPUSubtarget.cpp
|
||||
|
|
|
@ -19,6 +19,7 @@ add_llvm_target(MBlazeCodeGen
|
|||
MBlazeInstrInfo.cpp
|
||||
MBlazeISelDAGToDAG.cpp
|
||||
MBlazeISelLowering.cpp
|
||||
MBlazeFrameInfo.cpp
|
||||
MBlazeMCAsmInfo.cpp
|
||||
MBlazeRegisterInfo.cpp
|
||||
MBlazeSubtarget.cpp
|
||||
|
|
|
@ -15,6 +15,7 @@ add_llvm_target(MSP430CodeGen
|
|||
MSP430ISelDAGToDAG.cpp
|
||||
MSP430ISelLowering.cpp
|
||||
MSP430InstrInfo.cpp
|
||||
MSP430FrameInfo.cpp
|
||||
MSP430MCAsmInfo.cpp
|
||||
MSP430RegisterInfo.cpp
|
||||
MSP430Subtarget.cpp
|
||||
|
|
|
@ -16,6 +16,7 @@ add_llvm_target(MipsCodeGen
|
|||
MipsInstrInfo.cpp
|
||||
MipsISelDAGToDAG.cpp
|
||||
MipsISelLowering.cpp
|
||||
MipsFrameInfo.cpp
|
||||
MipsMCAsmInfo.cpp
|
||||
MipsRegisterInfo.cpp
|
||||
MipsSubtarget.cpp
|
||||
|
|
|
@ -14,6 +14,7 @@ add_llvm_target(PTXCodeGen
|
|||
PTXISelDAGToDAG.cpp
|
||||
PTXISelLowering.cpp
|
||||
PTXInstrInfo.cpp
|
||||
PTXFrameInfo.cpp
|
||||
PTXMCAsmInfo.cpp
|
||||
PTXMCAsmStreamer.cpp
|
||||
PTXMFInfoExtract.cpp
|
||||
|
|
|
@ -19,6 +19,7 @@ add_llvm_target(PowerPCCodeGen
|
|||
PPCInstrInfo.cpp
|
||||
PPCISelDAGToDAG.cpp
|
||||
PPCISelLowering.cpp
|
||||
PPCFrameInfo.cpp
|
||||
PPCJITInfo.cpp
|
||||
PPCMCAsmInfo.cpp
|
||||
PPCMCInstLower.cpp
|
||||
|
|
|
@ -17,6 +17,7 @@ add_llvm_target(SparcCodeGen
|
|||
SparcInstrInfo.cpp
|
||||
SparcISelDAGToDAG.cpp
|
||||
SparcISelLowering.cpp
|
||||
SparcFrameInfo.cpp
|
||||
SparcMCAsmInfo.cpp
|
||||
SparcRegisterInfo.cpp
|
||||
SparcSubtarget.cpp
|
||||
|
|
|
@ -15,6 +15,7 @@ add_llvm_target(SystemZCodeGen
|
|||
SystemZISelDAGToDAG.cpp
|
||||
SystemZISelLowering.cpp
|
||||
SystemZInstrInfo.cpp
|
||||
SystemZFrameInfo.cpp
|
||||
SystemZMCAsmInfo.cpp
|
||||
SystemZRegisterInfo.cpp
|
||||
SystemZSubtarget.cpp
|
||||
|
|
|
@ -24,6 +24,7 @@ set(sources
|
|||
X86ELFWriterInfo.cpp
|
||||
X86FastISel.cpp
|
||||
X86FloatingPoint.cpp
|
||||
X86FrameInfo.cpp
|
||||
X86ISelDAGToDAG.cpp
|
||||
X86ISelLowering.cpp
|
||||
X86InstrInfo.cpp
|
||||
|
|
Loading…
Reference in New Issue