[llvm-commits] CVS: llvm-www/releases/1.0/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 4 14:08:01 PST 2003
Changes in directory llvm-www/releases/1.0/docs:
ReleaseNotes.html updated: 1.18 -> 1.19
---
Log message:
Substantial updates
---
Diffs of the changes: (+19 -2)
Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.18 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.19
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.18 Mon Nov 3 14:08:22 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html Tue Nov 4 14:07:03 2003
@@ -157,6 +157,13 @@
<li>Linking in static archive files (.a files) is very slow (there is no symbol
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><b>Bugs in 1.0 fixed in 1.1:</b><ul><p>
<li><a href="http://llvm.cs.uiuc.edu/PR57">[inliner] Inlining invoke with PHI in unwind target is broken</a> (fixed in 1.1)</li><p>
@@ -178,6 +185,10 @@
</ul><b>Bugs:</b><ul><p>
<li><a href="http://llvm.cs.uiuc.edu/PR6">Oversized integer bitfields cause crash</a>.<p>
+
+
+</ul><b>Bugs in 1.0 fixed in 1.1:</b><ul><p>
+
<li><a href="http://llvm.cs.uiuc.edu/PR63">#ident is not recognized by C frontend</a> (fixed in 1.1).</li><p>
<li><a href="http://llvm.cs.uiuc.edu/PR65">C front-end miscompiles the builtin_expect intrinsic!</a> (fixed in 1.1).</li><p>
@@ -189,6 +200,8 @@
<li><a href="http://llvm.cs.uiuc.edu/PR80">C front-end crash on empty structure</a> (fixed in 1.1).</li><p>
<li><a href="http://llvm.cs.uiuc.edu/PR81">CFrontend crashes when compiling C99 compound expressions</a> (fixed in 1.1).</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR87">llvm-gcc infinite loops on "case MAXINT:"</a> (fixed in 1.1).</li><p>
+
<li>C99 Variable sized arrays do not release stack memory when they go out of
scope. Thus, the following program may run out of stack space:
<pre>
@@ -396,13 +409,17 @@
cannot include special floating point numbers like Not-A-Number or
Infinity.</li><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.</li><p>
<li><a href="http://llvm.cs.uiuc.edu/PR62">C backend fails on constant cast expr
to ptr-to-anonymous struct</a> (fixed in 1.1)</li><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 and
GCC compilers. It is possible that it will have to be adjusted to support other
C compilers.<p>
@@ -436,6 +453,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 Nov 3 14:07:40 CST 2003
+Last modified: Tue Nov 4 14:06:04 CST 2003
<!-- hhmts end -->
</body></html>
More information about the llvm-commits
mailing list