]> granicus.if.org Git - clang/commitdiff
Now that we provide sufficient support for three C11/C++11 atomics
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Apr 2012 01:02:19 +0000 (01:02 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Apr 2012 01:02:19 +0000 (01:02 +0000)
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.

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

www/cxx_status.html

index 439044af76843738347d0fed1ce3b033d13d9d2e..7c319ee42c46edebcc36c51f72bbe20c60267a1b 100644 (file)
@@ -302,7 +302,7 @@ with clang; other versions have not been tested.</p>
     <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 @@ with clang; other versions have not been tested.</p>
     <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 @@ with clang; other versions have not been tested.</p>
     <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>