summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-28 22:12:44 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-28 22:12:44 +0000
commitb843b0be6b1d67a67c8400d1486b2875b3523151 (patch)
tree4e6ec6d40a4fcf201009bdb165aba34d7ffb3a28
parent3483e11496c9f0b6214185efc54b8d95d0d24a79 (diff)
downloadbcm5719-llvm-b843b0be6b1d67a67c8400d1486b2875b3523151.tar.gz
bcm5719-llvm-b843b0be6b1d67a67c8400d1486b2875b3523151.zip
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... llvm-svn: 145288
-rw-r--r--clang/docs/ReleaseNotes.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html
index 72f738fa251..321c86ac1f0 100644
--- a/clang/docs/ReleaseNotes.html
+++ b/clang/docs/ReleaseNotes.html
@@ -145,8 +145,6 @@ prose in a section of its own. When doing that, delete the notes.</p>
<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 @@ tree.</p>
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>
OpenPOWER on IntegriCloud