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

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 18 22:27:01 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.153 -> 1.154

---
Log message:

Perhaps the last bugfix before the release?  HOPEFULLY!  :)


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.153 llvm/docs/ReleaseNotes.html:1.154
--- llvm/docs/ReleaseNotes.html:1.153	Tue Mar 16 21:54:41 2004
+++ llvm/docs/ReleaseNotes.html	Thu Mar 18 22:26:04 2004
@@ -231,7 +231,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR274">[JIT] Programs cannot resolve the fstat function</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR284">[indvars] Induction variable analysis violates LLVM invariants</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR296">[execution engines] Unhandled cast constant expression</a></li>
-
+<li><a href="http://llvm.cs.uiuc.edu/PR299">[Sparc] Code generator asserts on alloca of zero size type</a></li>
 </ol>
 
 
@@ -664,7 +664,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/03/17 03:54:41 $
+  Last modified: $Date: 2004/03/19 04:26:04 $
 </address>
 
 </body>





More information about the llvm-commits mailing list