[llvm-commits] [llvm] r144719 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Tue Nov 15 14:48:24 PST 2011


Author: lattner
Date: Tue Nov 15 16:48:24 2011
New Revision: 144719

URL: http://llvm.org/viewvc/llvm-project?rev=144719&view=rev
Log:
jakob fixed X87 inline asm!

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=144719&r1=144718&r2=144719&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Nov 15 16:48:24 2011
@@ -970,6 +970,10 @@
 
 <ul>
 
+  <li>The X86 backend now supports
+    all <a href="http://llvm.org/PR879">inline assembly that uses the X86
+      floating point stack</a>.</li>
+  
   <li>The CRC32 intrinsics have been renamed.  The intrinsics were previously
       <code>@llvm.x86.sse42.crc32.[8|16|32]</code>
       and <code>@llvm.x86.sse42.crc64.[8|64]</code>. They have been renamed to
@@ -1264,10 +1268,6 @@
 <div>
 
 <ul>
-  <li>The X86 backend does not yet support
-      all <a href="http://llvm.org/PR879">inline assembly that uses the X86
-      floating point stack</a>.  It supports the 'f' and 't' constraints, but
-      not 'u'.</li>
 
   <li>The X86-64 backend does not yet support the LLVM IR instruction
       <tt>va_arg</tt>. Currently, front-ends support variadic argument





More information about the llvm-commits mailing list