[llvm] r225695 - First crack at PowerPC 3.6 release notes
Bill Schmidt
wschmidt at linux.vnet.ibm.com
Mon Jan 12 12:46:43 PST 2015
Author: wschmidt
Date: Mon Jan 12 14:46:43 2015
New Revision: 225695
URL: http://llvm.org/viewvc/llvm-project?rev=225695&view=rev
Log:
First crack at PowerPC 3.6 release notes
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=225695&r1=225694&r2=225695&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Mon Jan 12 14:46:43 2015
@@ -183,7 +183,25 @@ Miscellaneous
Changes to the PowerPC Target
-----------------------------
-During this release ...
+There are numerous improvements to the PowerPC target in this release:
+
+* LLVM now generates the Vector-Scalar eXtension (VSX) instructions from
+ version 2.06 of the Power ISA, for both big- and little-endian targets.
+
+* LLVM now has a POWER8 instruction scheduling description.
+
+* Address Sanitizer (ASAN) support is now fully functional.
+
+* Performance of simple atomic accesses has been greatly improved.
+
+* Atomic fences now use light-weight syncs where possible, again providing
+ significant performance benefit.
+
+* The PowerPC target now supports PIC levels (-fPIC vs. -fpic).
+
+* PPC32 SVR4 now supports small-model PIC.
+
+* There have been many smaller bug fixes and performance improvements.
External Open Source Projects Using LLVM 3.6
============================================
More information about the llvm-commits
mailing list