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

Chris Lattner lattner at cs.uiuc.edu
Wed Feb 4 18:49:01 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.108 -> 1.109

---
Log message:

qoi bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.108 llvm/docs/ReleaseNotes.html:1.109
--- llvm/docs/ReleaseNotes.html:1.108	Tue Feb  3 16:59:56 2004
+++ llvm/docs/ReleaseNotes.html	Wed Feb  4 18:48:41 2004
@@ -123,6 +123,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR196">[vmcore] OpaqueType objects memory leak</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR182">[llvmgcc] C front-end does not compile "extern inline" into linkonce</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR73">Bytecode format inconsistent</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR209">[loadvn/inline/gcse] Slow optimizations with extremely large basic blocks</a></li>
 </ol>
 
 <!--=========================================================================-->
@@ -617,7 +618,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/02/03 22:59:56 $
+  Last modified: $Date: 2004/02/05 00:48:41 $
 </address>
 
 </body>





More information about the llvm-commits mailing list