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