2 date: Wed Jul 24 12:54:46 CEST 2013
4 - handle malloc returning NULL on zero-size allocation
5 - fix regression in AST generator
8 date: Sun Jun 23 20:23:05 CEST 2013
10 - add isl_val abstraction
13 date: Tue Apr 9 18:45:10 CEST 2013
15 - make code generation output the same on Solaris
16 - fix some hard to trigger bugs
19 date: Mon Dec 10 11:55:30 CET 2012
21 - add LICENSE file to distribution
22 - make code generation output independent of endianness
25 date: Mon Dec 3 08:17:18 CET 2012
27 - change license from LGPL 2.1 to MIT
28 - add support for multi piecewise quasi-affine expressions
30 - various minor bug fixes
33 date: Sun Jun 3 18:00:16 CEST 2012
35 - support for interaction with dependence analysis
36 - add public API for vectors
37 - improved support for (piecewise) multi quasi-affine expressions
38 - various minor bug fixes
41 date: Sat Dec 17 18:19:26 CET 2011
43 - improved argument parsing
44 - hide internal structure of isl_options
45 - improved support for parameter sets
46 - configurable scheduling
49 date: Fri Oct 21 12:36:20 CEST 2011
52 - drop isl_div abstraction
53 - rename isl_dim to isl_space
55 explicitly differentiate between spaces of maps,
56 sets and parameter sets
57 - add support for identifiers
58 - add support for (piecewise) multi quasi-affine expressions
59 - preliminary Python bindings
62 date: Tue Jul 12 19:34:51 CEST 2011
64 - hide internal structures of isl_div and isl_constraint
65 - preliminary scheduling
66 - add support for local spaces and (piecewise) quasi-affine expressions
69 date: Fri Mar 18 15:59:16 CET 2011
72 - consistency changes in API
73 - hide internal structure of isl_ctx
76 date: Wed Jan 5 10:21:42 CET 2011
78 - fix simple symmetry detection in parametric integer programming
81 date: Thu Dec 23 17:03:14 CET 2010
83 - rename header files from isl_header.h to isl/header.h
84 - add higher level interface for dependence analysis
85 - improved argument parsing
86 - optionally triangulate domains during Bernstein expansion
87 - support extended PolyLib format
88 - hide internal structure of some data types
90 - add simple symmetry detection in parametric integer programming
93 date: Fri Sep 10 12:57:50 CEST 2010
95 - rename isl_pw_qpolynomial_fold_add
96 - add isl_map_apply_pw_qpolynomial_fold
97 - support named and nested spaces
98 - support union sets and maps
99 - add public API for matrices
102 date: Tue Jun 29 13:16:46 CEST 2010
104 - new printing functions
105 - support for "may" accesses in dependence analysis
106 - improved coalescing
107 - improved transitive closure
108 - fix several hard to trigger bugs
109 - improved argument parsing
110 - support parametric vertex enumeration for barvinok
111 - optionally use Bernstein expansion to compute bounds