isl_hash_dim: make result independent of endianness
[isl.git] / ChangeLog
blobe653bdb4370843587a09108a55c383597e630c71
1 version: 0.11
2 date: Mon Dec  3 08:17:18 CET 2012
3 changes:
4         - change license from LGPL 2.1 to MIT
5         - add support for multi piecewise quasi-affine expressions
6         - add code generation
7         - various minor bug fixes
8 ---
9 version: 0.10
10 date: Sun Jun  3 18:00:16 CEST 2012
11 changes:
12         - support for interaction with dependence analysis
13         - add public API for vectors
14         - improved support for (piecewise) multi quasi-affine expressions
15         - various minor bug fixes
16 ---
17 version: 0.09
18 date: Sat Dec 17 18:19:26 CET 2011
19 changes:
20         - improved argument parsing
21         - hide internal structure of isl_options
22         - improved support for parameter sets
23         - configurable scheduling
24 ---
25 version: 0.08
26 date: Fri Oct 21 12:36:20 CEST 2011
27 changes:
28         - improved parsing
29         - drop isl_div abstraction
30         - rename isl_dim to isl_space
31         - |-
32           explicitly differentiate between spaces of maps,
33           sets and parameter sets
34         - add support for identifiers
35         - add support for (piecewise) multi quasi-affine expressions
36         - preliminary Python bindings
37 ---
38 version: 0.07
39 date: Tue Jul 12 19:34:51 CEST 2011
40 changes:
41         - hide internal structures of isl_div and isl_constraint
42         - preliminary scheduling
43         - add support for local spaces and (piecewise) quasi-affine expressions
44 ---
45 version: 0.06
46 date: Fri Mar 18 15:59:16 CET 2011
47 changes:
48         - improved parsing
49         - consistency changes in API
50         - hide internal structure of isl_ctx
51 ---
52 version: 0.05.1
53 date: Wed Jan  5 10:21:42 CET 2011
54 changes:
55         - fix simple symmetry detection in parametric integer programming
56 ---
57 version: 0.05
58 date: Thu Dec 23 17:03:14 CET 2010
59 changes:
60         - rename header files from isl_header.h to isl/header.h
61         - add higher level interface for dependence analysis
62         - improved argument parsing
63         - optionally triangulate domains during Bernstein expansion
64         - support extended PolyLib format
65         - hide internal structure of some data types
66         - improved coalescing
67         - add simple symmetry detection in parametric integer programming
68 ---
69 version: 0.04
70 date: Fri Sep 10 12:57:50 CEST 2010
71 changes:
72         - rename isl_pw_qpolynomial_fold_add
73         - add isl_map_apply_pw_qpolynomial_fold
74         - support named and nested spaces
75         - support union sets and maps
76         - add public API for matrices
77 ---
78 version: 0.03
79 date: Tue Jun 29 13:16:46 CEST 2010
80 changes:
81         - new printing functions
82         - support for "may" accesses in dependence analysis
83         - improved coalescing
84         - improved transitive closure
85         - fix several hard to trigger bugs
86         - improved argument parsing
87         - support parametric vertex enumeration for barvinok
88 ---
89 version: 0.08
90 date: Fri Oct 21 12:36:20 CEST 2011
91 changes:
92         - optionally use Bernstein expansion to compute bounds