[llvm-commits] [llvm] r143306 - /llvm/trunk/docs/ReleaseNotes.html

Roman Divacky rdivacky at freebsd.org
Sun Oct 30 00:49:04 PDT 2011


Author: rdivacky
Date: Sun Oct 30 02:49:04 2011
New Revision: 143306

URL: http://llvm.org/viewvc/llvm-project?rev=143306&view=rev
Log:
Update on PPC32.


Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=143306&r1=143305&r2=143306&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Oct 30 02:49:04 2011
@@ -926,6 +926,9 @@
 <a name="OtherTS">Other Target Specific Improvements</a>
 </h3>
 
+<p>PPC32/ELF va_arg was implemented.</p>
+<p>PPC32 initial support for .o file writing was implemented.</p>
+
 <div>
 
 <ul>
@@ -1174,8 +1177,7 @@
 <div>
 
 <ul>
-  <li>The Linux PPC32/ABI support needs testing for the interpreter and static
-      compilation, and lacks support for debug information.</li>
+  <li>The PPC32/ELF support lacks PIC support.</li>
 </ul>
 
 </div>





More information about the llvm-commits mailing list