Initial checkin of the rest of the skeleton target
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jul 2004 07:11:15 +0000 (07:11 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jul 2004 07:11:15 +0000 (07:11 +0000)
commit5ad021c8d484d383a145bbadcbd29e6b1db19c12
tree7045b176b56f907c8466634db779d212cb005118
parent25c29d1e6ce1bf6b9fd309bf615c1940d25638af
Initial checkin of the rest of the skeleton target

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14874 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/Target/Skeleton/Makefile
lib/Target/Skeleton/Skeleton.h [new file with mode: 0644]
lib/Target/Skeleton/Skeleton.td
lib/Target/Skeleton/SkeletonInstrInfo.cpp [new file with mode: 0644]
lib/Target/Skeleton/SkeletonInstrInfo.h [new file with mode: 0644]
lib/Target/Skeleton/SkeletonInstrInfo.td
lib/Target/Skeleton/SkeletonJITInfo.cpp [new file with mode: 0644]
lib/Target/Skeleton/SkeletonJITInfo.h [new file with mode: 0644]
lib/Target/Skeleton/SkeletonRegisterInfo.cpp [new file with mode: 0644]
lib/Target/Skeleton/SkeletonRegisterInfo.h [new file with mode: 0644]
lib/Target/Skeleton/SkeletonTargetMachine.cpp [new file with mode: 0644]
lib/Target/Skeleton/SkeletonTargetMachine.h [new file with mode: 0644]