diff options
| author | Hans Wennborg <hans@chromium.org> | 2020-02-10 13:06:48 +0100 |
|---|---|---|
| committer | Hans Wennborg <hans@chromium.org> | 2020-02-10 13:06:48 +0100 |
| commit | 4ea0b397582a623cdaaca97ed304002531f9575d (patch) | |
| tree | d11b2e029483090f8604584ac09f181304d64923 | |
| parent | fc12083cbc5caa0e60a8e12bab9c34f71a4b31b1 (diff) | |
| download | bcm5719-llvm-4ea0b397582a623cdaaca97ed304002531f9575d.tar.gz bcm5719-llvm-4ea0b397582a623cdaaca97ed304002531f9575d.zip | |
PowerPC release notes
By Anil Mahmud.
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 75dc29b03dd..cca43f94a33 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -144,7 +144,29 @@ Changes to the MIPS Target Changes to the PowerPC Target ----------------------------- - During this release ... +Optimization: + + * Improved register pressure estimates in the loop vectorizer based on type + * Improved the PowerPC cost model for the vectorizer + * Enabled vectorization of math routines on PowerPC using MASSV (Mathematical Acceleration SubSystem) library + +compiler-rt: + + * Added/improved conversion functions from IBM long double to 128-bit integers + +Codegen: + + * Optimized memory access instructions in loops (pertaining to update-form instructions and address computation) + * Added options to disable hoisting instructions to hotter blocks based on statically or profile-based block hotness estimates + * Code generation improvements (particularly with floating point and vector code as well as handling condition registers) + * Various infrastructural improvements, code refactoring, and bug fixes + * Optimized handling of control flow based on multiple comparison of same values + +Tools: + + * llvm-readobj supports displaying file header, section headers, symbol table and relocation entries for XCOFF object files + * llvm-objdump supports disassembling physical sections for XCOFF object files + Changes to the X86 Target ------------------------- |

