2 date: Fri Jan 15 08:27:46 CET 2016
4 - initialize compiler builtins
5 - support recent clangs
6 - rename pet_scop accessors
7 - support variable renaming
8 - support inlining of outermost call expressions
9 - add preliminary Python bindings
12 date: Sat Jun 13 08:47:22 CEST 2015
14 - support recent clangs
15 - support __pencil_kill
16 - support schedule trees
19 date: Sun Oct 26 09:47:01 CET 2014
21 - support recent clangs
22 - break up access relations into may_read/may_write/must_write
23 - analyze called function if body is available
24 - support summary functions
27 date: Mon Apr 14 11:14:39 CEST 2014
29 - support recent clangs
30 - support more types of operations in statements
31 - add printing of (transformed) statement bodies
32 - add reference identifiers
33 - keep track of index expressions
34 - support multiple scops
35 - support member accesses
36 - improved support for autodetecting scops
37 - support macro statements
38 - support enum constants
39 - support pencil independent pragma
42 date: Wed Jun 26 10:25:53 CEST 2013
44 - support recent clangs
45 - keep better track of doubles
46 - support cast expressions
49 date: Mon Dec 3 08:19:06 CET 2012
51 - support recent clangs
52 - support (single) variable declarations inside a scop
53 - support modulo operation statements
56 date: Mon Jun 4 14:35:43 CEST 2012
58 - support recent clangs
59 - take into account overflows on signed integers
60 - support increment and decrement operation statements
61 - support non-affine conditions in for loops
62 - support while, break and continue