aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-26 06:01:35 +0000
committerChris Lattner <sabre@nondot.org>2007-09-26 06:01:35 +0000
commit725a0d86ea6de29e69f3e7bcc0b4fb82ee3c1a17 (patch)
tree8d91cf2dc21b3f7f35a63c4c6705ddd0b7136b9b
parentd4298715f6448d1d4c24c99a2f6ebd5de449cf1f (diff)
downloadexternal_llvm-725a0d86ea6de29e69f3e7bcc0b4fb82ee3c1a17.zip
external_llvm-725a0d86ea6de29e69f3e7bcc0b4fb82ee3c1a17.tar.gz
external_llvm-725a0d86ea6de29e69f3e7bcc0b4fb82ee3c1a17.tar.bz2
update bugs list
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42342 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c8fc2ab..18a7394 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -353,7 +353,7 @@ components, please contact us on the <a href="http://lists.cs.uiuc.edu/mailman/l
<li>C++ EH support is disabled for this release.</li>
<li>The MSIL backend is experimental.</li>
<li>The IA64 code generator is experimental.</li>
-<li>The Alpha JIT is experimental.</li>
+<li>The Alpha backend is experimental.</li>
<li>"<tt>-filetype=asm</tt>" (the default) is the only supported value for the
<tt>-filetype</tt> llc option.</li>
</ul>
@@ -370,6 +370,9 @@ components, please contact us on the <a href="http://lists.cs.uiuc.edu/mailman/l
<ul>
<li>The X86 backend does not yet support <a href="http://llvm.org/PR879">inline
assembly that uses the X86 floating point stack</a>.</li>
+<li>The X86 backend occasionally has <a href="http://llvm.org/PR1649">alignment
+ problems</a> on operating systems that don't require 16-byte stack alignment
+ (including most non-darwin OS's like linux).</li>
</ul>
</div>
@@ -479,6 +482,13 @@ programs.</li>
<ul>
<li><a href="http://llvm.org/PR802">The C backend does not support inline
assembly code</a>.</li>
+<li><a href="http://llvm.org/PR1126">The C backend does not support vectors
+ yet</a>.</li>
+<li><a href="http://llvm.org/PR1126">The C backend does not support vectors
+ yet</a>.</li>
+<li><a href="http://llvm.org/PR1658">The C backend violates the ABI of common
+ C++ programs</a>, preventing intermixing between C++ compiled by the CBE and
+ C++ code compiled with LLC or native compilers.</li>
</ul>
</div>