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

Chris Lattner lattner at cs.uiuc.edu
Sat Dec 20 04:30:03 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.90 -> 1.91

---
Log message:

Another day, another bug


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.90 llvm/docs/ReleaseNotes.html:1.91
--- llvm/docs/ReleaseNotes.html:1.90	Fri Dec 19 21:42:11 2003
+++ llvm/docs/ReleaseNotes.html	Sat Dec 20 04:29:02 2003
@@ -119,6 +119,7 @@
 <ol>
 
 <li><a href="http://llvm.cs.uiuc.edu/PR135">JIT should lazily initialize global variables</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR192">[X86] X86 Backend never releases memory for machine code structures</a></li>
 
 <li></li>
 </ol>
@@ -593,7 +594,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: 2003/12/20 03:42:11 $
+  Last modified: $Date: 2003/12/20 10:29:02 $
 </address>
 
 </body>





More information about the llvm-commits mailing list