]> granicus.if.org Git - clang/commitdiff
In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 19 Apr 2012 22:09:22 +0000 (22:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 19 Apr 2012 22:09:22 +0000 (22:09 +0000)
we generate correct code for both strong and weak atomic compare-exchanges, even
though we don't propagate to the IR enough information to generate optimal weak
compare-exchanges on architectures which support them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155161 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index a2ef96770634f337f21698a48a6f2602f6d12d84..bacf35a798a1263d6c0b7131d76a1ab5c69644d5 100644 (file)
@@ -308,7 +308,7 @@ C++11 mode.</p>
     <tr>
       <td>Strong Compare and Exchange</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2748.html">N2748</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Bidirectional Fences</td>