summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-04-22 18:33:31 +0000
committerJim Grosbach <grosbach@apple.com>2010-04-22 18:33:31 +0000
commit9628468d94e5b9aa4ab8138c7a5e2950822b013e (patch)
tree4e6e79999461b60d8d80255f7083697a26cf0d10 /llvm/docs/ReleaseNotes.html
parentbae14a1caba8b8408d2f56ed6d2b84fa63d44df9 (diff)
downloadbcm5719-llvm-9628468d94e5b9aa4ab8138c7a5e2950822b013e.tar.gz
bcm5719-llvm-9628468d94e5b9aa4ab8138c7a5e2950822b013e.zip
Add mention of ARM atomic builtin support
llvm-svn: 102103
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r--llvm/docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index c95f0b8d5ca..14b2f6e5c21 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -745,6 +745,10 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html">
<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>
OpenPOWER on IntegriCloud