summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-25 06:33:10 +0000
committerChris Lattner <sabre@nondot.org>2004-11-25 06:33:10 +0000
commitd0af8e24b5ad73c80be5fc6c6a62799bb2a0ff18 (patch)
tree707e5dd701f829570eed0898b4da9d24ba58e63e /llvm
parent6345ee29b3bf31a5e17762701540794608a2e776 (diff)
downloadbcm5719-llvm-d0af8e24b5ad73c80be5fc6c6a62799bb2a0ff18.tar.gz
bcm5719-llvm-d0af8e24b5ad73c80be5fc6c6a62799bb2a0ff18.zip
The PPC backend is basically stable, and has a JIT now.
llvm-svn: 18238
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 73d38320152..125f423a103 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -244,9 +244,7 @@ marked 'constant' if they have nontrivial ctors or dtors</a></li>
other unix-like systems).</li>
<li>Sun UltraSPARC workstations running Solaris 8.</li>
<li>Intel and AMD machines running on Win32 with the Cygwin libraries.</li>
-<li>PowerPC-based Mac OS X boxes, running 10.2 and above. Note that no JIT
-support is available yet, and LLC support is beta. The C backend can be used
-to produce stable code for this platform.</li>
+<li>PowerPC-based Mac OS X boxes, running 10.2 and above.</li>
</ul>
<p>The core LLVM infrastructure uses
@@ -296,9 +294,6 @@ useful to some people. In particular, if you would like to work on one of these
components, please contact us on the llvmdev list.</p>
<ul>
-<li>The PowerPC backend is incomplete and is known to miscompile several SPEC
-benchmarks. The file <tt>llvm/lib/Target/PowerPC/README.txt</tt> has
-details.</li>
<li>The following passes are incomplete or buggy: <tt>-pgmdep, -memdep,
-ipmodref, -cee, -branch-combine, -instloops, -paths</tt></li>
<li>The <tt>-pre</tt> pass is incomplete (there are cases it doesn't handle that
OpenPOWER on IntegriCloud