Skip to content

Commit 807a8cf

Browse files
committed
merge from mainline
llvm-svn: 10441
1 parent 17d7308 commit 807a8cf

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,20 @@
7777
better interoperability with external source bases, a new example language
7878
front-end, and improvements in a few optimizations.</p>
7979

80-
<p>At this time, LLVM is known to correctly compile the C &amp; C++ SPEC CPU2000
81-
benchmarks with the C backend (X86 only), the Olden benchmarks, and the Ptrdist
82-
benchmarks. It has also been used to compile
83-
<b>many</b> other programs. LLVM now also works with a broad variety of
84-
C++ programs, though it has still received much less testing than the C
85-
front-end.
80+
<p>At this time, LLVM is known to correctly compile and run all non-unwinding C
81+
&amp; C++ SPEC CPU2000 benchmarks, the Olden benchmarks, and the Ptrdist
82+
benchmarks. It has also been used to compile <b>many</b> other programs. LLVM
83+
now also works with a broad variety of C++ programs, though it has still
84+
received much less testing than the C front-end.
8685
</p>
8786

8887
<p>
89-
Note that the Sparc and X86 backends do not currently support exception throwing
90-
or long jumping (including 253.perlbmk in SPEC). For these programs, you must
91-
use the C backend. Support for unwinding will be added in a future release.
88+
The LLVM native code generators are very stable, but do not currently support
89+
unwinding (exception throwing or <tt>longjmp</tt>ing), which prevent them from
90+
working with programs like the <tt>253.perlbmk</tt> in SPEC CPU2000. The C
91+
backend and the rest of LLVM does support these programs however, so you can
92+
still use LLVM with them. Support for unwinding will be added in a future
93+
release.
9294
</p>
9395

9496

@@ -248,6 +250,7 @@
248250
<li><a href="http://llvm.cs.uiuc.edu/PR123">[X86] div and rem constant exprs invalidate iterators!</a></li>
249251
<li><a href="http://llvm.cs.uiuc.edu/PR130">[vmcore] Symbol table doesn't rename colliding variables during type resolution</a></li>
250252
<li><a href="http://llvm.cs.uiuc.edu/PR138">Archive reader does not understand 4.4BSD/Mac OS X long filenames</a></li>
253+
<li><a href="http://llvm.cs.uiuc.edu/PR30">[llvm-ar] Command line arguments have funny syntax</a></li>
251254
</ol>
252255

253256

@@ -320,7 +323,9 @@
320323

321324
<p>This section contains all known problems with the LLVM system, listed by
322325
component. As new problems are discovered, they will be added to these
323-
sections.</p>
326+
sections. If you run into a problem, please check the <a
327+
href="http://llvm.cs.uiuc.edu/bugs/">LLVM bug database</a>, and submit a bug if
328+
there isn't already one.</p>
324329

325330
</div>
326331

@@ -666,7 +671,8 @@
666671
the "<tt>llvm/doc/</tt>" directory in the LLVM tree.</p>
667672

668673
<p>If you have any questions or comments about LLVM, please feel free to contact
669-
us via the mailing lists.</p>
674+
us via the <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">mailing
675+
lists</a>.</p>
670676

671677
</div>
672678

0 commit comments

Comments
 (0)