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

Chris Lattner lattner at cs.uiuc.edu
Wed Mar 10 15:44:00 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.142 -> 1.143

---
Log message:

Bugz fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.142 llvm/docs/ReleaseNotes.html:1.143
--- llvm/docs/ReleaseNotes.html:1.142	Mon Mar  8 23:43:59 2004
+++ llvm/docs/ReleaseNotes.html	Wed Mar 10 15:43:47 2004
@@ -158,6 +158,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR205">[llvmgcc] C front-end does not emit 'zeroinitializer' when possible</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR233">[llvmgcc] Structure copies result in a LOT of code</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR239">LLVM is now much more memory efficient when handling large zero initialized arrays</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR275">[llvmgcc] Local array initializers are expanded into large amounts of code</a></li>
 </ol>
 
 <!--=========================================================================-->
@@ -216,6 +217,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR258">Variables used to define non-printable FP constants are externally visible</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR259">CBE gives linkonce functions wrong linkage semantics</a></li>
 <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>
 </ol>
 
 
@@ -623,7 +625,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/09 05:43:59 $
+  Last modified: $Date: 2004/03/10 21:43:47 $
 </address>
 
 </body>





More information about the llvm-commits mailing list