diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-11-14 09:09:23 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-11-14 09:09:23 +0000 |
commit | 093cb7ed304ff91bc5f1a422fd84c6aec9ea9f28 (patch) | |
tree | b870a52614751885316a9b38ba5b0ec3303f3d19 | |
parent | c4e15628255b24cb17138404abe3d94bde811e25 (diff) |
Add Polly to release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144528 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 16fb13328a..5a8f21f433 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -509,6 +509,22 @@ be used to verify some algorithms. </div> <!--=========================================================================--> +<h3>Polly</h3> + +<div> + +<p><a href="http://polly.grosser.es">Polly</a> is an advanced data-locality + optimizer and automatic parallelizer. It uses an advanced, mathematical + model to calculate detailed data dependency information which it uses to + optimize the loop structure of a program. Polly can speed up sequential code + by improving memory locality and consequently the cache use. Furthermore, + Polly is able to expose different kind of parallelism which it exploits by + introducing (basic) OpenMP and SIMD code. A mid-term goal of Polly is to + automatically create optimized GPU code.</p> + +</div> + +<!--=========================================================================--> <h3>Portable OpenCL (pocl)</h3> <div> |