[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 9 15:17:02 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.115 -> 1.116
---
Log message:
QOI bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.115 llvm/docs/ReleaseNotes.html:1.116
--- llvm/docs/ReleaseNotes.html:1.115 Sun Feb 8 16:23:33 2004
+++ llvm/docs/ReleaseNotes.html Mon Feb 9 15:16:16 2004
@@ -115,6 +115,7 @@
<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/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>
</ol>
<!--=========================================================================-->
@@ -597,7 +598,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/08 22:23:33 $
+ Last modified: $Date: 2004/02/09 21:16:16 $
</address>
</body>
More information about the llvm-commits
mailing list