[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
LLVM
llvm at cs.uiuc.edu
Sun Jul 25 15:15:43 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.220 -> 1.221
---
Log message:
Bugs fixed.
---
Diffs of the changes: (+5 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.220 llvm/docs/ReleaseNotes.html:1.221
--- llvm/docs/ReleaseNotes.html:1.220 Fri Jul 23 14:41:13 2004
+++ llvm/docs/ReleaseNotes.html Sun Jul 25 17:15:33 2004
@@ -183,7 +183,11 @@
produced when linking C++ programs has been fixed.</li>
<li><a href="http://llvm.cs.uiuc.edu/PR391">lli Doesn't Handle Exceptions From
Bytecode Reader</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR392">Global Vars Have (Somewhat) Limited
+ Type Range</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR341">operator<< on a Value* now prints the address of the object instead of its contents.</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR402">Bytecode Enhancements
+ Needed</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR404">[loopsimplify] Loop simplify is really slow on 252.eon</a></li>
</ol>
@@ -766,7 +770,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/07/23 19:41:13 $
+ Last modified: $Date: 2004/07/25 22:15:33 $
</address>
</body>
More information about the llvm-commits
mailing list