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.
+ We also relicensed isl under the MIT license. This means, with the + exception of GMP, there is no GPL licensed software used in Polly. The + use of GMP is limited to a well defined interface. Replacing it with + a BSD licensed replacement is a tractable engineering project we would + be very interested in. For more information about isl see the isl manual. +

+

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.
+ This support was on of the outcomes of the 1-day Polly workshop and the + following week of joint work at IISC Bangalore and in cooperation with + AMD India. +

+

February

Polly is an official LLVM project, reachable at