[llvm-commits] CVS: llvm/www/releases/1.0/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 5 14:18:01 PDT 2003


Changes in directory llvm/www/releases/1.0:

ReleaseNotes.html updated: 1.4 -> 1.5

---
Log message:

The sparc backend now support invoke, but still doesn't support unwind


---
Diffs of the changes:

Index: llvm/www/releases/1.0/ReleaseNotes.html
diff -u llvm/www/releases/1.0/ReleaseNotes.html:1.4 llvm/www/releases/1.0/ReleaseNotes.html:1.5
--- llvm/www/releases/1.0/ReleaseNotes.html:1.4	Thu Oct  2 11:38:05 2003
+++ llvm/www/releases/1.0/ReleaseNotes.html	Sun Oct  5 14:17:10 2003
@@ -294,9 +294,9 @@
 <!-- _______________________________________________________________________ -->
 </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 @@
 <address>By: <a href="mailto:sabre at 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>





More information about the llvm-commits mailing list