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