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

Sandeep Patel deeppatel1987 at gmail.com
Thu Aug 20 08:01:17 PDT 2009


Author: sandeep
Date: Thu Aug 20 10:01:16 2009
New Revision: 79530

URL: http://llvm.org/viewvc/llvm-project?rev=79530&view=rev
Log:
Correct ARM v7-A architecture name spelling and add note about hard float.

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=79530&r1=79529&r2=79530&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Thu Aug 20 10:01:16 2009
@@ -407,10 +407,12 @@
 <ul>
 
 <li>Preliminary support for processors, such as the Cortex-A8 and Cortex-A9,
-that implement version 7 of the ARM architecture.  The ARM backend now
-supports both the Thumb2 and Advanced SIMD (Neon) instruction sets.
-These features are still somewhat experimental and subject to change.
-The Neon intrinsics, in particular, may change in future releases of LLVM.
+that implement version v7-A of the ARM architecture.  The ARM backend now
+supports both the Thumb2 and Advanced SIMD (Neon) instruction sets. The
+AAPCS-VFP "hard float" calling conventions are also supported with the
+<tt>-float-abi=hard</tt> flag. These features are still somewhat experimental
+and subject to change. The Neon intrinsics, in particular, may change in future
+releases of LLVM.
 </li>
 </ul>
 





More information about the llvm-commits mailing list