scop.c: scop_collect_accesses: rename "dim" variable to "space"
[pet.git] / ChangeLog
blob22463f226f5749d3c1a61f7c3e2447a69cdaf416
1 version: 0.04
2 date: Wed Jun 26 10:25:53 CEST 2013
3 changes:
4         - support recent clangs
5         - keep better track of doubles
6         - support cast expressions
7 ---
8 version: 0.03
9 date: Mon Dec  3 08:19:06 CET 2012
10 changes:
11         - support recent clangs
12         - support (single) variable declarations inside a scop
13         - support modulo operation statements
14 ---
15 version: 0.02
16 date: Mon Jun  4 14:35:43 CEST 2012
17 changes:
18         - support recent clangs
19         - take into account overflows on signed integers
20         - support increment and decrement operation statements
21         - support non-affine conditions in for loops
22         - support while, break and continue