[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Dec 12 15:34:04 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.83 -> 1.84
---
Log message:
Try rewording stuff talking about unwinding. Hopefully it will make llvm sound less bad, and still make John happy. :)
---
Diffs of the changes: (+12 -10)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.83 llvm/docs/ReleaseNotes.html:1.84
--- llvm/docs/ReleaseNotes.html:1.83 Fri Dec 12 15:22:16 2003
+++ llvm/docs/ReleaseNotes.html Fri Dec 12 15:33:08 2003
@@ -77,18 +77,20 @@
better interoperability with external source bases, a new example language
front-end, and improvements in a few optimizations.</p>
-<p>At this time, LLVM is known to correctly compile the C & C++ SPEC CPU2000
-benchmarks with the C backend (X86 only), the Olden benchmarks, and the Ptrdist
-benchmarks. It has also been used to compile
-<b>many</b> other programs. LLVM now also works with a broad variety of
-C++ programs, though it has still received much less testing than the C
-front-end.
+<p>At this time, LLVM is known to correctly compile and run all non-unwinding C
+& C++ SPEC CPU2000 benchmarks, the Olden benchmarks, and the Ptrdist
+benchmarks. It has also been used to compile <b>many</b> other programs. LLVM
+now also works with a broad variety of C++ programs, though it has still
+received much less testing than the C front-end.
</p>
<p>
-Note that the Sparc and X86 backends do not currently support exception throwing
-or long jumping (including 253.perlbmk in SPEC). For these programs, you must
-use the C backend. Support for unwinding will be added in a future release.
+The LLVM native code generators are very stable, but do not currently support
+unwinding (exception throwing or <tt>longjmp</tt>ing), which prevent them from
+working with programs like the <tt>253.perlbmk</tt> in SPEC CPU2000. The C
+backend and the rest of LLVM does support these programs however, so you can
+still use LLVM with them. Support for unwinding will be added in a future
+release.
</p>
@@ -684,7 +686,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: 2003/12/12 21:22:16 $
+ Last modified: $Date: 2003/12/12 21:33:08 $
</address>
</body>
More information about the llvm-commits
mailing list