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

Hal Finkel hfinkel at anl.gov
Mon Nov 19 20:20:31 PST 2012


Author: hfinkel
Date: Mon Nov 19 22:20:31 2012
New Revision: 168352

URL: http://llvm.org/viewvc/llvm-project?rev=168352&view=rev
Log:
Note Freescale's contributions in the PPC release notes.

This mainly reflects the work of Tobias von Koch.

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=168352&r1=168351&r2=168352&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Nov 19 22:20:31 2012
@@ -656,7 +656,7 @@
 
 <!--=========================================================================-->
 <h3>
-<a name="PPC64">PowerPC64 Elf Linux Target Improvements</a>
+<a name="PowerPC">PowerPC Target Improvements</a>
 </h3>
 
 <div>
@@ -687,6 +687,9 @@
   <li>  Additional support for Altivec compare operations.</li>
   <li>  IBM long double support.</li>
 </ul>
+<p>There have also been code generation improvements for both 32- and 64-bit
+   code. Instruction scheduling support for the Freescale e500mc and e5500
+   cores has been added.</p>
 </ul>
 
 </div>





More information about the llvm-commits mailing list