| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
* | Fixed performance bug in "share" pass | Clifford Wolf | 2016-04-21 | 1 | -2/+51 |
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 1 | -29/+29 |
* | Fixed sharing of $memrd cells | Clifford Wolf | 2015-09-12 | 1 | -0/+4 |
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -1/+1 |
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
* | Replaced ezDefaultSAT with ezSatPtr | Clifford Wolf | 2015-02-21 | 1 | -13/+13 |
* | Less aggressive "share" defaults | Clifford Wolf | 2015-02-10 | 1 | -4/+6 |
* | Added ENABLE_NDEBUG makefile options | Clifford Wolf | 2015-01-24 | 1 | -0/+4 |
* | Added statehash to ezSAT | Clifford Wolf | 2014-12-29 | 1 | -2/+6 |
* | Converting "share" to dict<> and pool<> complete | Clifford Wolf | 2014-12-29 | 1 | -34/+42 |
* | Switched most of "share" to dict<> and pool<> | Clifford Wolf | 2014-12-29 | 1 | -16/+17 |
* | Renamed hashmap.h to hashlib.h, some related improvements | Clifford Wolf | 2014-12-28 | 1 | -2/+2 |
* | More dict/pool related changes | Clifford Wolf | 2014-12-27 | 1 | -9/+9 |
* | Improved TopoSort determinism | Clifford Wolf | 2014-11-07 | 1 | -3/+5 |
* | Fixed various VS warnings | Clifford Wolf | 2014-10-18 | 1 | -2/+2 |
* | Renamed SIZE() to GetSize() because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 1 | -53/+53 |
* | sat encoding for exclusive $pmux ctrl inputs in "share" pass | Clifford Wolf | 2014-10-03 | 1 | -4/+16 |
* | added resource sharing of $macc cells | Clifford Wolf | 2014-10-03 | 1 | -3/+261 |
* | resource sharing of $alu cells | Clifford Wolf | 2014-10-03 | 1 | -3/+21 |
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -1/+1 |
* | Re-enabled assert for new logic loops in "share" pass | Clifford Wolf | 2014-09-21 | 1 | -4/+1 |
* | Various improvements regarding logic loops in "share" results | Clifford Wolf | 2014-09-21 | 1 | -37/+108 |
* | Logic loop bugfix for "share" pass | Clifford Wolf | 2014-09-21 | 1 | -3/+7 |
* | Added "share -limit" | Clifford Wolf | 2014-09-21 | 1 | -1/+13 |
* | Still loop bug in "share": changed assert to warning | Clifford Wolf | 2014-09-21 | 1 | -13/+25 |
* | Do not introduce new logic loops in "share" | Clifford Wolf | 2014-09-21 | 1 | -6/+47 |
* | Assert on new logic loops in "share" pass | Clifford Wolf | 2014-09-21 | 1 | -0/+48 |
* | Removed $bu0 cell type | Clifford Wolf | 2014-09-04 | 1 | -1/+0 |
* | Moved "share" and "wreduce" to passes/opt/ | Clifford Wolf | 2014-09-01 | 1 | -0/+987 |