From 4f7ac4c76c55325f657a6f051ff22c19f2d86171 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 25 Nov 2004 06:33:10 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 73d38320152..125f423a103 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -244,9 +244,7 @@ marked 'constant' if they have nontrivial ctors or dtors other unix-like systems).
  • Sun UltraSPARC workstations running Solaris 8.
  • Intel and AMD machines running on Win32 with the Cygwin libraries.
  • -
  • 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.
  • +
  • PowerPC-based Mac OS X boxes, running 10.2 and above.
  • 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.