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