Makefile.am: add gitversion.h to BUILT_SOURCES
[ppcg.git] / ChangeLog
blobe902701903374242fd6450cf5098401a7453af35
1 version: 0.07
2 date: Tue Feb  7 17:23:22 CET 2017
3 changes:
4         - support hybrid tiling
5 ---
6 version: 0.06
7 date: Fri May  6 12:08:50 CEST 2016
8 changes:
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 ---
15 version: 0.05
16 date: Fri Jan 15 09:30:23 CET 2016
17 changes:
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 ---
23 version: 0.04
24 date: Wed Jun 17 10:52:58 CEST 2015
25 changes:
26         - use schedule trees
27         - fix live-range reordering
28         - improve generation of synchronization
29         - exploit independences during dependence analysis