Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed hashmap.h to hashlib.h, some related improvements | Clifford Wolf | 2014-12-28 | 1 | -777/+0 |
* | More dict/pool related changes | Clifford Wolf | 2014-12-27 | 1 | -0/+8 |
* | More hashtable finetuning | Clifford Wolf | 2014-12-27 | 1 | -6/+25 |
* | Some cleanups in dict/pool hashtable implementation | Clifford Wolf | 2014-12-26 | 1 | -61/+33 |
* | Replaced std::unordered_set (nodict) with Yosys::pool | Clifford Wolf | 2014-12-26 | 1 | -0/+352 |
* | Replaced std::unordered_map as implementation for Yosys::dict | Clifford Wolf | 2014-12-26 | 1 | -21/+209 |
* | Added new_dict (hashmap.h) and re-enabled code coverage counters | Clifford Wolf | 2014-12-26 | 1 | -0/+238 |