2 date: Sat Jul 28 23:01:35 CEST 2018
7 date: Sat Mar 3 11:00:19 CET 2018
9 - support bitwise assignment operators in statements
10 - support inlining of non-outermost call expressions
11 - support return statements in summary functions
14 date: Sun Dec 18 11:07:36 CET 2016
16 - detect and report unbalanced pairs of scop/endscop pragmas
17 - take into account assumptions during extraction
20 date: Tue May 3 15:06:19 CEST 2016
22 - push affine conditions into index expressions
23 - properly support undeclared loop iterators
26 date: Fri Jan 15 08:27:46 CET 2016
28 - initialize compiler builtins
29 - support recent clangs
30 - rename pet_scop accessors
31 - support variable renaming
32 - support inlining of outermost call expressions
33 - add preliminary Python bindings
36 date: Sat Jun 13 08:47:22 CEST 2015
38 - support recent clangs
39 - support __pencil_kill
40 - support schedule trees
43 date: Sun Oct 26 09:47:01 CET 2014
45 - support recent clangs
46 - break up access relations into may_read/may_write/must_write
47 - analyze called function if body is available
48 - support summary functions
51 date: Mon Apr 14 11:14:39 CEST 2014
53 - support recent clangs
54 - support more types of operations in statements
55 - add printing of (transformed) statement bodies
56 - add reference identifiers
57 - keep track of index expressions
58 - support multiple scops
59 - support member accesses
60 - improved support for autodetecting scops
61 - support macro statements
62 - support enum constants
63 - support pencil independent pragma
66 date: Wed Jun 26 10:25:53 CEST 2013
68 - support recent clangs
69 - keep better track of doubles
70 - support cast expressions
73 date: Mon Dec 3 08:19:06 CET 2012
75 - support recent clangs
76 - support (single) variable declarations inside a scop
77 - support modulo operation statements
80 date: Mon Jun 4 14:35:43 CEST 2012
82 - support recent clangs
83 - take into account overflows on signed integers
84 - support increment and decrement operation statements
85 - support non-affine conditions in for loops
86 - support while, break and continue