[llvm-commits] [release_11] CVS: llvm/docs/ReleaseNotes.html
John Criswell
criswell at cs.uiuc.edu
Mon Dec 15 17:05:01 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.82.2.5 -> 1.82.2.6
---
Log message:
Added all known bugs that are relevant and relatively concrete.
---
Diffs of the changes: (+44 -13)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.82.2.5 llvm/docs/ReleaseNotes.html:1.82.2.6
--- llvm/docs/ReleaseNotes.html:1.82.2.5 Mon Dec 15 16:57:49 2003
+++ llvm/docs/ReleaseNotes.html Mon Dec 15 17:04:43 2003
@@ -362,6 +362,18 @@
<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
more than 256 elements</a>.</li>
+<li>
+The gccld program
+<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=139">
+does not link objects/archives in the order specified on the command line.
+</a>
+</li>
+
+<li>
+<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=174">
+Tail duplication does not update SSA form correctly.
+</a>
+</li>
</ul>
</div>
@@ -386,18 +398,27 @@
foo(X);
}
</pre></li>
-</ul>
-</div>
-
-<div class="doc_subsubsection">
- Bugs in 1.1 fixed in 1.2
-</div>
-<div class="doc_text">
-<ul>
-<li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on
-memory-management functions in libc runtime to allow them to be
-overridden</a></li>
+<li>
+Initialization of global union variables can only be done
+<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=162">with the largest
+union member</a>.
+</li>
+
+<li>
+<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=182">
+Functions marked "extern inline" are not compiled into LLVM with linkonce
+linkage.
+</a>
+</li>
+
+
+<li>
+The memory management functions in the libc runtime
+<a href="http://llvm.cs.uiuc.edu/PR186">need weak linkage so that they can be
+overridden.
+</a>
+</li>
</ul>
</div>
@@ -566,8 +587,13 @@
<ul>
<li>The C++ front-end inherits all problems afflicting the <a href="#c-fe">C
front-end</a>.</li>
-</ul>
+<li>
+<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=137">
+Code is generated for empty classes.
+</a>
+</li>
+</ul>
</div>
<!-- _______________________________________________________________________ -->
@@ -637,6 +663,11 @@
support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception
or calls the C <tt>longjmp</tt> function will abort.</li>
+<li>
+<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=167">
+The llc program can crash on legal code.
+</a>
+</li>
</ul>
</div>
@@ -698,7 +729,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/15 22:57:49 $
+ Last modified: $Date: 2003/12/15 23:04:43 $
</address>
</body>
More information about the llvm-commits
mailing list