[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 18 14:14:01 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.100 -> 1.101
---
Log message:
Clarify situation w.r.t the -lowerinvoke pass.
---
Diffs of the changes: (+6 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.100 llvm/docs/ReleaseNotes.html:1.101
--- llvm/docs/ReleaseNotes.html:1.100 Fri Jan 16 15:55:04 2004
+++ llvm/docs/ReleaseNotes.html Sun Jan 18 14:13:43 2004
@@ -253,6 +253,10 @@
Tail duplication does not update SSA form correctly.
</a>
</li>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR16">[lowerinvoke] The -lowerinvoke pass
+does not insert calls to setjmp/longjmp</a>.</li>
+
</ul>
</div>
@@ -536,7 +540,7 @@
<ul>
<li>The Sparc code generator <a
-href="http://llvm.cs.uiuc.edu/PR15">does not currently
+href="http://llvm.cs.uiuc.edu/PR16">does not currently
support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception
or calls the C <tt>longjmp</tt> function will abort.</li>
@@ -606,7 +610,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/01/16 21:55:04 $
+ Last modified: $Date: 2004/01/18 20:13:43 $
</address>
</body>
More information about the llvm-commits
mailing list