[llvm-branch-commits] [llvm-branch] r242408 - Add some more PowerPC release notes

Bill Schmidt wschmidt at linux.vnet.ibm.com
Thu Jul 16 08:18:28 PDT 2015


Author: wschmidt
Date: Thu Jul 16 10:18:28 2015
New Revision: 242408

URL: http://llvm.org/viewvc/llvm-project?rev=242408&view=rev
Log:
Add some more PowerPC release notes

Modified:
    llvm/branches/release_37/docs/ReleaseNotes.rst

Modified: llvm/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=242408&r1=242407&r2=242408&view=diff
==============================================================================
--- llvm/branches/release_37/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_37/docs/ReleaseNotes.rst Thu Jul 16 10:18:28 2015
@@ -110,6 +110,14 @@ There are numerous improvements to the P
 
 * The undefined-behavior sanitizer (UBSan) is now supported for PowerPC.
 
+* Many new vector programming APIs have been added to altivec.h.
+  Additional ones are planned for release 3.8.
+
+* PowerPC now supports __builtin_call_with_static_chain.
+
+* PowerPC now supports the revised -mrecip option that permits finer
+  control over reciprocal estimates.
+
 * Many bugs have been identified and fixed.
 
 





More information about the llvm-branch-commits mailing list