diff options
author | Dan Gohman <gohman@apple.com> | 2011-10-27 22:56:32 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:24 -0800 |
commit | fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01 (patch) | |
tree | 807b8393a3ca3fb45abf2e28da61618494f5d3e4 /docs/CodeGenerator.html | |
parent | 38d59dbfec3318831bf293097968165abbee49a2 (diff) | |
download | external_llvm-fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01.zip external_llvm-fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01.tar.gz external_llvm-fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01.tar.bz2 |
Remove the Alpha backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 8bb680c..15344da 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -2208,7 +2208,6 @@ is the key:</p> <tr> <th>Feature</th> <th>ARM</th> - <th>Alpha</th> <th>CellSPU</th> <th>MBlaze</th> <th>MSP430</th> @@ -2223,7 +2222,6 @@ is the key:</p> <tr> <td><a href="#feat_reliable">is generally reliable</a></td> <td class="yes"></td> <!-- ARM --> - <td class="unknown"></td> <!-- Alpha --> <td class="no"></td> <!-- CellSPU --> <td class="no"></td> <!-- MBlaze --> <td class="unknown"></td> <!-- MSP430 --> @@ -2238,7 +2236,6 @@ is the key:</p> <tr> <td><a href="#feat_asmparser">assembly parser</a></td> <td class="no"></td> <!-- ARM --> - <td class="no"></td> <!-- Alpha --> <td class="no"></td> <!-- CellSPU --> <td class="yes"></td> <!-- MBlaze --> <td class="no"></td> <!-- MSP430 --> @@ -2253,7 +2250,6 @@ is the key:</p> <tr> <td><a href="#feat_disassembler">disassembler</a></td> <td class="yes"></td> <!-- ARM --> - <td class="no"></td> <!-- Alpha --> <td class="no"></td> <!-- CellSPU --> <td class="yes"></td> <!-- MBlaze --> <td class="no"></td> <!-- MSP430 --> @@ -2268,7 +2264,6 @@ is the key:</p> <tr> <td><a href="#feat_inlineasm">inline asm</a></td> <td class="yes"></td> <!-- ARM --> - <td class="unknown"></td> <!-- Alpha --> <td class="no"></td> <!-- CellSPU --> <td class="yes"></td> <!-- MBlaze --> <td class="unknown"></td> <!-- MSP430 --> @@ -2283,7 +2278,6 @@ is the key:</p> <tr> <td><a href="#feat_jit">jit</a></td> <td class="partial"><a href="#feat_jit_arm">*</a></td> <!-- ARM --> - <td class="no"></td> <!-- Alpha --> <td class="no"></td> <!-- CellSPU --> <td class="no"></td> <!-- MBlaze --> <td class="unknown"></td> <!-- MSP430 --> @@ -2298,7 +2292,6 @@ is the key:</p> <tr> <td><a href="#feat_objectwrite">.o file writing</a></td> <td class="no"></td> <!-- ARM --> - <td class="no"></td> <!-- Alpha --> <td class="no"></td> <!-- CellSPU --> <td class="yes"></td> <!-- MBlaze --> <td class="no"></td> <!-- MSP430 --> @@ -2313,7 +2306,6 @@ is the key:</p> <tr> <td><a href="#feat_tailcall">tail calls</a></td> <td class="yes"></td> <!-- ARM --> - <td class="unknown"></td> <!-- Alpha --> <td class="no"></td> <!-- CellSPU --> <td class="no"></td> <!-- MBlaze --> <td class="unknown"></td> <!-- MSP430 --> |