Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-03-04 | add isl_hash_table_foreach | Sven Verdoolaege | 1 | -0/+15 |
2010-02-15 | isl_hash_table: use size that corresponds to the number of bits | Sven Verdoolaege | 1 | -4/+4 |
2010-02-15 | isl_hash_table: grow table when we run out of entries | Sven Verdoolaege | 1 | -1/+48 |
2009-12-16 | add copyright statements | Sven Verdoolaege | 1 | -0/+9 |
2009-09-06 | isl_hash.c: remove unused variable | Sven Verdoolaege | 1 | -1/+1 |
2009-03-20 | add isl_hash_table_alloc and isl_hash_table_free | Sven Verdoolaege | 1 | -0/+21 |
2009-03-20 | isl_hash_table_init: take minimal size instead of number of bits needed | Sven Verdoolaege | 1 | -4/+15 |
2009-02-03 | isl_hash_table_remove: update number of entries | Sven Verdoolaege | 1 | -0/+1 |
2008-12-14 | introduce isl_hash_table and move hashing declarations into include/isl_hash.h | Sven Verdoolaege | 1 | -0/+94 |