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

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 14 18:24:01 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.124 -> 1.125

---
Log message:

New code quality fix


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.124 llvm/docs/ReleaseNotes.html:1.125
--- llvm/docs/ReleaseNotes.html:1.124	Fri Feb 13 22:12:41 2004
+++ llvm/docs/ReleaseNotes.html	Sat Feb 14 18:23:15 2004
@@ -147,6 +147,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li>
 <li>The X86 backend didn't generate <tt>fchs</tt> to negate floating point numbers</li>
 <li>The X86 backend didn't expand memcpy() into the <tt>rep movs</tt> instruction</li> 
+<li><a href="http://llvm.cs.uiuc.edu/PR237">[x86] wierd stack/frame pointer manipulation</a></li>
 </ol>
 
 
@@ -579,7 +580,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/02/14 04:12:41 $
+  Last modified: $Date: 2004/02/15 00:23:15 $
 </address>
 
 </body>





More information about the llvm-commits mailing list