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