From: Chris Lattner Date: Thu, 5 Aug 2004 21:53:13 +0000 (+0000) Subject: More prominantly mention ppc support, more accurately describe its status X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e58d356fed84b8b7004366e16da8ff4581d018b0;p=oota-llvm.git More prominantly mention ppc support, more accurately describe its status git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15533 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 65ea51c8c57..82d357a3996 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -73,7 +73,8 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page.

release primarily improves the performance of the code produced by all aspects of the LLVM compiler, adds many new features, fixes a few -bugs, and speeds up the compiler.

+bugs, speeds up the compiler, and introduces a new (experimental) +PowerPC code generator.

At this time, LLVM is known to correctly compile and run all C & C++ SPEC CPU95 & 2000 benchmarks, the Olden benchmarks, and the Ptrdist @@ -349,8 +350,10 @@ initialized unsigned bitfields

  • Intel and AMD machines running Red Hat Linux and FreeBSD (and probably other unix-like systems).
  • Sun UltraSPARC workstations running Solaris 8.
  • -
  • PowerPC-based Mac OS X boxes, running 10.2 and above.
  • 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.
  • The core LLVM infrastructure uses