PPCG 0.08.1
[ppcg.git] / ChangeLog
blob937a644d6de754a72c90103877617cd75ed17fea
1 version: 0.08.1
2 date: Mon Jul 30 23:05:04 CEST 2018
3 changes:
4         - move some functionality to isl
5 ---
6 version: 0.08
7 date: Sat Mar  3 15:31:38 CET 2018
8 changes:
9         - minor fixes
10 ---
11 version: 0.07
12 date: Tue Feb  7 17:23:22 CET 2017
13 changes:
14         - support hybrid tiling
15 ---
16 version: 0.06
17 date: Fri May  6 12:08:50 CEST 2016
18 changes:
19         - use PPCG specific macro names in generated code
20         - complete transition to schedule trees
21         - maximize coincidence by default
22         - map arrays with constant index expressions to private memory
23         - optionally group chains of statements
24 ---
25 version: 0.05
26 date: Fri Jan 15 09:30:23 CET 2016
27 changes:
28         - fix live-out computation
29         - optionally compute schedule for C target
30         - optionally perform tiling for C target
31         - create single kernel for non-permutable subtree
32 ---
33 version: 0.04
34 date: Wed Jun 17 10:52:58 CEST 2015
35 changes:
36         - use schedule trees
37         - fix live-range reordering
38         - improve generation of synchronization
39         - exploit independences during dependence analysis