summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-09-19 19:21:26 +0000
committerChris Lattner <sabre@nondot.org>2004-09-19 19:21:26 +0000
commit57d43e1fc0f3e4337aab35b44f75ce0d0fcc3291 (patch)
treec5ade859fb9393fcb2fa7d16f76a098175d64bc3
parent8a37520f804d656117ad944ef58425f965bc1a87 (diff)
downloadllvm-57d43e1fc0f3e4337aab35b44f75ce0d0fcc3291.tar.gz
llvm-57d43e1fc0f3e4337aab35b44f75ce0d0fcc3291.tar.bz2
llvm-57d43e1fc0f3e4337aab35b44f75ce0d0fcc3291.tar.xz
better code
Move other things to the right sections git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16410 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index f352c8cb8f..8813fe47ff 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>