[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 6 14:49:03 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.161 -> 1.162
---
Log message:
Bugs fixed new features implemented
---
Diffs of the changes: (+4 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.161 llvm/docs/ReleaseNotes.html:1.162
--- llvm/docs/ReleaseNotes.html:1.161 Sun Apr 4 20:43:08 2004
+++ llvm/docs/ReleaseNotes.html Tue Apr 6 14:48:42 2004
@@ -89,6 +89,7 @@
<ol>
<li>The LLVM <a href="LangRef.html#i_select"><tt>select</tt></a> instruction is
now fully implemented and supported by all targets.</li>
+<li>Bugpoint can now narrow down code-generation bugs to a loop nest, where before it could only narrow them down to a function being miscompiled.</li>
</ol>
@@ -127,6 +128,7 @@
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR309">[vmcore] Code quality problem due to long operand of getelementptr</a></li>
+<li>The X86 backend now generates substantially better code for 64-bit integer operations.</li>
</ol>
@@ -140,6 +142,7 @@
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR306">[loopsimplify] Loop simplify incorrectly updates dominator information</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR310">[tailduplicate] DemoteRegToStack breaks SSA form</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR313">[X86] JIT miscompiles unsigned short to floating point cast</a></li>
</ol>
@@ -559,7 +562,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/04/05 01:43:08 $
+ Last modified: $Date: 2004/04/06 19:48:42 $
</address>
</body>
More information about the llvm-commits
mailing list