diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-11-25 06:33:10 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-11-25 06:33:10 +0000 |
| commit | 4f7ac4c76c55325f657a6f051ff22c19f2d86171 (patch) | |
| tree | 8cf8b8fc2f451d7d39af1ae88674d1d8b9e4308c /docs/ReleaseNotes.html | |
| parent | 4df69b835224e9632139ce5b43d02a39204cf8c8 (diff) | |
The PPC backend is basically stable, and has a JIT now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
| -rw-r--r-- | docs/ReleaseNotes.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 73d3832015..125f423a10 100644 --- a/docs/ReleaseNotes.html +++ b/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 |
