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

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 12 15:22:09 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.119 -> 1.120

---
Log message:

New features


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.119 llvm/docs/ReleaseNotes.html:1.120
--- llvm/docs/ReleaseNotes.html:1.119	Mon Feb  9 23:22:23 2004
+++ llvm/docs/ReleaseNotes.html	Thu Feb 12 15:21:17 2004
@@ -145,6 +145,7 @@
 <ol>
 <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> 
 </ol>
 
 
@@ -184,6 +185,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR204">[llvmg++] Dynamically initialized constants cannot be marked 'constant'</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR216">[llvmgcc] floating-point unary minus is incorrect for +0.0</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR221">[llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR233">[llvmgcc] Structure copies result in a LOT of code</a></li>
 </ol>
 
 </div>
@@ -576,7 +578,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/10 05:22:23 $
+  Last modified: $Date: 2004/02/12 21:21:17 $
 </address>
 
 </body>





More information about the llvm-commits mailing list