[cfe-commits] r145288 - /cfe/trunk/docs/ReleaseNotes.html

Chandler Carruth chandlerc at gmail.com
Mon Nov 28 14:12:45 PST 2011


Author: chandlerc
Date: Mon Nov 28 16:12:44 2011
New Revision: 145288

URL: http://llvm.org/viewvc/llvm-project?rev=145288&view=rev
Log:
Create a 3.1 notes section in a comment so that the next batch are a bit
easier. Move the CUDA bits and the C1X/C++11 atomics stuff there. We
haven't exposed a __has_feature for the atomic builtins, so none of this
is available yet...

Modified:
    cfe/trunk/docs/ReleaseNotes.html

Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145288&r1=145287&r2=145288&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 16:12:44 2011
@@ -145,8 +145,6 @@
   <li>NRVO for blocks.</li>
   <li>Major improvements to the interactions between serializing and
   deserializing the AST and the preprocessor -- argiris</li>
-  <li>Atomic builtins and C1X specifiers using the new LLVM atomic instructions
-  and memory model -- efriedma, jyasskin</li>
 </ul>
 
 <h4 id="driver">The Clang GCC-compatible command-line driver improved dramatically</h4>
@@ -282,5 +280,18 @@
 contact us via the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">
 mailing list</a>.</p>
 
+
+<!-- ======================================================================= -->
+<!-- Likely 3.1 release notes -->
+<!-- ======================================================================= -->
+<!--
+This is just a section to hold things that have already gotten started and
+should likely pick up proper release notes in 3.1.
+
+- C1X and C++11 atomics infrastructure and support
+- CUDA support?
+
+-->
+
 </body>
 </html>





More information about the cfe-commits mailing list