summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2012-04-16 17:17:00 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2012-04-16 17:17:00 +0000
commit76213b865989771477a13ab684784cb7e7a8ded0 (patch)
tree82d6277bf56540ad076269740c825e8891c20976 /docs
parent705e2572b442c34d65a3b667e008327b50bac06b (diff)
downloadllvm-76213b865989771477a13ab684784cb7e7a8ded0.tar.gz
llvm-76213b865989771477a13ab684784cb7e7a8ded0.tar.bz2
llvm-76213b865989771477a13ab684784cb7e7a8ded0.tar.xz
Add Polly news to the release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154833 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1457c985b6..9552fe701a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -206,6 +206,36 @@ Release Notes</a>.</h1>
</div>
+
+<!--=========================================================================-->
+<h3>
+<a name="Polly">Polly</a>
+</h3>
+
+<div>
+
+ <p><a href="http://polly.llvm.org/">Polly</a> is an <em>experimental</em>
+ optimizer for data locality and parallelism. It currently provides high-level
+ loop optimizations and automatic parallelisation (using the OpenMP run time).
+ Work in the area of automatic SIMD and accelerator code generation was
+ started.
+
+ <p>Within the LLVM 3.1 time-frame there were the following highlights:</p>
+
+ <ul>
+ <li>Polly became an official LLVM project</li>
+ <li>Polly can be loaded directly into clang (Enabled by '-O3 -mllvm -polly'
+ )</li>
+ <li>An automatic scheduling optimizer (derived from <a
+ href="http://pluto-compiler.sourceforge.net/">Pluto</a>) was integrated. It
+ performs loop transformations to optimize for data-locality and parallelism.
+ The transformations include, but are not limited to interchange, fusion,
+ fission, skewing and tiling.
+ </li>
+ </ul>
+
+</div>
+
</div>
<!-- *********************************************************************** -->