[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Wed Jul 14 21:30:45 PDT 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.216 -> 1.217

---
Log message:

QOI issue fixed



---
Diffs of the changes:  (+2 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.216 llvm/docs/ReleaseNotes.html:1.217
--- llvm/docs/ReleaseNotes.html:1.216	Wed Jul 14 21:59:24 2004
+++ llvm/docs/ReleaseNotes.html	Wed Jul 14 23:30:35 2004
@@ -184,6 +184,7 @@
 <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/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/PR404">[loopsimplify] Loop simplify is really slow on 252.eon</a></li>
 </ol>
 
 </div>
@@ -754,7 +755,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/15 02:59:24 $
+  Last modified: $Date: 2004/07/15 04:30:35 $
 </address>
 
 </body>





More information about the llvm-commits mailing list