Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added $equiv cell type | Clifford Wolf | 2015-01-19 | 2 | -0/+9 |
* | Added hashlib::idict<> | Clifford Wolf | 2015-01-18 | 2 | -2/+59 |
* | Optimizing no-op cell->setPort() | Clifford Wolf | 2015-01-17 | 1 | -1/+3 |
* | Only enable code coverage counters on linux | Clifford Wolf | 2015-01-09 | 3 | -4/+4 |
* | fixed compiler warning on non-linux archs | Clifford Wolf | 2015-01-06 | 1 | -2/+4 |
* | hashlib iterator fix | Clifford Wolf | 2015-01-06 | 1 | -4/+4 |
* | build fix for mxe | Clifford Wolf | 2015-01-06 | 1 | -7/+8 |
* | Print non-errors to stdout | Clifford Wolf | 2015-01-03 | 3 | -2/+11 |
* | Removed SigSpec::extend_xx() api | Clifford Wolf | 2015-01-01 | 2 | -19/+0 |
* | Progress in memory_bram | Clifford Wolf | 2014-12-31 | 2 | -5/+9 |
* | Added memory_bram (not functional yet) | Clifford Wolf | 2014-12-31 | 1 | -1/+1 |
* | Added hashlib .count(key, iterator) and it1 < it2 | Clifford Wolf | 2014-12-31 | 1 | -37/+50 |
* | improved bitpattern (proc_mux) performance | Clifford Wolf | 2014-12-31 | 1 | -22/+43 |
* | hashlib cleanups and a fix | Clifford Wolf | 2014-12-31 | 1 | -17/+17 |
* | gcc-4.6 compile fixes | Clifford Wolf | 2014-12-31 | 1 | -4/+4 |
* | new hashlib::pool<> (derived from new dict) | Clifford Wolf | 2014-12-31 | 1 | -221/+151 |
* | major rewrite of hashlib::dict<> | Clifford Wolf | 2014-12-31 | 1 | -196/+123 |
* | IdString optimization | Clifford Wolf | 2014-12-31 | 1 | -0/+6 |
* | hotfix for ModInfo | Clifford Wolf | 2014-12-31 | 1 | -1/+1 |
* | using pool<> in bitpattern.h | Clifford Wolf | 2014-12-30 | 3 | -14/+32 |
* | improved -v option | Clifford Wolf | 2014-12-30 | 1 | -2/+9 |
* | print timing details (-d) in -q mode | Clifford Wolf | 2014-12-30 | 1 | -0/+4 |
* | added hashlib::mkhash_init | Clifford Wolf | 2014-12-30 | 4 | -5/+8 |
* | Small optimization in hashlib | Clifford Wolf | 2014-12-30 | 1 | -4/+4 |
* | Improvements in hashlib | Clifford Wolf | 2014-12-30 | 1 | -85/+74 |
* | Put dummy reference to empty idstring in yosys_shutdown() | Clifford Wolf | 2014-12-29 | 1 | -0/+3 |
* | Improved free list management in hashlib | Clifford Wolf | 2014-12-29 | 1 | -12/+108 |
* | Less verbose ABC output | Clifford Wolf | 2014-12-29 | 1 | -2/+0 |
* | Added global yosys_celltypes | Clifford Wolf | 2014-12-29 | 2 | -40/+66 |
* | Added "yosys -X" | Clifford Wolf | 2014-12-29 | 7 | -1/+153 |
* | Fixed comment parsing in Pass::call() | Clifford Wolf | 2014-12-29 | 1 | -3/+8 |
* | dict/pool changes in opt_clean | Clifford Wolf | 2014-12-29 | 1 | -0/+9 |
* | Added newline support to Pass::call() parser | Clifford Wolf | 2014-12-29 | 1 | -0/+12 |
* | dict/pool changes in ast | Clifford Wolf | 2014-12-29 | 1 | -0/+6 |
* | gcc build fixes | Clifford Wolf | 2014-12-29 | 1 | -11/+16 |
* | Converting "share" to dict<> and pool<> complete | Clifford Wolf | 2014-12-29 | 2 | -2/+20 |
* | Added mkhash_xorshift() | Clifford Wolf | 2014-12-29 | 4 | -13/+38 |
* | Some changes to hashlib to make for better stl compatibility | Clifford Wolf | 2014-12-28 | 1 | -12/+14 |
* | Some cleanups | Clifford Wolf | 2014-12-28 | 3 | -11/+20 |
* | Added memhasher (yosys -M) | Clifford Wolf | 2014-12-28 | 4 | -2/+56 |
* | Changed more code to dict<> and pool<> | Clifford Wolf | 2014-12-28 | 2 | -11/+11 |
* | Fixed performance bug in object hashing | Clifford Wolf | 2014-12-28 | 2 | -6/+6 |
* | Improved hashlib iterator implementation | Clifford Wolf | 2014-12-28 | 1 | -24/+36 |
* | Renamed hashmap.h to hashlib.h, some related improvements | Clifford Wolf | 2014-12-28 | 5 | -50/+116 |
* | Various improvements in ModIndex | Clifford Wolf | 2014-12-27 | 1 | -5/+53 |
* | More dict/pool related changes | Clifford Wolf | 2014-12-27 | 4 | -43/+66 |
* | Added memory statistics (at least on linux) | Clifford Wolf | 2014-12-27 | 1 | -3/+23 |
* | Better help message printing for command line tool | Clifford Wolf | 2014-12-27 | 1 | -72/+77 |
* | More hashtable finetuning | Clifford Wolf | 2014-12-27 | 4 | -12/+34 |
* | Some cleanups in dict/pool hashtable implementation | Clifford Wolf | 2014-12-26 | 1 | -61/+33 |