1version: 0.07
2date: Tue Feb  7 17:23:22 CET 2017
3changes:
4	- support hybrid tiling
5---
6version: 0.06
7date: Fri May  6 12:08:50 CEST 2016
8changes:
9	- use PPCG specific macro names in generated code
10	- complete transition to schedule trees
11	- maximize coincidence by default
12	- map arrays with constant index expressions to private memory
13	- optionally group chains of statements
14---
15version: 0.05
16date: Fri Jan 15 09:30:23 CET 2016
17changes:
18	- fix live-out computation
19	- optionally compute schedule for C target
20	- optionally perform tiling for C target
21	- create single kernel for non-permutable subtree
22---
23version: 0.04
24date: Wed Jun 17 10:52:58 CEST 2015
25changes:
26	- use schedule trees
27	- fix live-range reordering
28	- improve generation of synchronization
29	- exploit independences during dependence analysis
30