[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 16 15:43:01 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.46 -> 1.47
---
Log message:
add adce bug
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.46 llvm/docs/ReleaseNotes.html:1.47
--- llvm/docs/ReleaseNotes.html:1.46 Sun Nov 16 14:25:24 2003
+++ llvm/docs/ReleaseNotes.html Sun Nov 16 15:42:48 2003
@@ -144,6 +144,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR108">gccld -Lfoo -lfoo fails to find ./foo/libfoo.a</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR110">[bcreader] Incorrect cast causes misread forward constant references</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR112">Casting a string constant to void crashes llvm-gcc</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR116">[adce] ADCE considers blocks without postdominators to be unreachable</a></li>
</ol><p>
At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden
@@ -450,6 +451,6 @@
Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
<!-- hhmts start -->
-Last modified: Sun Nov 16 14:25:00 CST 2003
+Last modified: Sun Nov 16 15:41:42 CST 2003
<!-- hhmts end -->
</body></html>
More information about the llvm-commits
mailing list