[cfe-commits] r155161 - /cfe/trunk/www/cxx_status.html

Richard Smith richard-llvm at metafoo.co.uk
Thu Apr 19 15:09:23 PDT 2012


Author: rsmith
Date: Thu Apr 19 17:09:22 2012
New Revision: 155161

URL: http://llvm.org/viewvc/llvm-project?rev=155161&view=rev
Log:
In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since
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.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=155161&r1=155160&r2=155161&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Apr 19 17:09:22 2012
@@ -308,7 +308,7 @@
     <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>





More information about the cfe-commits mailing list