summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Wodnicki <pawel@32bitmicro.com>2012-12-18 20:31:29 +0000
committerPawel Wodnicki <pawel@32bitmicro.com>2012-12-18 20:31:29 +0000
commit2691635b5771df4624f4af1a6242020aaaabd9d7 (patch)
tree038c3ac18f4e69bfd788f11327d5b8a3d8a208a6
parent4c7fc003bda2b717b2267851385377ec4b11e0aa (diff)
downloadllvm-2691635b5771df4624f4af1a6242020aaaabd9d7.tar.gz
llvm-2691635b5771df4624f4af1a6242020aaaabd9d7.tar.bz2
llvm-2691635b5771df4624f4af1a6242020aaaabd9d7.tar.xz
Added libc++ notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@170448 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index aab3d04312..fbcafc3f00 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -198,7 +198,15 @@
<p>Within the LLVM 3.2 time-frame there were the following highlights:</p>
<ul>
- <li>...</li>
+ <li> C++11 shared_ptr atomic access API (20.7.2.5) has been implemented.</li>
+ <li>Applied noexcept and constexpr throughout library.</li>
+ <li>Improved C++11 conformance in associative container emplace.</li>
+ <li>Performance improvements in: std::rotate algorithm and I/O.</li>
+ <li>Operator new/delete and type_infos for exception types moved from libc++ to libc++abi.</li>
+ <li>Bug fixes in: <code>&lt;atomic&gt;</code>; vector<code>&lt;bool&gt;</code> algorithms,
+ <code>&lt;future&gt;</code>,<code>&lt;tuple&gt;</code>,
+ <code>&lt;type_traits&gt;</code>,<code>&lt;fstream&gt;</code>,<code>&lt;istream&gt;</code>,
+ <code>&lt;iterator&gt;</code>, <code>&lt;condition_variable&gt;</code>,<code>&lt;complex&gt;</code> as well as visibility fixes.
</ul>
</div>
@@ -567,7 +575,6 @@
<li>The induction variable can be used inside the loop.</li>
<li>Loop reductions are supported.</li>
<li>Arrays with affine access pattern do <b>not</b> need to be marked as 'noalias' and are checked at runtime.</li>
- <li>...</li>
</ul>
</p>