-
Notifications
You must be signed in to change notification settings - Fork 9
/
ChangeLog
111 lines (111 loc) · 2.75 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
version: 0.11.6
date: Sat 02 Jul 2022 02:39:46 PM CEST
changes:
- support recent versions of clang
---
version: 0.11.5
date: Sun 25 Apr 2021 06:47:59 PM CEST
changes:
- support recent versions of clang
---
version: 0.11.4
date: Sun 01 Nov 2020 03:06:38 PM CET
changes:
- support recent versions of clang
---
version: 0.11.3
date: Sat Nov 9 10:58:20 CET 2019
changes:
- support recent versions of clang
---
version: 0.11.2
date: Tue Mar 26 20:04:11 CET 2019
changes:
- support recent versions of clang
---
version: 0.11.1
date: Sat Jul 28 23:01:35 CEST 2018
changes:
- update isl
---
version: 0.11
date: Sat Mar 3 11:00:19 CET 2018
changes:
- support bitwise assignment operators in statements
- support inlining of non-outermost call expressions
- support return statements in summary functions
---
version: 0.10
date: Sun Dec 18 11:07:36 CET 2016
changes:
- detect and report unbalanced pairs of scop/endscop pragmas
- take into account assumptions during extraction
---
version: 0.09
date: Tue May 3 15:06:19 CEST 2016
changes:
- push affine conditions into index expressions
- properly support undeclared loop iterators
---
version: 0.08
date: Fri Jan 15 08:27:46 CET 2016
changes:
- initialize compiler builtins
- support recent clangs
- rename pet_scop accessors
- support variable renaming
- support inlining of outermost call expressions
- add preliminary Python bindings
---
version: 0.07
date: Sat Jun 13 08:47:22 CEST 2015
changes:
- support recent clangs
- support __pencil_kill
- support schedule trees
---
version: 0.06
date: Sun Oct 26 09:47:01 CET 2014
changes:
- support recent clangs
- break up access relations into may_read/may_write/must_write
- analyze called function if body is available
- support summary functions
---
version: 0.05
date: Mon Apr 14 11:14:39 CEST 2014
changes:
- support recent clangs
- support more types of operations in statements
- add printing of (transformed) statement bodies
- add reference identifiers
- keep track of index expressions
- support multiple scops
- support member accesses
- improved support for autodetecting scops
- support macro statements
- support enum constants
- support pencil independent pragma
---
version: 0.04
date: Wed Jun 26 10:25:53 CEST 2013
changes:
- support recent clangs
- keep better track of doubles
- support cast expressions
---
version: 0.03
date: Mon Dec 3 08:19:06 CET 2012
changes:
- support recent clangs
- support (single) variable declarations inside a scop
- support modulo operation statements
---
version: 0.02
date: Mon Jun 4 14:35:43 CEST 2012
changes:
- support recent clangs
- take into account overflows on signed integers
- support increment and decrement operation statements
- support non-affine conditions in for loops
- support while, break and continue