[llvm-commits] [llvm] r148237 - /llvm/trunk/docs/CodeGenerator.html

Joe Abbey jabbey at arxan.com
Mon Jan 16 05:16:05 PST 2012


Author: jabbey
Date: Mon Jan 16 07:16:05 2012
New Revision: 148237

URL: http://llvm.org/viewvc/llvm-project?rev=148237&view=rev
Log:
Adding a Hexagon cell for segmented stacks, as they have been implemented for X86 and not Sparc...

Committed as obvious

Modified:
    llvm/trunk/docs/CodeGenerator.html

Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=148237&r1=148236&r2=148237&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Mon Jan 16 07:16:05 2012
@@ -2491,6 +2491,7 @@
   <td><a href="#feat_segstacks">segmented stacks</a></td>
   <td class="no"></td> <!-- ARM -->
   <td class="no"></td> <!-- CellSPU -->
+  <td class="no"></td> <!-- Hexagon -->
   <td class="no"></td> <!-- MBlaze -->
   <td class="no"></td> <!-- MSP430 -->
   <td class="no"></td> <!-- Mips -->





More information about the llvm-commits mailing list