and so it begins...
authorDuraid Madina <duraid@octopus.com.au>
Thu, 17 Mar 2005 18:17:03 +0000 (18:17 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Thu, 17 Mar 2005 18:17:03 +0000 (18:17 +0000)
commit9b9d45f60e9304b2b08a0efac5041e92e9d05df1
treee5cea7d620d5918c4bdd6d61788facaddbc9eb96
parent7805fa4acc85712c8c9d931f03dfc5888caed6d8
and so it begins...

PHASE 1: write instruction selector
PHASE 2: ???
PHASE 3: profit!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20652 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
lib/Target/IA64/IA64.h [new file with mode: 0644]
lib/Target/IA64/IA64.td [new file with mode: 0644]
lib/Target/IA64/IA64AsmPrinter.cpp [new file with mode: 0644]
lib/Target/IA64/IA64ISelPattern.cpp [new file with mode: 0644]
lib/Target/IA64/IA64InstrBuilder.h [new file with mode: 0644]
lib/Target/IA64/IA64InstrFormats.td [new file with mode: 0644]
lib/Target/IA64/IA64InstrInfo.cpp [new file with mode: 0644]
lib/Target/IA64/IA64InstrInfo.h [new file with mode: 0644]
lib/Target/IA64/IA64InstrInfo.td [new file with mode: 0644]
lib/Target/IA64/IA64MachineFunctionInfo.h [new file with mode: 0644]
lib/Target/IA64/IA64RegisterInfo.cpp [new file with mode: 0644]
lib/Target/IA64/IA64RegisterInfo.h [new file with mode: 0644]
lib/Target/IA64/IA64RegisterInfo.td [new file with mode: 0644]
lib/Target/IA64/IA64TargetMachine.cpp [new file with mode: 0644]
lib/Target/IA64/IA64TargetMachine.h [new file with mode: 0644]
lib/Target/IA64/Makefile [new file with mode: 0644]
lib/Target/IA64/README [new file with mode: 0644]