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

Vikram Adve vadve at cs.uiuc.edu
Sun Oct 26 07:32:01 PST 2003


Changes in directory llvm-www/releases/1.0/docs:

ReleaseNotes.html updated: 1.2 -> 1.3

---
Log message:

Clarify that setjmp/longjmp do work.  Edit comment about C++ being beta
quality to be more consistent with the release flier.


---
Diffs of the changes:  (+8 -5)

Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.2 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.3
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.2	Fri Oct 24 18:35:45 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html	Sun Oct 26 07:30:55 2003
@@ -177,7 +177,8 @@
 <li>The following Unix system functionality has not been tested and may not work:
 <ol>
    <li><tt>sigsetjmp</tt>, <tt>siglongjmp</tt> - These are not turned into the
-       appropriate <tt>invoke</tt>/<tt>unwind</tt> instructions.
+       appropriate <tt>invoke</tt>/<tt>unwind</tt> instructions.  Note that
+       <tt>setjmp</tt> and <tt>longjmp</tt> <em>are</em> compiled correctly.
    <li><tt>getcontext</tt>, <tt>setcontext</tt>, <tt>makecontext</tt>
        - These functions have not been tested.
 </ol><p>
@@ -291,9 +292,11 @@
 <!-- _______________________________________________________________________ -->
 </ul><h4><a name="c++-fe"><hr size=0>Known problems with the C++ front-end</h4><ul>
 
-For this release, the C++ front-end is considered to be of <b>beta</b> quality.
-It works for a large number of simple programs, but has not been extensively
-tested.  We welcome bug reports though!<p>
+For this release, the C++ front-end is considered to be fully functional but
+of <b>beta</b> quality.  It has been tested and works for a number of simple
+programs that collectively exercise most of the language.  Nevertheless, it
+has not been in use as long as the C front-end.  Please report any bugs or
+problems.<p>
 
 <li>The C++ front-end inherits all problems afflicting the <a href="#c-fe">C
     front-end</a><p>
@@ -390,6 +393,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: Mon Oct 20 14:04:51 CDT 2003
+Last modified: Sun Oct 26 07:29:30 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list