summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-07-15introduce generalized basis reduction based samplingSven Verdoolaege1-0/+11
2009-07-15add isl_seq_cdiv_qSven Verdoolaege1-0/+1
2009-07-13add isl_int_leSven Verdoolaege1-0/+1
2009-06-07add isl_int_mul_uiSven Verdoolaege1-0/+1
2009-06-07add isl_seq_fdiv_qSven Verdoolaege1-0/+1
2009-06-07add isl_seq_fdiv_rSven Verdoolaege1-0/+1
2009-06-05add isl_map_coalesceSven Verdoolaege1-0/+2
2009-05-19add isl_set_productSven Verdoolaege1-0/+1
2009-05-19export isl_map_dimSven Verdoolaege1-0/+1
2009-05-06add isl_basic_set_is_universeSven Verdoolaege1-0/+1
2009-05-06add isl_set_get_dimSven Verdoolaege1-0/+1
2009-03-23add isl_basic_set_get_dimSven Verdoolaege1-0/+2
2009-03-23add isl_basic_set_divSven Verdoolaege1-0/+2
2009-03-23change calling convention of isl_basic_map_divSven Verdoolaege1-1/+1
2009-03-23add isl_basic_set_fast_is_emptySven Verdoolaege1-0/+1
2009-03-20add isl_map_universeSven Verdoolaege1-0/+1
2009-03-20add isl_basic_map_fast_is_emptySven Verdoolaege1-0/+1
2009-03-20add isl_set_coalesceSven Verdoolaege1-0/+2
2009-03-20isl_ctx: add negoneSven Verdoolaege1-0/+1
2009-03-20add isl_set_bounded_simple_hullSven Verdoolaege1-0/+1
2009-03-20isl_map_affine_hull: detect equalities of integer affine hull before cowingSven Verdoolaege1-0/+1
2009-03-20isl_basic_map_dup: copy flags of original to duplicateSven Verdoolaege1-0/+5
2009-03-20isl_solve_lp: use tableaus instead of calling piplib (by default)Sven Verdoolaege1-0/+4
2009-03-20add isl_set_dimSven Verdoolaege1-0/+1
2009-03-20add isl_hash_table_alloc and isl_hash_table_freeSven Verdoolaege1-0/+3
2009-03-20isl_hash_table_init: take minimal size instead of number of bits neededSven Verdoolaege1-1/+1
2009-03-20add isl_int_geSven Verdoolaege1-0/+1
2009-03-08add isl_seq_normalizeSven Verdoolaege1-0/+1
2009-03-08isl_ctx.h: make FL_ISSET return a boolean valueSven Verdoolaege1-1/+1
2009-03-08rename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid name clashesSven Verdoolaege1-9/+9
2009-03-08add isl_calloc_typeSven Verdoolaege1-0/+2
2009-02-23add isl_basic_map_detect_equalitiesSven Verdoolaege1-0/+3
2009-02-22add isl_map_removeSven Verdoolaege1-0/+2
2009-02-22export isl_basic_map_is_equalSven Verdoolaege1-0/+3
2009-02-22add isl_basic_map_removeSven Verdoolaege2-0/+4
2009-02-22add isl_dim_rangeSven Verdoolaege1-0/+1
2009-02-22add isl_map_productSven Verdoolaege2-0/+2
2009-02-22add isl_basic_map_add_constraintSven Verdoolaege1-0/+2
2009-02-22add isl_dim_addSven Verdoolaege1-0/+2
2009-02-22change calling convention of isl_basic_map_{equal,less_at,more_at}Sven Verdoolaege1-6/+4
2009-02-22add isl_map_copy_basic_map and isl_map_drop_basic_mapSven Verdoolaege1-0/+4
2009-02-22add isl_map_from_rangeSven Verdoolaege1-0/+1
2009-02-22add isl_map_fast_is_emptySven Verdoolaege1-0/+1
2009-02-22change calling convention of isl_map_empty and add isl_map_empty_likeSven Verdoolaege1-2/+1
2009-02-22isl_map_intersect: allow intersection with pure parameter constraintsSven Verdoolaege1-0/+3
2009-02-15fix serious error in isl_mat_parameter_compressionSven Verdoolaege3-0/+5
2009-02-11export isl_basic_map_intersect_rangeSven Verdoolaege1-0/+3
2009-02-11add isl_basic_map_floordivSven Verdoolaege1-0/+2
2009-02-11add isl_basic_map_fast_is_fixedSven Verdoolaege1-0/+3
2009-02-11add isl_basic_map_negSven Verdoolaege1-0/+1