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

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 14 23:48:01 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.125 -> 1.126

---
Log message:

Bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.125 llvm/docs/ReleaseNotes.html:1.126
--- llvm/docs/ReleaseNotes.html:1.125	Sat Feb 14 18:23:15 2004
+++ llvm/docs/ReleaseNotes.html	Sat Feb 14 23:47:37 2004
@@ -117,6 +117,7 @@
 <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/scalarrepl] Slow optimizations with extremely large basic blocks</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR224">[asmparser] Really slow parsing of types with complex upreferences</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR205">[llvmgcc] C front-end does not emit 'zeroinitializer' when possible</a></li>
 </ol>
 
 <!--=========================================================================-->
@@ -580,7 +581,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/15 00:23:15 $
+  Last modified: $Date: 2004/02/15 05:47:37 $
 </address>
 
 </body>





More information about the llvm-commits mailing list