summaryrefslogtreecommitdiff
path: root/isl_hash.c
AgeCommit message (Expand)AuthorFilesLines
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