add internal representation of LP tableaus
[platform/upstream/isl.git] / Makefile.am
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