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

Richard Smith richard-llvm at metafoo.co.uk
Thu Apr 12 18:02:19 PDT 2012


Author: rsmith
Date: Thu Apr 12 20:02:19 2012
New Revision: 154644

URL: http://llvm.org/viewvc/llvm-project?rev=154644&view=rev
Log:
Now that we provide sufficient support for three C11/C++11 atomics
implementations, mark the atomics-related parts of the C++11 status page
as done. I've not marked 'Strong Compare and Exchange' done, since although
we implement supporting builtins, we don't yet produce different code for
the weak and strong forms.

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=154644&r1=154643&r2=154644&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Apr 12 20:02:19 2012
@@ -302,7 +302,7 @@
     <tr>
       <td>Atomic operations</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2427.html">N2427</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Strong Compare and Exchange</td>
@@ -312,7 +312,7 @@
     <tr>
       <td>Bidirectional Fences</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2752.htm">N2752</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
 
     <tr>
@@ -333,12 +333,12 @@
     <tr>
       <td>Abandoning a process and at_quick_exit</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2440.htm">N2440</a></td>
-      <td class="none" align="center">No</td>
+      <td class="na" align="center">N/A</td>
     </tr>
     <tr>
       <td>Allow atomics use in signal handlers</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2547.htm">N2547</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Thread-local storage</td>





More information about the cfe-commits mailing list