[llvm-commits] [llvm] r83777 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Chris Lattner sabre at nondot.org
Sun Oct 11 11:21:33 PDT 2009


Author: lattner
Date: Sun Oct 11 13:21:32 2009
New Revision: 83777

URL: http://llvm.org/viewvc/llvm-project?rev=83777&view=rev
Log:
some notes from Anton

Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83777&r1=83776&r2=83777&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Sun Oct 11 13:21:32 2009
@@ -682,6 +682,9 @@
 <li>The vector forms of the <a href="LangRef.html#i_icmp">icmp</a> and <a
     href="LangRef.html#i_fcmp">fcmp</a> instructions now select to efficient
     SSE operations.</li>
+<li>Support for the win64 calling conventions have improved.  The primary
+    missing feature is support for varargs function definitions.  It seems to
+    work well for many win64 JIT purposes.</li>
 <li>The X86 backend has preliminary support for <a 
     href="CodeGenerator.html#x86_memory">mapping address spaces to segment
     register references</a>.  This allows you to write GS or FS relative memory
@@ -748,7 +751,8 @@
 
 <p>These features are still somewhat experimental
 and subject to change. The Neon intrinsics, in particular, may change in future
-releases of LLVM.</p>
+releases of LLVM.  ARMv7 support has progressed a lot on top of tree since 2.6
+branched.</p>
 
 </ul>
 





More information about the llvm-commits mailing list