diff options
author | Hal Finkel <hfinkel@anl.gov> | 2012-11-20 04:20:31 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2012-11-20 04:20:31 +0000 |
commit | 9eecb35d6b3cd772b57620f37deb065b2f426aae (patch) | |
tree | 1e69ad9b7a24c47004701a288a787b75022ba12b | |
parent | 01315e6e3b6636586f98f3df167f1931843deb04 (diff) | |
download | external_llvm-9eecb35d6b3cd772b57620f37deb065b2f426aae.zip external_llvm-9eecb35d6b3cd772b57620f37deb065b2f426aae.tar.gz external_llvm-9eecb35d6b3cd772b57620f37deb065b2f426aae.tar.bz2 |
Note Freescale's contributions in the PPC release notes.
This mainly reflects the work of Tobias von Koch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168352 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 717bf6c..31cb26c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -656,7 +656,7 @@ core and border computations, control overhead vs. code size) </li> <!--=========================================================================--> <h3> -<a name="PPC64">PowerPC64 Elf Linux Target Improvements</a> +<a name="PowerPC">PowerPC Target Improvements</a> </h3> <div> @@ -687,6 +687,9 @@ core and border computations, control overhead vs. code size) </li> <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> |