diff --git a/polly/www/index.html b/polly/www/index.html index bca7bfcd2f13..03f0362e2ffd 100644 --- a/polly/www/index.html +++ b/polly/www/index.html @@ -70,6 +70,37 @@
2012 | |
September |
+
+ Experimental support for the new isl code generator
+ was committed. The code generator can be parameterized on a fine-grained
+ level. It gives direct control for example over unrolling, the amount of
+ control overhead and the code size. It can also be used to
+ create loops to handle border conditions or to perform full-partial tile
+ separation. |
July |
+
+ Polly can now be directly linked to the Pluto optimizer. We were
+already able to perform Pluto-like optimizations with Polly, as a similer
+algorithm was added to isl half a year ago. However, being able to directly
+compare with the original implementation will not only bring in competition in
+the optimizer field. It will also allow new experiments with a cutting edge
+research tool. | + |
February |