aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-12-15 23:04:43 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-12-15 23:04:43 +0000
commit4bee8e0a3ad0df616e71f54c4d4ad0a6eaf584cc (patch)
tree62ec61c8ba0298b27817be087188752125f6eebd /llvm
parent8f7bf8914ae54da4c866bdd239595a5ca4c14cb4 (diff)
downloadllvm-4bee8e0a3ad0df616e71f54c4d4ad0a6eaf584cc.zip
llvm-4bee8e0a3ad0df616e71f54c4d4ad0a6eaf584cc.tar.gz
llvm-4bee8e0a3ad0df616e71f54c4d4ad0a6eaf584cc.tar.bz2
Added all known bugs that are relevant and relatively concrete.
llvm-svn: 10481
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.html53
1 files changed, 42 insertions, 11 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 304509a..d30049f 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -362,6 +362,18 @@ table in the archive).</li>
<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 @@ more than 256 elements</a>.</li>
foo(X);
}
</pre></li>
-</ul>
-</div>
-<div class="doc_subsubsection">
- Bugs in 1.1 fixed in 1.2
-</div>
+<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>
-<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>
+<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 @@ Please report any bugs or problems.</p>
<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 @@ href="http://llvm.cs.uiuc.edu/PR15">does not currently
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>