summaryrefslogtreecommitdiff
path: root/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
commit41a776631d0a55901018f85ff63ebb99e30beab9 (patch)
tree145c62921b9da62a68a73a369499e4ab5242beb1 /docs/ReleaseNotes.html
parentbc655eaee05689860dd2e8d539e721d678a8e6ab (diff)
downloadllvm-41a776631d0a55901018f85ff63ebb99e30beab9.tar.gz
llvm-41a776631d0a55901018f85ff63ebb99e30beab9.tar.bz2
llvm-41a776631d0a55901018f85ff63ebb99e30beab9.tar.xz
Add mention of ARM atomic builtin support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c95f0b8d5c..14b2f6e5c2 100644
--- a/docs/ReleaseNotes.html
+++ b/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>