[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 15 11:56:35 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.97 -> 1.98
---
Log message:
PR73 is finally fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.97 llvm/docs/ReleaseNotes.html:1.98
--- llvm/docs/ReleaseNotes.html:1.97 Sun Jan 11 23:15:04 2004
+++ llvm/docs/ReleaseNotes.html Thu Jan 15 11:55:21 2004
@@ -122,6 +122,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR192">[X86] X86 Backend never releases memory for machine code structures</a></li>
<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/PR182">Bytecode format inconsistent</a></li>
</ol>
<!--=========================================================================-->
@@ -599,7 +600,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/01/12 05:15:04 $
+ Last modified: $Date: 2004/01/15 17:55:21 $
</address>
</body>
More information about the llvm-commits
mailing list