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 | 9c1a86b29cfee575a9c8bc2e0e0b5349227d0b4f (patch) | |
tree | c46e804a617b9a6608eaba8b2ba1efda0d93a666 | |
parent | a621edde3f858609bf92ffde7df2e93ff1632797 (diff) | |
download | bcm5719-llvm-9c1a86b29cfee575a9c8bc2e0e0b5349227d0b4f.tar.gz bcm5719-llvm-9c1a86b29cfee575a9c8bc2e0e0b5349227d0b4f.zip |
Note Freescale's contributions in the PPC release notes.
This mainly reflects the work of Tobias von Koch.
llvm-svn: 168352
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 717bf6c4bd2..31cb26ca020 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |