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

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Sep 19 11:15:46 PDT 2011


Author: stoklund
Date: Mon Sep 19 13:15:46 2011
New Revision: 140033

URL: http://llvm.org/viewvc/llvm-project?rev=140033&view=rev
Log:
X86 has asterisk-free inline asm support now.

Floating point stack inline asm works.

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=140033&r1=140032&r2=140033&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Mon Sep 19 13:15:46 2011
@@ -2286,7 +2286,7 @@
   <td class="yes"></td> <!-- PowerPC -->
   <td class="unknown"></td> <!-- Sparc -->
   <td class="unknown"></td> <!-- SystemZ -->
-  <td class="yes"><a href="#feat_inlineasm_x86">*</a></td> <!-- X86 -->
+  <td class="yes"></td> <!-- X86 -->
   <td class="unknown"></td> <!-- XCore -->
 </tr>
 
@@ -2382,9 +2382,6 @@
 <p>This box indicates whether the target supports most popular inline assembly
 constraints and modifiers.</p>
 
-<p id="feat_inlineasm_x86">X86 lacks reliable support for inline assembly
-constraints relating to the X86 floating point stack.</p>
-
 </div>
 
 <!-- _______________________________________________________________________ -->





More information about the llvm-commits mailing list