summaryrefslogtreecommitdiff
path: root/isl_hash.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-02relicense isl under the MIT licenseSven Verdoolaege1-1/+1
2012-07-08isl_hash.c: reset the number of entries to 0 when growing the hash tableMythri Alle1-0/+4
2011-06-05Fix <strings.h> includesTobias Grosser1-0/+1
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-2/+2
2010-07-30isl_hash_table_foreach: pass pointer to entry dataSven Verdoolaege1-2/+2
2010-07-30isl_hash_table_foreach: add user argumentSven Verdoolaege1-2/+3
2010-07-04add isl_hash_builtinSven Verdoolaege1-0/+9
2010-03-04add isl_hash_table_foreachSven Verdoolaege1-0/+15
2010-02-15isl_hash_table: use size that corresponds to the number of bitsSven Verdoolaege1-4/+4
2010-02-15isl_hash_table: grow table when we run out of entriesSven Verdoolaege1-1/+48
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2009-09-06isl_hash.c: remove unused variableSven Verdoolaege1-1/+1
2009-03-20add isl_hash_table_alloc and isl_hash_table_freeSven Verdoolaege1-0/+21
2009-03-20isl_hash_table_init: take minimal size instead of number of bits neededSven Verdoolaege1-4/+15
2009-02-03isl_hash_table_remove: update number of entriesSven Verdoolaege1-0/+1
2008-12-14introduce isl_hash_table and move hashing declarations into include/isl_hash.hSven Verdoolaege1-0/+94