2 date: Sun Apr 2 10:02:35 AM CEST 2023
4 - add example application
5 - take into account reads performed by statement arguments
6 - support recent versions of clang
9 date: Sat 02 Jul 2022 02:39:46 PM CEST
11 - support recent versions of clang
14 date: Sun 25 Apr 2021 06:47:59 PM CEST
16 - support recent versions of clang
19 date: Sun 01 Nov 2020 03:06:38 PM CET
21 - support recent versions of clang
24 date: Sat Nov 9 10:58:20 CET 2019
26 - support recent versions of clang
29 date: Tue Mar 26 20:04:11 CET 2019
31 - support recent versions of clang
34 date: Sat Jul 28 23:01:35 CEST 2018
39 date: Sat Mar 3 11:00:19 CET 2018
41 - support bitwise assignment operators in statements
42 - support inlining of non-outermost call expressions
43 - support return statements in summary functions
46 date: Sun Dec 18 11:07:36 CET 2016
48 - detect and report unbalanced pairs of scop/endscop pragmas
49 - take into account assumptions during extraction
52 date: Tue May 3 15:06:19 CEST 2016
54 - push affine conditions into index expressions
55 - properly support undeclared loop iterators
58 date: Fri Jan 15 08:27:46 CET 2016
60 - initialize compiler builtins
61 - support recent clangs
62 - rename pet_scop accessors
63 - support variable renaming
64 - support inlining of outermost call expressions
65 - add preliminary Python bindings
68 date: Sat Jun 13 08:47:22 CEST 2015
70 - support recent clangs
71 - support __pencil_kill
72 - support schedule trees
75 date: Sun Oct 26 09:47:01 CET 2014
77 - support recent clangs
78 - break up access relations into may_read/may_write/must_write
79 - analyze called function if body is available
80 - support summary functions
83 date: Mon Apr 14 11:14:39 CEST 2014
85 - support recent clangs
86 - support more types of operations in statements
87 - add printing of (transformed) statement bodies
88 - add reference identifiers
89 - keep track of index expressions
90 - support multiple scops
91 - support member accesses
92 - improved support for autodetecting scops
93 - support macro statements
94 - support enum constants
95 - support pencil independent pragma
98 date: Wed Jun 26 10:25:53 CEST 2013
100 - support recent clangs
101 - keep better track of doubles
102 - support cast expressions
105 date: Mon Dec 3 08:19:06 CET 2012
107 - support recent clangs
108 - support (single) variable declarations inside a scop
109 - support modulo operation statements
112 date: Mon Jun 4 14:35:43 CEST 2012
114 - support recent clangs
115 - take into account overflows on signed integers
116 - support increment and decrement operation statements
117 - support non-affine conditions in for loops
118 - support while, break and continue