summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-04 20:06:53 +0000
committerChris Lattner <sabre@nondot.org>2003-11-04 20:06:53 +0000
commit2855ecdf04a671785b8cf120e5b85ae416822157 (patch)
tree92110f76d34bc19c4a72eab93ae4fac4e50c4ef4 /docs
parent6926dcbe068ed638adaf7cc4bda511fca872db52 (diff)
downloadllvm-2855ecdf04a671785b8cf120e5b85ae416822157.tar.gz
llvm-2855ecdf04a671785b8cf120e5b85ae416822157.tar.bz2
llvm-2855ecdf04a671785b8cf120e5b85ae416822157.tar.xz
Substantial release notes updates
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9700 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html23
1 files changed, 17 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 31d0ad6514..76bc2506ea 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -97,6 +97,7 @@ In this release, the following bugs in the previous release were fixed:<p>
<li><a href="http://llvm.cs.uiuc.edu/PR80">C front-end crash on empty structure</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR81">CFrontend crashes when compiling C99 compound expressions</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR83">[X86] Emission of global bool initializers broken</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR87">llvm-gcc infinite loops on "case MAXINT:"</a></li>
</ol><p>
At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden
@@ -150,7 +151,13 @@ sections.
<li>It is not possible to <tt>dlopen</tt> an LLVM bytecode file in the JIT.<p>
<li>Linking in static archive files (.a files) is very slow (there is no symbol
-table in the archive).
+table in the archive).<p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR88">Interpreter does not support invoke
+or unwind</a>.<p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
+more than 256 elements</a>.<p>
<!-- _______________________________________________________________________ -->
</ul><h4><a name="c-fe"><hr size=0>Known problems with the C front-end</h4><ul>
@@ -356,13 +363,17 @@ problem probably cannot be fixed.<p>
<li><a href="http://llvm.cs.uiuc.edu/PR33">Initializers for global variables</a>
cannot include special floating point numbers like Not-A-Number or Infinity.<p>
-<li><a href="http://zion.cs.uiuc.edu/PR56">Zero arg vararg functions are not
+<li><a href="http://llvm.cs.uiuc.edu/PR56">Zero arg vararg functions are not
supported</a>. This should not affect LLVM produced by the C or C++
frontends.<p>
-<li>The code produces by the C back-end has only been tested with the Sun CC and
-GCC compilers. It is possible that it will have to be adjusted to support other
-C compilers.<p>
+<li><a href="http://llvm.cs.uiuc.edu/PR77">Variables in scope of output setjmp
+calls should be volatile</a>. Note that this does not effect correctness on
+many platforms.<p>
+
+<li>The code produces by the C back-end has only been tested with the Sun CC,
+GCC, and Intel compilers. It is possible that it will have to be adjusted to
+support other C compilers.<p>
@@ -393,6 +404,6 @@ via the mailing lists.<p>
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 Nov 3 14:07:07 CST 2003
+Last modified: Tue Nov 4 14:05:01 CST 2003
<!-- hhmts end -->
</body></html>