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

Jim Grosbach grosbach at apple.com
Thu Apr 22 11:33:31 PDT 2010


Author: grosbach
Date: Thu Apr 22 13:33:31 2010
New Revision: 102103

URL: http://llvm.org/viewvc/llvm-project?rev=102103&view=rev
Log:
Add mention of ARM atomic builtin support

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=102103&r1=102102&r2=102103&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Apr 22 13:33:31 2010
@@ -745,6 +745,10 @@
 <li>The ARM backend now has good support for ARMv4 targets and has been tested
     on StrongARM hardware.  Previously, LLVM only supported ARMv4T and
     newer chips.</li>
+
+<li>Atomic builtins are now supported for ARMv6 and ARMv7 (__sync_synchronize,
+    __sync_fetch_and_add, etc.).</li>
+
 </ul>
 
 





More information about the llvm-commits mailing list