Add XCore backend.
authorRichard Osborne <richard@xmos.com>
Fri, 7 Nov 2008 10:59:00 +0000 (10:59 +0000)
committerRichard Osborne <richard@xmos.com>
Fri, 7 Nov 2008 10:59:00 +0000 (10:59 +0000)
commitb25baef26f03b9909b65dd5f762b38f93000445d
treef03bc8e40b55feab99b0f32e4428d215fa45f988
parent4df60f5491ff35c8a48c2cf14e18a33c9793b3bb
Add XCore backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58838 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
autoconf/configure.ac
configure
lib/Target/XCore/CMakeLists.txt [new file with mode: 0644]
lib/Target/XCore/README.txt [new file with mode: 0644]
lib/Target/XCore/XCore.h [new file with mode: 0644]
lib/Target/XCore/XCore.td [new file with mode: 0644]
lib/Target/XCore/XCoreAsmPrinter.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreCallingConv.td [new file with mode: 0644]
lib/Target/XCore/XCoreFrameInfo.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreFrameInfo.h [new file with mode: 0644]
lib/Target/XCore/XCoreISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreISelLowering.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreISelLowering.h [new file with mode: 0644]
lib/Target/XCore/XCoreInstrFormats.td [new file with mode: 0644]
lib/Target/XCore/XCoreInstrInfo.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreInstrInfo.h [new file with mode: 0644]
lib/Target/XCore/XCoreInstrInfo.td [new file with mode: 0644]
lib/Target/XCore/XCoreMachineFunctionInfo.h [new file with mode: 0644]
lib/Target/XCore/XCoreRegisterInfo.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreRegisterInfo.h [new file with mode: 0644]
lib/Target/XCore/XCoreRegisterInfo.td [new file with mode: 0644]
lib/Target/XCore/XCoreSubtarget.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreSubtarget.h [new file with mode: 0644]
lib/Target/XCore/XCoreTargetAsmInfo.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreTargetAsmInfo.h [new file with mode: 0644]
lib/Target/XCore/XCoreTargetMachine.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreTargetMachine.h [new file with mode: 0644]