OSDN Git Service

Main CellSPU backend files checked in. Intrinsics and autoconf files
authorScott Michel <scottm@aero.org>
Wed, 5 Dec 2007 01:24:05 +0000 (01:24 +0000)
committerScott Michel <scottm@aero.org>
Wed, 5 Dec 2007 01:24:05 +0000 (01:24 +0000)
commit564427eabdc4cb25e1bc9eb15c589e9451fc29a2
tree50a85af544d92fe62154ff2a5b7bea2553a0e813
parentdb1e30272c06daba86c896e56a7d225a15c93b98
Main CellSPU backend files checked in. Intrinsics and autoconf files
remain.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44595 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/Target/CellSPU/SPUMachineFunction.h [new file with mode: 0644]
lib/Target/CellSPU/SPUNodes.td [new file with mode: 0644]
lib/Target/CellSPU/SPUOperands.td [new file with mode: 0644]
lib/Target/CellSPU/SPURegisterInfo.cpp [new file with mode: 0644]
lib/Target/CellSPU/SPURegisterInfo.h [new file with mode: 0644]
lib/Target/CellSPU/SPURegisterInfo.td [new file with mode: 0644]
lib/Target/CellSPU/SPUSchedule.td [new file with mode: 0644]
lib/Target/CellSPU/SPUSubtarget.cpp [new file with mode: 0644]
lib/Target/CellSPU/SPUSubtarget.h [new file with mode: 0644]
lib/Target/CellSPU/SPUTargetAsmInfo.cpp [new file with mode: 0644]
lib/Target/CellSPU/SPUTargetAsmInfo.h [new file with mode: 0644]
lib/Target/CellSPU/SPUTargetMachine.cpp [new file with mode: 0644]
lib/Target/CellSPU/SPUTargetMachine.h [new file with mode: 0644]