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

Chris Lattner lattner at cs.uiuc.edu
Tue Nov 4 14:12:02 PST 2003


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

ReleaseNotes.html updated: 1.19 -> 1.20

---
Log message:

Avoid repeating repeating myself


---
Diffs of the changes:  (+36 -30)

Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.19 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.20
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.19	Tue Nov  4 14:07:03 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html	Tue Nov  4 14:10:56 2003
@@ -165,19 +165,19 @@
 
 </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>
+<li><a href="http://llvm.cs.uiuc.edu/PR57">[inliner] Inlining invoke with PHI in unwind target is broken</a></li><p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR58">[linker] linkonce globals should link successfully to external globals</a> (fixed in 1.1)</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR58">[linker] linkonce globals should link successfully to external globals</a></li><p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR64">[constmerge] Constant merging pass merges constants with external linkage</a> (fixed in 1.1)</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR64">[constmerge] Constant merging pass merges constants with external linkage</a></li><p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR66">[scalarrepl] Scalar Replacement of aggregates is decimating structures it shouldn't be</a> (fixed in 1.1)</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR66">[scalarrepl] Scalar Replacement of aggregates is decimating structures it shouldn't be</a></li><p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR70">[instcombine] Resolving invoke inserts cast after terminator</a> (fixed in 1.1)</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR70">[instcombine] Resolving invoke inserts cast after terminator</a></li><p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR71">llvm-as crashes when labels are used in phi nodes</a> (fixed in 1.1)</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR71">llvm-as crashes when labels are used in phi nodes</a></li><p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR72">[build problem] Callgraph.cpp not pulled in from libipa.a</a> (fixed in 1.1)</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR72">[build problem] Callgraph.cpp not pulled in from libipa.a</a></li><p>
 
 <!-- _______________________________________________________________________ -->
 </ul><h4><a name="c-fe"><hr size=0>Known problems with the C front-end</h4><ul>
@@ -186,22 +186,6 @@
 
 <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>
-
-<li><a href="http://llvm.cs.uiuc.edu/PR68">llvmgcc asserts when compiling functions renamed with asm's</a> (fixed in 1.1).</li><p>
-
-<li><a href="http://llvm.cs.uiuc.edu/PR69">C frontend crashes on some programs with lots of types</a> (fixed in 1.1).</li><p>
-
-<li><a href="http://llvm.cs.uiuc.edu/PR79">llvm-gcc crashes compiling global union initializer</a> (fixed in 1.1).</li><p>
-<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>
@@ -211,6 +195,22 @@
     }
 </pre><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></li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR65">C front-end miscompiles the builtin_expect intrinsic!</a></li><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR68">llvmgcc asserts when compiling functions renamed with asm's</a></li><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR69">C frontend crashes on some programs with lots of types</a></li><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR79">llvm-gcc crashes compiling global union initializer</a></li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR80">C front-end crash on empty structure</a></li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR81">CFrontend crashes when compiling C99 compound expressions</a></li><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR87">llvm-gcc infinite loops on "case MAXINT:"</a></li><p>
+
 </ul><b>Notes:</b><ul><p>
 
 <li>Inline assembly is not yet supported.<p>
@@ -345,10 +345,13 @@
 <li>The C++ front-end inherits all problems afflicting the <a href="#c-fe">C
     front-end</a><p>
 
+</ul><b>Bugs in 1.0 fixed in 1.1:</b><ul><p>
+
 <li><a href="http://llvm.cs.uiuc.edu/PR59">C++ frontend can crash when compiling
-virtual base classes</a> (fixed in 1.1)</li><p>
+virtual base classes</a></li><p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR67">1.0 precompiled libstdc++ does not include wchar_t support</a> (fixed in 1.1)</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR67">1.0 precompiled libstdc++ does not
+include wchar_t support</a></li><p>
 
 </ul><b>Notes</b>:<ul><p>
 
@@ -386,7 +389,9 @@
 support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception
 or calls the C <tt>longjmp</tt> function will abort.<p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR83">[X86] Emission of global bool initializers broken</a> (fixed in 1.1).</li><p>
+</ul><b>Bugs in 1.0 fixed in 1.1:</b><ul><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR83">[X86] Emission of global bool initializers broken</a></li><p>
 
 <!-- _______________________________________________________________________ -->
 </ul><h4><a name="sparc-be"><hr size=0>Known problems with the Sparc back-end</h4><ul>
@@ -413,9 +418,6 @@
 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>
@@ -424,6 +426,10 @@
 GCC compilers.  It is possible that it will have to be adjusted to support other
 C compilers.<p>
 
+</ul><b>Bugs in 1.0 fixed in 1.1:</b><ul><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR62">C backend fails on constant cast expr
+to ptr-to-anonymous struct</a></li><p>
 
 
 <!-- *********************************************************************** -->
@@ -453,6 +459,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: Tue Nov  4 14:06:04 CST 2003
+Last modified: Tue Nov  4 14:10:15 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list