[llvm-commits] CVS: llvm-www/releases/1.2/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 1 13:10:02 PST 2004
Changes in directory llvm-www/releases/1.2/docs:
ReleaseNotes.html updated: 1.4 -> 1.5
---
Log message:
Bug found
---
Diffs of the changes: (+6 -1)
Index: llvm-www/releases/1.2/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.2/docs/ReleaseNotes.html:1.4 llvm-www/releases/1.2/docs/ReleaseNotes.html:1.5
--- llvm-www/releases/1.2/docs/ReleaseNotes.html:1.4 Tue Mar 23 20:06:20 2004
+++ llvm-www/releases/1.2/docs/ReleaseNotes.html Thu Apr 1 13:09:41 2004
@@ -347,6 +347,11 @@
values live across a setjmp as volatile</a>. This missing feature only affects
targets whose setjmp/longjmp libraries do not save and restore the entire
register file.</li>
+
+</ul><b>Bugs in 1.2 fixed in 1.3:</b><ul>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR306">[loopsimplify] Loop simplify incorrectly updates dominator information</a></li>
+
</ul>
</div>
@@ -664,7 +669,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/03/24 02:06:20 $
+ Last modified: $Date: 2004/04/01 19:09:41 $
</address>
</body>
More information about the llvm-commits
mailing list