diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-01-31 09:13:12 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-01-31 09:13:12 +0000 |
commit | ccda0d50601b9a0e57a49cbd15025dce9d3bad5f (patch) | |
tree | 6ebf684d27c489e5474e14d49bca5ce46d0a3363 | |
parent | 62f55bc3b0335f94af9d8a8f4fdc0174097df5d3 (diff) | |
download | bcm5719-llvm-ccda0d50601b9a0e57a49cbd15025dce9d3bad5f.tar.gz bcm5719-llvm-ccda0d50601b9a0e57a49cbd15025dce9d3bad5f.zip |
www: Add news about the improved isl scheduling support
llvm-svn: 149374
-rw-r--r-- | polly/www/index.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/polly/www/index.html b/polly/www/index.html index 807cddf7dd1..bd38095e5d9 100644 --- a/polly/www/index.html +++ b/polly/www/index.html @@ -69,7 +69,17 @@ <!--=====================================================================--> <table id="news"> - <tr><td><b>2011</b></td></tr> + <tr><td><b>2012</b></td></tr> + <tr><td width="120"><p>January</p></td> + <td> + <p>Improved support for the isl scheduling optimizer</p> + Polly can now automatically optimize all polybench kernels without the help of + an external optimizer. The compile time is reasonable fast and we can show + notable speedups for various kernels. + </td></tr> + + <tr> + <tr><td><b><br/>2011</b></td></tr> <tr><td width="120"><p>November</p></td> <td> <p> |