From: Richard Smith Date: Thu, 19 Apr 2012 22:09:22 +0000 (+0000) Subject: In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c5d0a80528c7f0bc110dd7f72e5ba52d37155e0;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155161 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index a2ef967706..bacf35a798 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -308,7 +308,7 @@ C++11 mode.

Strong Compare and Exchange N2748 - No + SVN Bidirectional Fences