aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hashmap.h
Commit message (Expand)AuthorAgeFilesLines
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-281-777/+0
* More dict/pool related changesClifford Wolf2014-12-271-0/+8
* More hashtable finetuningClifford Wolf2014-12-271-6/+25
* Some cleanups in dict/pool hashtable implementationClifford Wolf2014-12-261-61/+33
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-261-0/+352
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-261-21/+209
* Added new_dict (hashmap.h) and re-enabled code coverage countersClifford Wolf2014-12-261-0/+238