One more patch towards JIT support for Mips.
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 14 Sep 2011 03:00:41 +0000 (03:00 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 14 Sep 2011 03:00:41 +0000 (03:00 +0000)
commitc4cc40c001e23dbeb6cb9953715177ccb314fbf1
tree373c51220f6643e910fc44ddf0f236806f0dd86d
parent484ddf54c9f9765e65c46ae435e0143d68d259e2
One more patch towards JIT support for Mips.
- Add TSFlags for the instruction formats. The idea here is to use
  as much encoding as possible from getBinaryCodeForInstr, and having
  TSFLags formats for that would make it easier to encode most part
  of the instructions (since Mips encodings are pretty straightforward)
- Improve the mips mechanism for compilation callback
- Add Mips specific code for invalidating the instruction cache
- Next patch will address wrong tablegen encoding

Commit msg added by my own but the patch is from Sasa Stankovic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139688 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Memory.cpp
lib/Target/Mips/MipsCodeEmitter.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsJITInfo.cpp
lib/Target/Mips/MipsRelocations.h
lib/Target/Mips/MipsTargetMachine.h