Skip to content

Commit d21e3d0

Browse files
committed
More prominantly mention ppc support, more accurately describe its status
llvm-svn: 15533
1 parent 467ea6b commit d21e3d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
release primarily improves the <a href="#codequality">performance of the
7474
code</a> produced by all aspects of the LLVM compiler, adds many <a
7575
href="#newfeatures">new features</a>, <a href="#bugfix">fixes a few
76-
bugs</a>, and speeds up the compiler.</p>
76+
bugs</a>, speeds up the compiler, and introduces a new (experimental)
77+
PowerPC code generator.</p>
7778

7879
<p> At this time, LLVM is known to correctly compile and run all C &amp; C++
7980
SPEC CPU95 &amp; 2000 benchmarks, the Olden benchmarks, and the Ptrdist
@@ -349,8 +350,10 @@
349350
<li>Intel and AMD machines running Red Hat Linux and FreeBSD (and probably
350351
other unix-like systems).</li>
351352
<li>Sun UltraSPARC workstations running Solaris 8.</li>
352-
<li>PowerPC-based Mac OS X boxes, running 10.2 and above.</li>
353353
<li>Intel and AMD machines running on Win32 with the Cygwin libraries.</li>
354+
<li>PowerPC-based Mac OS X boxes, running 10.2 and above. Note that no JIT
355+
support is available yet, and LLC support is beta. The C backend can be used
356+
to produce stable code for this platform.</li>
354357
</ul>
355358

356359
<p>The core LLVM infrastructure uses

0 commit comments

Comments
 (0)