Skip to content

Commit 2691635

Browse files
committed
Added libc++ notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@170448 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 4c7fc00 commit 2691635

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/ReleaseNotes.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,15 @@ <h3>
198198
<p>Within the LLVM 3.2 time-frame there were the following highlights:</p>
199199

200200
<ul>
201-
<li>...</li>
201+
<li> C++11 shared_ptr atomic access API (20.7.2.5) has been implemented.</li>
202+
<li>Applied noexcept and constexpr throughout library.</li>
203+
<li>Improved C++11 conformance in associative container emplace.</li>
204+
<li>Performance improvements in: std::rotate algorithm and I/O.</li>
205+
<li>Operator new/delete and type_infos for exception types moved from libc++ to libc++abi.</li>
206+
<li>Bug fixes in: <code>&lt;atomic&gt;</code>; vector<code>&lt;bool&gt;</code> algorithms,
207+
<code>&lt;future&gt;</code>,<code>&lt;tuple&gt;</code>,
208+
<code>&lt;type_traits&gt;</code>,<code>&lt;fstream&gt;</code>,<code>&lt;istream&gt;</code>,
209+
<code>&lt;iterator&gt;</code>, <code>&lt;condition_variable&gt;</code>,<code>&lt;complex&gt;</code> as well as visibility fixes.
202210
</ul>
203211

204212
</div>
@@ -567,7 +575,6 @@ <h3>
567575
<li>The induction variable can be used inside the loop.</li>
568576
<li>Loop reductions are supported.</li>
569577
<li>Arrays with affine access pattern do <b>not</b> need to be marked as 'noalias' and are checked at runtime.</li>
570-
<li>...</li>
571578
</ul>
572579

573580
</p>

0 commit comments

Comments
 (0)