2 date: Sat Jun 13 08:47:22 CEST 2015
4 - support recent clangs
5 - support __pencil_kill
6 - support schedule trees
9 date: Sun Oct 26 09:47:01 CET 2014
11 - support recent clangs
12 - break up access relations into may_read/may_write/must_write
13 - analyze called function if body is available
14 - support summary functions
17 date: Mon Apr 14 11:14:39 CEST 2014
19 - support recent clangs
20 - support more types of operations in statements
21 - add printing of (transformed) statement bodies
22 - add reference identifiers
23 - keep track of index expressions
24 - support multiple scops
25 - support member accesses
26 - improved support for autodetecting scops
27 - support macro statements
28 - support enum constants
29 - support pencil independent pragma
32 date: Wed Jun 26 10:25:53 CEST 2013
34 - support recent clangs
35 - keep better track of doubles
36 - support cast expressions
39 date: Mon Dec 3 08:19:06 CET 2012
41 - support recent clangs
42 - support (single) variable declarations inside a scop
43 - support modulo operation statements
46 date: Mon Jun 4 14:35:43 CEST 2012
48 - support recent clangs
49 - take into account overflows on signed integers
50 - support increment and decrement operation statements
51 - support non-affine conditions in for loops
52 - support while, break and continue