summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2011-01-10 12:39:23 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2011-01-10 12:39:23 +0000
commit441ae5b88cf4a49083d4784b2ccadd1bbd3bf3b9 (patch)
tree7c4172f6ae0d754fa4056e4e5b340c89617be1d4 /llvm/lib/Target
parent2f9312810919ea7937327237aec6589fe0204ac0 (diff)
downloadbcm5719-llvm-441ae5b88cf4a49083d4784b2ccadd1bbd3bf3b9.tar.gz
bcm5719-llvm-441ae5b88cf4a49083d4784b2ccadd1bbd3bf3b9.zip
Update CMake stuff
llvm-svn: 123171
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/CMakeLists.txt4
-rw-r--r--llvm/lib/Target/Alpha/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/Blackfin/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/CellSPU/CMakeLists.txt3
-rw-r--r--llvm/lib/Target/MBlaze/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/MSP430/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/Mips/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/PTX/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/PowerPC/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/Sparc/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/SystemZ/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/X86/CMakeLists.txt2
-rw-r--r--llvm/lib/Target/XCore/CMakeLists.txt2
14 files changed, 15 insertions, 16 deletions
diff --git a/llvm/lib/Target/ARM/CMakeLists.txt b/llvm/lib/Target/ARM/CMakeLists.txt
index 9c66a6a160a..cd376e72a93 100644
--- a/llvm/lib/Target/ARM/CMakeLists.txt
+++ b/llvm/lib/Target/ARM/CMakeLists.txt
@@ -27,7 +27,7 @@ add_llvm_target(ARMCodeGen
ARMELFWriterInfo.cpp
ARMExpandPseudoInsts.cpp
ARMFastISel.cpp
- ARMFrameInfo.cpp
+ ARMFrameLowering.cpp
ARMGlobalMerge.cpp
ARMHazardRecognizer.cpp
ARMISelDAGToDAG.cpp
@@ -46,7 +46,7 @@ add_llvm_target(ARMCodeGen
MLxExpansionPass.cpp
NEONMoveFix.cpp
Thumb1InstrInfo.cpp
- Thumb1FrameInfo.cpp
+ Thumb1FrameLowering.cpp
Thumb1RegisterInfo.cpp
Thumb2ITBlockPass.cpp
Thumb2InstrInfo.cpp
diff --git a/llvm/lib/Target/Alpha/CMakeLists.txt b/llvm/lib/Target/Alpha/CMakeLists.txt
index c55aa850f95..c8bd8666198 100644
--- a/llvm/lib/Target/Alpha/CMakeLists.txt
+++ b/llvm/lib/Target/Alpha/CMakeLists.txt
@@ -16,7 +16,7 @@ add_llvm_target(AlphaCodeGen
AlphaInstrInfo.cpp
AlphaISelDAGToDAG.cpp
AlphaISelLowering.cpp
- AlphaFrameInfo.cpp
+ AlphaFrameLowering.cpp
AlphaLLRP.cpp
AlphaMCAsmInfo.cpp
AlphaRegisterInfo.cpp
diff --git a/llvm/lib/Target/Blackfin/CMakeLists.txt b/llvm/lib/Target/Blackfin/CMakeLists.txt
index bac755bb343..f19b666f49d 100644
--- a/llvm/lib/Target/Blackfin/CMakeLists.txt
+++ b/llvm/lib/Target/Blackfin/CMakeLists.txt
@@ -17,7 +17,7 @@ add_llvm_target(BlackfinCodeGen
BlackfinIntrinsicInfo.cpp
BlackfinISelDAGToDAG.cpp
BlackfinISelLowering.cpp
- BlackfinFrameInfo.cpp
+ BlackfinFrameLowering.cpp
BlackfinMCAsmInfo.cpp
BlackfinRegisterInfo.cpp
BlackfinSubtarget.cpp
diff --git a/llvm/lib/Target/CMakeLists.txt b/llvm/lib/Target/CMakeLists.txt
index 4e62d96e464..4d02d1e4a5b 100644
--- a/llvm/lib/Target/CMakeLists.txt
+++ b/llvm/lib/Target/CMakeLists.txt
@@ -6,7 +6,7 @@ add_llvm_library(LLVMTarget
TargetAsmLexer.cpp
TargetData.cpp
TargetELFWriterInfo.cpp
- TargetFrameInfo.cpp
+ TargetFrameLowering.cpp
TargetInstrInfo.cpp
TargetIntrinsicInfo.cpp
TargetLoweringObjectFile.cpp
diff --git a/llvm/lib/Target/CellSPU/CMakeLists.txt b/llvm/lib/Target/CellSPU/CMakeLists.txt
index 9c39d38cc05..f2183111ab5 100644
--- a/llvm/lib/Target/CellSPU/CMakeLists.txt
+++ b/llvm/lib/Target/CellSPU/CMakeLists.txt
@@ -13,12 +13,11 @@ tablegen(SPUGenCallingConv.inc -gen-callingconv)
add_llvm_target(CellSPUCodeGen
SPUAsmPrinter.cpp
- SPUFrameInfo.cpp
SPUHazardRecognizers.cpp
SPUInstrInfo.cpp
SPUISelDAGToDAG.cpp
SPUISelLowering.cpp
- SPUFrameInfo.cpp
+ SPUFrameLowering.cpp
SPUMCAsmInfo.cpp
SPURegisterInfo.cpp
SPUSubtarget.cpp
diff --git a/llvm/lib/Target/MBlaze/CMakeLists.txt b/llvm/lib/Target/MBlaze/CMakeLists.txt
index ee332a8769f..e95fb5479e4 100644
--- a/llvm/lib/Target/MBlaze/CMakeLists.txt
+++ b/llvm/lib/Target/MBlaze/CMakeLists.txt
@@ -19,7 +19,7 @@ add_llvm_target(MBlazeCodeGen
MBlazeInstrInfo.cpp
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp
- MBlazeFrameInfo.cpp
+ MBlazeFrameLowering.cpp
MBlazeMCAsmInfo.cpp
MBlazeRegisterInfo.cpp
MBlazeSubtarget.cpp
diff --git a/llvm/lib/Target/MSP430/CMakeLists.txt b/llvm/lib/Target/MSP430/CMakeLists.txt
index 2c7dd9e4bbf..38886007b5b 100644
--- a/llvm/lib/Target/MSP430/CMakeLists.txt
+++ b/llvm/lib/Target/MSP430/CMakeLists.txt
@@ -15,7 +15,7 @@ add_llvm_target(MSP430CodeGen
MSP430ISelDAGToDAG.cpp
MSP430ISelLowering.cpp
MSP430InstrInfo.cpp
- MSP430FrameInfo.cpp
+ MSP430FrameLowering.cpp
MSP430MCAsmInfo.cpp
MSP430RegisterInfo.cpp
MSP430Subtarget.cpp
diff --git a/llvm/lib/Target/Mips/CMakeLists.txt b/llvm/lib/Target/Mips/CMakeLists.txt
index 1158261e24b..53a5280a9dd 100644
--- a/llvm/lib/Target/Mips/CMakeLists.txt
+++ b/llvm/lib/Target/Mips/CMakeLists.txt
@@ -16,7 +16,7 @@ add_llvm_target(MipsCodeGen
MipsInstrInfo.cpp
MipsISelDAGToDAG.cpp
MipsISelLowering.cpp
- MipsFrameInfo.cpp
+ MipsFrameLowering.cpp
MipsMCAsmInfo.cpp
MipsRegisterInfo.cpp
MipsSubtarget.cpp
diff --git a/llvm/lib/Target/PTX/CMakeLists.txt b/llvm/lib/Target/PTX/CMakeLists.txt
index 939a61c80cf..b7d964e9241 100644
--- a/llvm/lib/Target/PTX/CMakeLists.txt
+++ b/llvm/lib/Target/PTX/CMakeLists.txt
@@ -14,7 +14,7 @@ add_llvm_target(PTXCodeGen
PTXISelDAGToDAG.cpp
PTXISelLowering.cpp
PTXInstrInfo.cpp
- PTXFrameInfo.cpp
+ PTXFrameLowering.cpp
PTXMCAsmInfo.cpp
PTXMCAsmStreamer.cpp
PTXMFInfoExtract.cpp
diff --git a/llvm/lib/Target/PowerPC/CMakeLists.txt b/llvm/lib/Target/PowerPC/CMakeLists.txt
index 06132b33e72..104d7692f1b 100644
--- a/llvm/lib/Target/PowerPC/CMakeLists.txt
+++ b/llvm/lib/Target/PowerPC/CMakeLists.txt
@@ -21,7 +21,7 @@ add_llvm_target(PowerPCCodeGen
PPCInstrInfo.cpp
PPCISelDAGToDAG.cpp
PPCISelLowering.cpp
- PPCFrameInfo.cpp
+ PPCFrameLowering.cpp
PPCJITInfo.cpp
PPCMCAsmInfo.cpp
PPCMCCodeEmitter.cpp
diff --git a/llvm/lib/Target/Sparc/CMakeLists.txt b/llvm/lib/Target/Sparc/CMakeLists.txt
index 571826f292b..3739298da38 100644
--- a/llvm/lib/Target/Sparc/CMakeLists.txt
+++ b/llvm/lib/Target/Sparc/CMakeLists.txt
@@ -17,7 +17,7 @@ add_llvm_target(SparcCodeGen
SparcInstrInfo.cpp
SparcISelDAGToDAG.cpp
SparcISelLowering.cpp
- SparcFrameInfo.cpp
+ SparcFrameLowering.cpp
SparcMCAsmInfo.cpp
SparcRegisterInfo.cpp
SparcSubtarget.cpp
diff --git a/llvm/lib/Target/SystemZ/CMakeLists.txt b/llvm/lib/Target/SystemZ/CMakeLists.txt
index 6cff1ce519a..cf02931cdf8 100644
--- a/llvm/lib/Target/SystemZ/CMakeLists.txt
+++ b/llvm/lib/Target/SystemZ/CMakeLists.txt
@@ -15,7 +15,7 @@ add_llvm_target(SystemZCodeGen
SystemZISelDAGToDAG.cpp
SystemZISelLowering.cpp
SystemZInstrInfo.cpp
- SystemZFrameInfo.cpp
+ SystemZFrameLowering.cpp
SystemZMCAsmInfo.cpp
SystemZRegisterInfo.cpp
SystemZSubtarget.cpp
diff --git a/llvm/lib/Target/X86/CMakeLists.txt b/llvm/lib/Target/X86/CMakeLists.txt
index facdfd51b15..b7100402955 100644
--- a/llvm/lib/Target/X86/CMakeLists.txt
+++ b/llvm/lib/Target/X86/CMakeLists.txt
@@ -24,7 +24,7 @@ set(sources
X86ELFWriterInfo.cpp
X86FastISel.cpp
X86FloatingPoint.cpp
- X86FrameInfo.cpp
+ X86FrameLowering.cpp
X86ISelDAGToDAG.cpp
X86ISelLowering.cpp
X86InstrInfo.cpp
diff --git a/llvm/lib/Target/XCore/CMakeLists.txt b/llvm/lib/Target/XCore/CMakeLists.txt
index d1c66a4d161..50459622889 100644
--- a/llvm/lib/Target/XCore/CMakeLists.txt
+++ b/llvm/lib/Target/XCore/CMakeLists.txt
@@ -12,7 +12,7 @@ tablegen(XCoreGenSubtarget.inc -gen-subtarget)
add_llvm_target(XCoreCodeGen
XCoreAsmPrinter.cpp
- XCoreFrameInfo.cpp
+ XCoreFrameLowering.cpp
XCoreInstrInfo.cpp
XCoreISelDAGToDAG.cpp
XCoreISelLowering.cpp
OpenPOWER on IntegriCloud