From f8ae533f3d91881366d64f1b4f49d85615010f35 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Tue, 6 Jan 2015 12:57:44 +0000 Subject: [PATCH] www: Draft changelog for the upcoming release. llvm-svn: 225264 --- polly/www/changelog.html | 39 +++++++++++++++++++++++++++++++++++++++ polly/www/menu.html.incl | 1 + 2 files changed, 40 insertions(+) create mode 100644 polly/www/changelog.html diff --git a/polly/www/changelog.html b/polly/www/changelog.html new file mode 100644 index 0000000..f9d1530 --- /dev/null +++ b/polly/www/changelog.html @@ -0,0 +1,39 @@ + + + + + Polly - ChangeLog + + + + +
+ +
+

ChangeLog

+ +

3.6 - Upcoming release

+ +
    +
  • Switch to the new isl AST generator (replacing CLooG)
  • +
  • Run-time alias checks
  • +
  • Computation of no-alias information for later LLVM optimizations +(vectorizer, LICM, ...)
  • +
  • Support for multi-dimensional arrays of parameteric size (still tested)
  • +
  • New assumption tracking framework
  • +
      +
    • Accesses to multi-dimensional arrays of fixed size are within bounds
    • +
    +
  • Compile-time reduction
  • +
+ +

Older releases

+ +No changelog available. Please look at the commit history. + + +
+ + diff --git a/polly/www/menu.html.incl b/polly/www/menu.html.incl index 729e3d4..44fab67 100644 --- a/polly/www/menu.html.incl +++ b/polly/www/menu.html.incl @@ -16,6 +16,7 @@ Optimizations Publications Contributors TODO + ChangeLog