2 date: Sat Oct 25 16:08:47 CEST 2014
4 - support IMath as an optional replacement for GMP
5 - minor AST generator improvements
8 date: Mon Apr 14 11:08:45 CEST 2014
11 - improved support for multi piecewise quasi-affine expressions
12 - allow the user to impose a bound on the number of low-level operations
13 - add isl_id_to_ast_expr and isl_id_to_pw_aff
14 - add isl_schedule_constraints
15 - hide internal structure of isl_vec
16 - remove support for piplib
19 date: Sun Jan 12 12:09:46 CET 2014
22 - fix simplification bug
25 date: Wed Jul 24 12:54:46 CEST 2013
27 - handle malloc returning NULL on zero-size allocation
28 - fix regression in AST generator
31 date: Sun Jun 23 20:23:05 CEST 2013
33 - add isl_val abstraction
36 date: Tue Apr 9 18:45:10 CEST 2013
38 - make code generation output the same on Solaris
39 - fix some hard to trigger bugs
42 date: Mon Dec 10 11:55:30 CET 2012
44 - add LICENSE file to distribution
45 - make code generation output independent of endianness
48 date: Mon Dec 3 08:17:18 CET 2012
50 - change license from LGPL 2.1 to MIT
51 - add support for multi piecewise quasi-affine expressions
53 - various minor bug fixes
56 date: Sun Jun 3 18:00:16 CEST 2012
58 - support for interaction with dependence analysis
59 - add public API for vectors
60 - improved support for (piecewise) multi quasi-affine expressions
61 - various minor bug fixes
64 date: Sat Dec 17 18:19:26 CET 2011
66 - improved argument parsing
67 - hide internal structure of isl_options
68 - improved support for parameter sets
69 - configurable scheduling
72 date: Fri Oct 21 12:36:20 CEST 2011
75 - drop isl_div abstraction
76 - rename isl_dim to isl_space
78 explicitly differentiate between spaces of maps,
79 sets and parameter sets
80 - add support for identifiers
81 - add support for (piecewise) multi quasi-affine expressions
82 - preliminary Python bindings
85 date: Tue Jul 12 19:34:51 CEST 2011
87 - hide internal structures of isl_div and isl_constraint
88 - preliminary scheduling
89 - add support for local spaces and (piecewise) quasi-affine expressions
92 date: Fri Mar 18 15:59:16 CET 2011
95 - consistency changes in API
96 - hide internal structure of isl_ctx
99 date: Wed Jan 5 10:21:42 CET 2011
101 - fix simple symmetry detection in parametric integer programming
104 date: Thu Dec 23 17:03:14 CET 2010
106 - rename header files from isl_header.h to isl/header.h
107 - add higher level interface for dependence analysis
108 - improved argument parsing
109 - optionally triangulate domains during Bernstein expansion
110 - support extended PolyLib format
111 - hide internal structure of some data types
112 - improved coalescing
113 - add simple symmetry detection in parametric integer programming
116 date: Fri Sep 10 12:57:50 CEST 2010
118 - rename isl_pw_qpolynomial_fold_add
119 - add isl_map_apply_pw_qpolynomial_fold
120 - support named and nested spaces
121 - support union sets and maps
122 - add public API for matrices
125 date: Tue Jun 29 13:16:46 CEST 2010
127 - new printing functions
128 - support for "may" accesses in dependence analysis
129 - improved coalescing
130 - improved transitive closure
131 - fix several hard to trigger bugs
132 - improved argument parsing
133 - support parametric vertex enumeration for barvinok
134 - optionally use Bernstein expansion to compute bounds