The sparc backend now support invoke, but still doesn't support unwind
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 19:17:10 +0000 (19:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 19:17:10 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8873 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 4ad4c9f495b2958ce06faa8d98850e259606f67f..1bca87dbe595c6a4fb5493b520b2ba40d65bf6ba 100644 (file)
@@ -294,9 +294,9 @@ affect the JIT.<p>
 <!-- _______________________________________________________________________ -->
 </ul><h4><a name="sparc-be"><hr size=0>Known problems with the Sparc back-end</h4><ul>
 
-<li>The Sparc code generator does not currently support the <tt>invoke</tt> or
-<tt>unwind</tt> instructions, so code produced by the C++ front-end and C code
-that calls the <tt>setjmp</tt> or <tt>longjmp</tt> functions will not compile.
+<li>The Sparc code generator does not currently support the <tt>unwind</tt>
+instruction, so code that throws a C++ exception or calls the C <tt>longjmp</tt>
+function will abort.<p>
 
 
 <!-- _______________________________________________________________________ -->
@@ -345,6 +345,6 @@ via the mailing lists.<p>
 <address>By: <a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
 <!-- Created: Wed Oct  1 17:38:54 CDT 2003 -->
 <!-- hhmts start -->
-Last modified: Thu Oct  2 11:37:25 CDT 2003
+Last modified: Sun Oct  5 14:01:10 CDT 2003
 <!-- hhmts end -->
 </body></html>