isl_ast_build_get_stride: use isl_val
[platform/upstream/isl.git] / Makefile.am
2010-05-14 Sven Verdoolaegeadd isl_bound test application
2010-05-14 Sven Verdoolaegeadd isl_pw_qpolynomial_bound_range
2010-05-13 Sven Verdoolaegeadd rudimentary isl_morph
2010-05-13 Sven Verdoolaegeadd isl_dim_offset
2010-03-23 Sven Verdoolaegeexport isl_dim_move
2010-03-23 Sven Verdoolaegeisl_polynomial.c: separate out fold functionality to...
2010-03-18 Sven Verdoolaegeadd isl_printer
2010-03-14 Sven Verdoolaegedocument transitive closure implementation
2010-03-10 Sven Verdoolaegeadd some pip tests from the piplib distribution
2010-03-09 Sven Verdoolaegeadd isl_pw_qpolynomial_fold
2010-03-05 Sven Verdoolaegeadd generic isl_obj
2010-03-05 Sven Verdoolaegeadd support for (piecewise) quasipolynomials
2010-03-04 Sven Verdoolaegeadd isl_map_move
2010-03-04 Sven Verdoolaegeexport isl_stream.h
2010-03-04 Sven Verdoolaegeadd isl_point
2010-02-15 Sven Verdoolaegeadd isl_closure test application
2010-02-03 Sven Verdoolaegeadd isl_map_power and isl_map_transitive_closure
2010-01-31 Sven Verdoolaegeadd dependence analysis
2010-01-25 Sven Verdoolaegeadd isl_cat test application
2010-01-25 Sven Verdoolaegeisl_input.c: merge functions for reading PolyLib and...
2010-01-13 Sven Verdoolaegeproperly remove piplib submodule
2009-12-16 Sven Verdoolaegeremove functions for converting between isl and PolyLib
2009-12-07 Sven Verdoolaegeisl_map_subtract.c: extract from isl_map.c
2009-10-21 Sven Verdoolaegeput options in a separate isl_options structure
2009-10-21 Sven Verdoolaegeadd rudimentary argument parsing facility
2009-10-21 Sven Verdoolaegeextract isl_basic_set_scan from polytope_scan.c
2009-10-12 Sven Verdoolaegemark some functions as requiring use of return value
2009-10-08 Sven Verdoolaegeadd isl_polyhedron_detect_equalities test application
2009-10-02 Sven Verdoolaegeexport isl_mat header
2009-09-20 Sven Verdoolaegecreate pkg-config file
2009-09-06 Sven Verdoolaegeisl 0.01 isl-0.01
2009-09-06 Sven Verdoolaegeadd a rudimentary manual
2009-09-06 Sven Verdoolaegeseparate out config header from isl_ctx.h
2009-08-28 Sven Verdoolaegeadd isl_polytope_scan application
2009-08-28 Sven Verdoolaegeadd isl_polyhedron_minimize application
2009-08-28 Sven Verdoolaegeadd generalized basis reduction based ILP solver
2009-08-28 Sven Verdoolaegeexport isl_vec header
2009-08-07 Sven Verdoolaegeadd an internal parametric integer linear program solver
2009-08-07 Sven Verdoolaegemake piplib headers private
2009-07-15 Sven Verdoolaegeadd isl_polyhedron_sample application
2009-07-15 Sven Verdoolaegeintroduce generalized basis reduction based sampling
2009-03-20 Sven Verdoolaegeadd isl_set_coalesce
2009-03-20 Sven Verdoolaegeadd internal representation of LP tableaus
2009-01-06 Sven Verdoolaegeisl_map_simplify.c: extract out simplify and related...
2008-12-25 Sven Verdoolaegeisl_stream.c: extracted from isl_input_omega.c
2008-12-23 Sven Verdoolaegeadd isl_div abstraction, similar to isl_constraint
2008-12-14 Sven Verdoolaegeallow parameters and dimensions to be named
2008-12-14 Sven Verdoolaegeintroduce isl_hash_table and move hashing declarations...
2008-12-14 Sven Verdoolaegeintroduce isl_dim structure for representing shared...
2008-12-02 Sven VerdoolaegeAdd backup mp_get_memory_functions implementation for...
2008-10-14 Sven Verdoolaegeuse GMP flags when compiling isl_test
2008-10-14 Sven Verdoolaegeuse uint_32_t from stdint.h instead of u_int_32_t
2008-10-14 Sven Verdoolaegeadd some functions for manipulating constraints
2008-10-14 Sven Verdoolaegeadd isl_basic_set_interval and isl_basic_set_product
2008-10-13 Sven Verdoolaegeadd isl_basic_set_print and isl_set_print for printing...
2008-09-04 Sven Verdoolaegeisl_basic_set_read_from_file: partial support for Omega...
2008-09-03 Sven Verdoolaegeadd test_inputs to the distribution
2008-09-03 Sven Verdoolaegeadd isl_sample_piplib.h to the distribution
2008-09-03 Sven VerdoolaegeMakefile.am: only include piplib in distribution if...
2008-09-03 Sven VerdoolaegeMakefile.am: remove reference to (re)moved header files
2008-08-25 Sven Verdoolaegeadd convex hull computation
2008-08-25 Sven Verdoolaegerename isl_map_affine_hull.c to isl_affine_hull.c
2008-08-25 Sven Verdoolaegeadd isl_basic_set_read_from_file
2008-08-25 Sven Verdoolaegeisl_basic_set_sample: remove equalities first
2008-08-25 Sven Verdoolaegereimplement isl_basic_map_is_empty in terms of isl_basi...
2008-08-25 Sven Verdoolaegeavoid preprocessor conditionals
2008-08-07 Sven VerdoolaegeInitial version of the integer set library