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