OSDN Git Service

Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 21 Jul 2011 16:28:51 +0000 (16:28 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 21 Jul 2011 16:28:51 +0000 (16:28 +0000)
commitdca6cdd6a14195c3ebbbb5d2c668445be119aaec
treeb22804cb217e4c8bee070eeb823dc5ed9c6fc265
parent4b5e207bf24ea9799547a0634acaf7398b32897c
Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir
Stefanovic. I removed the part that actually emits the instructions cause
I want that to get in better shape first and in incremental steps. This
also makes it easier to review the upcoming parts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135678 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
CMakeLists.txt
autoconf/configure.ac
configure
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Mips.h
lib/Target/Mips/MipsCodeEmitter.cpp [new file with mode: 0644]
lib/Target/Mips/MipsJITInfo.cpp [new file with mode: 0644]
lib/Target/Mips/MipsJITInfo.h [new file with mode: 0644]
lib/Target/Mips/MipsRelocations.h [new file with mode: 0644]
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp