[llvm-branch-commits] [llvm-branch] r170448 - /llvm/branches/release_32/docs/ReleaseNotes.html

Pawel Wodnicki pawel at 32bitmicro.com
Tue Dec 18 12:31:30 PST 2012


Author: pawel
Date: Tue Dec 18 14:31:29 2012
New Revision: 170448

URL: http://llvm.org/viewvc/llvm-project?rev=170448&view=rev
Log:
Added libc++ notes

Modified:
    llvm/branches/release_32/docs/ReleaseNotes.html

Modified: llvm/branches/release_32/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_32/docs/ReleaseNotes.html?rev=170448&r1=170447&r2=170448&view=diff
==============================================================================
--- llvm/branches/release_32/docs/ReleaseNotes.html (original)
+++ llvm/branches/release_32/docs/ReleaseNotes.html Tue Dec 18 14:31:29 2012
@@ -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><atomic></code>; vector<code><bool></code> algorithms,
+    <code><future></code>,<code><tuple></code>,
+    <code><type_traits></code>,<code><fstream></code>,<code><istream></code>,
+    <code><iterator></code>, <code><condition_variable></code>,<code><complex></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>





More information about the llvm-branch-commits mailing list