Reduce code growth implied by the tail duplication pass by not duplicating
[oota-llvm.git] / docs / ReleaseNotes.html
index f352c8cb8f3fc5c80af7960b93f49a4c970927ca..d4534c25b07d1512c29f265636e9901f12bdb04c 100644 (file)
@@ -86,6 +86,8 @@ with a broad variety of C++ programs.</p>
 <div class="doc_text">
 
 <ol>
+  <li><a href="http://llvm.org/PR257">move test/Programs out of the main llvm
+    tree</a></li>
 <li></li>
 </ol>
 
@@ -117,6 +119,8 @@ issues were fixed:</a>
 <ol>
 <li><a href="http://llvm.org/PR426">[llvmg++] Tons of warnings are spewed when 
     linking to libstdc++</a></li>
+<li><a href="http://llvm.org/PR352">include/{Support,Config} -> 
+    include/llvm/{Support,Config}</a></li>
 </ol>
 
 </div>
@@ -140,10 +144,8 @@ improvements:</a>
 
 <div class="doc_text">
 <ol>
-  <li><a href="http://llvm.org/PR257">move test/Programs out of the main llvm
-    tree</a></li>
-  <li><a href="http://llvm.org/PR352">include/{Support,Config} -> 
-    include/llvm/{Support,Config}</a></li>
+<li><a href="http://llvm.org/PR362">Ugly code generator for  
+    std::min/std::max</a></li>
 </ol>
 </div>
 
@@ -171,7 +173,9 @@ were fixed:</a>
 <p>Bugs in the C/C++ front-end:</p>
 
 <ol>
-<li></li>
+<li><a href="http://llvm.org/PR445">[llvmg++] not enough templates are instantiated</a></li>
+<li><a href="http://llvm.org/PR450">[llvmg++] Extern const globals cannot be 
+marked 'constant' if they have nontrivial ctors or dtors</a></li>
 </ol>
 
 <p>Bugs fixed in the Sparc V9 back-end:</p>