summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Chisnall <csdavec@swan.ac.uk>2012-05-15 13:06:46 +0000
committerDavid Chisnall <csdavec@swan.ac.uk>2012-05-15 13:06:46 +0000
commitbd4b9f727722864a45443a8e2ccf23bdfef2b175 (patch)
tree5a217744077fd7324eaa6f66bc7a6bfb262f4063
parent8423f5654fb7a888001bba92e38b5c2e52738da7 (diff)
downloadbcm5719-llvm-bd4b9f727722864a45443a8e2ccf23bdfef2b175.tar.gz
bcm5719-llvm-bd4b9f727722864a45443a8e2ccf23bdfef2b175.zip
Add some release notes about compiler-rt and libc++
llvm-svn: 156819
-rw-r--r--llvm/docs/ReleaseNotes.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 46f357622fd..b44e1334400 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -170,6 +170,10 @@ Release Notes</a>.</h1>
implementations of this and other low-level routines (some are 3x faster than
the equivalent libgcc routines).</p>
+<p>As of 3.1, compiler-rt includes the helper functions for atomic operations,
+ allowing atomic operations on arbitrary-sized quantities to work. These
+ functions follow the specification defined by gcc and are used by clang.</p>
+
</div>
<!--=========================================================================-->
@@ -198,6 +202,17 @@ Release Notes</a>.</h1>
licensed</a> under the MIT and UIUC license, allowing it to be used more
permissively.</p>
+<p>Within the LLVM 3.1 time-frame there were the following highlights:</p>
+
+<ul>
+ <li>The <code>&lt;atomic&gt;</code> header is now passing all tests, when
+ compiling with clang and linking against the support code from
+ compiler-rt.</li>
+ <li>FreeBSD now includes libc++ as part of the base system.</li>
+ <li>libc++ has been ported to Solaris and, in combination with libcxxrt and
+ clang, is working with a large body of existing code.</li>
+</ul>
+
</div>
<!--=========================================================================-->
OpenPOWER on IntegriCloud