diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-10-25 20:09:31 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-10-25 20:09:31 +0000 |
commit | 9d9c4ad186dd44a6ac1b0dd5c4396cb1080beadc (patch) | |
tree | a869d4f5d65278ae07471563fe15fb918b086bf1 | |
parent | 9f9491ca2ed05c0f65a7c612183020f4d0b7adeb (diff) |
According to Mips folks, the backend is now generally reliable (they can
compile and use a bunch of stuff using o32 abi). Also the rt-rk.com team
claims that the JIT support they contributed, is complete for the mips
"static" relocation model.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142950 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CodeGenerator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index aa6beb311b..8bb680c487 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -2227,7 +2227,7 @@ is the key:</p> <td class="no"></td> <!-- CellSPU --> <td class="no"></td> <!-- MBlaze --> <td class="unknown"></td> <!-- MSP430 --> - <td class="no"></td> <!-- Mips --> + <td class="yes"></td> <!-- Mips --> <td class="no"></td> <!-- PTX --> <td class="yes"></td> <!-- PowerPC --> <td class="yes"></td> <!-- Sparc --> @@ -2287,7 +2287,7 @@ is the key:</p> <td class="no"></td> <!-- CellSPU --> <td class="no"></td> <!-- MBlaze --> <td class="unknown"></td> <!-- MSP430 --> - <td class="no"></td> <!-- Mips --> + <td class="yes"></td> <!-- Mips --> <td class="unknown"></td> <!-- PTX --> <td class="yes"></td> <!-- PowerPC --> <td class="unknown"></td> <!-- Sparc --> |