[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Sep 19 12:21:39 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.238 -> 1.239
---
Log message:
better code
Move other things to the right sections
---
Diffs of the changes: (+7 -5)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.238 llvm/docs/ReleaseNotes.html:1.239
--- llvm/docs/ReleaseNotes.html:1.238 Tue Sep 14 20:09:25 2004
+++ llvm/docs/ReleaseNotes.html Sun Sep 19 14:21:26 2004
@@ -86,6 +86,8 @@
<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 @@
<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 @@
<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>
@@ -615,7 +617,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/09/15 01:09:25 $
+ Last modified: $Date: 2004/09/19 19:21:26 $
</address>
</body>
More information about the llvm-commits
mailing list