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

John Criswell criswell at cs.uiuc.edu
Wed Jun 29 09:22:51 PDT 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.331 -> 1.332
---
Log message:

Bug fixed.


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

 ReleaseNotes.html |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletion(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.331 llvm/docs/ReleaseNotes.html:1.332
--- llvm/docs/ReleaseNotes.html:1.331	Wed May 18 17:23:56 2005
+++ llvm/docs/ReleaseNotes.html	Wed Jun 29 11:22:34 2005
@@ -94,6 +94,12 @@
 <a name="bugfix">Significant Bugs Fixed in LLVM 1.6</a>
 </div>
 
+<div class="doc_text">
+<ol>
+  <li><a href="http://llvm.cs.uiuc.edu/PR591">[simplify-libcalls] The simplify-libcalls pass generates ill-formed LLVM code</a>.</li>
+</ol>
+</div>
+
 <!-- *********************************************************************** -->
 <div class="doc_section">
   <a name="portability">Portability and Supported Platforms</a>
@@ -578,7 +584,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: 2005/05/18 22:23:56 $
+  Last modified: $Date: 2005/06/29 16:22:34 $
 </address>
 
 </body>






More information about the llvm-commits mailing list