OSDN Git Service

added a skeleton of the ARM backend
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 14 May 2006 22:18:28 +0000 (22:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 14 May 2006 22:18:28 +0000 (22:18 +0000)
commit7bc59bc3952ad7842b1e079753deb32217a768a3
treecf598eb29a41c62dcc35944f558b2bf00a49495b
parenta3fdc024669beedc938360c7fee3349fe7a4a48f
added a skeleton of the ARM backend

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28301 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
autoconf/configure.ac
configure
lib/Target/ARM/ARM.h [new file with mode: 0644]
lib/Target/ARM/ARM.td [new file with mode: 0644]
lib/Target/ARM/ARMAsmPrinter.cpp [new file with mode: 0644]
lib/Target/ARM/ARMISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/ARM/ARMInstrInfo.cpp [new file with mode: 0644]
lib/Target/ARM/ARMInstrInfo.h [new file with mode: 0644]
lib/Target/ARM/ARMInstrInfo.td [new file with mode: 0644]
lib/Target/ARM/ARMRegisterInfo.cpp [new file with mode: 0644]
lib/Target/ARM/ARMRegisterInfo.h [new file with mode: 0644]
lib/Target/ARM/ARMRegisterInfo.td [new file with mode: 0644]
lib/Target/ARM/ARMTargetMachine.cpp [new file with mode: 0644]
lib/Target/ARM/ARMTargetMachine.h [new file with mode: 0644]
lib/Target/ARM/Makefile [new file with mode: 0644]
tools/llc/Makefile