Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/hash: Silence unused parameter warnings in tests | Ian Romanick | 2015-02-17 | 1 | -0/+3 |
* | util/hash_table: Try to hit a double-insertion bug in the collision test | Jason Ekstrand | 2015-02-07 | 1 | -1/+13 |
* | hash_table: Rename insert_with_hash to insert_pre_hashed | Jason Ekstrand | 2015-01-15 | 1 | -4/+4 |
* | util/hash_table: Rework the API to know about hashing | Jason Ekstrand | 2014-12-14 | 1 | -11/+11 |
* | util: Move the open-addressing linear-probing hash_table to src/util. | Kenneth Graunke | 2014-08-04 | 1 | -0/+80 |