[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 24 22:33:22 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.255 -> 1.256
---
Log message:

The PPC backend is basically stable, and has a JIT now.


---
Diffs of the changes:  (+2 -7)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.255 llvm/docs/ReleaseNotes.html:1.256
--- llvm/docs/ReleaseNotes.html:1.255	Thu Nov 25 00:31:42 2004
+++ llvm/docs/ReleaseNotes.html	Thu Nov 25 00:33:10 2004
@@ -244,9 +244,7 @@
     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 @@
 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
@@ -673,7 +668,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/11/25 06:31:42 $
+  Last modified: $Date: 2004/11/25 06:33:10 $
 </address>
 
 </body>






More information about the llvm-commits mailing list