| Commit message (Expand) | Author | Age | Files | Lines |
* | dict/pool changes in ast | Clifford Wolf | 2014-12-29 | 4 | -16/+30 |
* | gcc build fixes | Clifford Wolf | 2014-12-29 | 1 | -11/+16 |
* | Converting "share" to dict<> and pool<> complete | Clifford Wolf | 2014-12-29 | 3 | -36/+62 |
* | Switched most of "share" to dict<> and pool<> | Clifford Wolf | 2014-12-29 | 1 | -16/+17 |
* | 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 |
* | using dict and pool in opt_reduce | Clifford Wolf | 2014-12-28 | 1 | -5/+5 |
* | bugfix in opt_share | Clifford Wolf | 2014-12-28 | 1 | -0/+1 |
* | Changed more code to dict<> and pool<> | Clifford Wolf | 2014-12-28 | 5 | -17/+17 |
* | 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 | 11 | -58/+124 |
* | Various improvements in ModIndex | Clifford Wolf | 2014-12-27 | 1 | -5/+53 |
* | More dict/pool related changes | Clifford Wolf | 2014-12-27 | 6 | -54/+77 |
* | 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 |
* | Improved some warning messages | Clifford Wolf | 2014-12-27 | 1 | -6/+18 |
* | Fixed mem2reg warning message | Clifford Wolf | 2014-12-27 | 1 | -3/+3 |
* | More hashtable finetuning | Clifford Wolf | 2014-12-27 | 9 | -18/+40 |
* | Some cleanups in dict/pool hashtable implementation | Clifford Wolf | 2014-12-26 | 1 | -61/+33 |
* | Using Yosys::dict and Yosys::pool in sigtools.h | Clifford Wolf | 2014-12-26 | 1 | -4/+7 |
* | Replaced std::unordered_set (nodict) with Yosys::pool | Clifford Wolf | 2014-12-26 | 8 | -137/+394 |
* | Replaced std::unordered_map as implementation for Yosys::dict | Clifford Wolf | 2014-12-26 | 12 | -103/+318 |
* | Added new_dict (hashmap.h) and re-enabled code coverage counters | Clifford Wolf | 2014-12-26 | 6 | -7/+246 |
* | Temporary gcc 4.6 build hotfix for Yosys::dict and Yosys::nodict | Clifford Wolf | 2014-12-26 | 1 | -8/+3 |
* | Added "yosys -d" command line option | Clifford Wolf | 2014-12-26 | 1 | -10/+28 |
* | Added Yosys::{dict,nodict,vector} container types | Clifford Wolf | 2014-12-26 | 21 | -331/+495 |
* | Various fixes and improvements in "write_smt2 -bv" | Clifford Wolf | 2014-12-25 | 3 | -11/+43 |
* | Added "test_cell -muxdiv" | Clifford Wolf | 2014-12-25 | 1 | -2/+18 |
* | Various fixes and improvements in write_smt2 | Clifford Wolf | 2014-12-25 | 2 | -32/+88 |
* | Added "test_cell -w" feature | Clifford Wolf | 2014-12-25 | 1 | -18/+39 |
* | Fixed simplemap for $ne cells with output width > 1 | Clifford Wolf | 2014-12-25 | 1 | -7/+8 |
* | Added support for most BV cell types to write_smt2 | Clifford Wolf | 2014-12-25 | 1 | -14/+221 |
* | Added "write_smt2 -bv" and other write_smt2 improvements | Clifford Wolf | 2014-12-25 | 1 | -172/+153 |
* | Fixed off-by-one bug in "hierarchy -check" for positional module args | Clifford Wolf | 2014-12-24 | 1 | -2/+2 |
* | Added write_smt2 (only gate level logic supported so far) | Clifford Wolf | 2014-12-24 | 2 | -0/+353 |
* | Added "dfflibmap -prepare" help | Clifford Wolf | 2014-12-24 | 1 | -1/+5 |
* | Added "dfflibmap -prepare" | Clifford Wolf | 2014-12-24 | 1 | -31/+54 |
* | Added "dff2dffe -direct" for direct gate mapping | Clifford Wolf | 2014-12-24 | 1 | -5/+37 |
* | Added "dff2dffe -unmap" | Clifford Wolf | 2014-12-24 | 1 | -6/+42 |
* | Added support for gate-level cells in dff2dffe | Clifford Wolf | 2014-12-24 | 1 | -9/+38 |
* | Improvements in simplemap api, added $ne $nex $eq $eqx support | Clifford Wolf | 2014-12-24 | 4 | -75/+112 |
* | Renamed extend() to extend_xx(), changed most users to extend_u0() | Clifford Wolf | 2014-12-24 | 12 | -34/+33 |
* | Improved ABC clock domain partitioning | Clifford Wolf | 2014-12-23 | 1 | -2/+59 |
* | Indenting fix in show.cc | Clifford Wolf | 2014-12-23 | 1 | -2/+2 |
* | Added "show -colorattr" | Clifford Wolf | 2014-12-23 | 1 | -4/+35 |
* | Added "abc -markgroups" | Clifford Wolf | 2014-12-23 | 1 | -0/+20 |
* | Added support for multiple clock domains to "abc" pass | Clifford Wolf | 2014-12-21 | 2 | -64/+124 |