2 date: Mon Apr 14 11:14:39 CEST 2014
4 - support recent clangs
5 - support more types of operations in statements
6 - add printing of (transformed) statement bodies
7 - add reference identifiers
8 - keep track of index expressions
9 - support multiple scops
10 - support member accesses
11 - improved support for autodetecting scops
12 - support macro statements
13 - support enum constants
14 - support pencil independent pragma
17 date: Wed Jun 26 10:25:53 CEST 2013
19 - support recent clangs
20 - keep better track of doubles
21 - support cast expressions
24 date: Mon Dec 3 08:19:06 CET 2012
26 - support recent clangs
27 - support (single) variable declarations inside a scop
28 - support modulo operation statements
31 date: Mon Jun 4 14:35:43 CEST 2012
33 - support recent clangs
34 - take into account overflows on signed integers
35 - support increment and decrement operation statements
36 - support non-affine conditions in for loops
37 - support while, break and continue