Fix "tee" handling of log_streams
[yosys.git] / passes / opt / share.cc
2019-03-28 Benedikt TutzerMerge remote-tracking branch 'origin/master' into featu...
2019-02-11 Jim LawsonMerge remote-tracking branch 'upstream/master'
2019-01-07 Clifford WolfBugfix in $memrd sharing
2018-09-17 Udi FinkelsteinMerge branch 'master' into pr_reg_wire_error
2018-08-22 Jim LawsonMerge pull request #1 from YosysHQ/master
2018-08-18 Aman GoelMerge pull request #3 from YosysHQ/master
2018-08-15 Clifford WolfMerge pull request #573 from cr1901/msys-64
2018-08-15 Clifford WolfMerge pull request #591 from hzeller/virtual-override
2018-07-21 Henner ZellerConsistent use of 'override' for virtual methods in...
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
2016-04-21 Clifford WolfFixed performance bug in "share" pass
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-10-25 Clifford WolfImport more std:: stuff into Yosys namespace
2015-09-12 Clifford WolfFixed sharing of $memrd cells
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-21 Clifford WolfReplaced ezDefaultSAT with ezSatPtr
2015-02-10 Clifford WolfLess aggressive "share" defaults
2015-01-24 Clifford WolfAdded ENABLE_NDEBUG makefile options
2014-12-29 Clifford WolfAdded statehash to ezSAT
2014-12-29 Clifford WolfConverting "share" to dict<> and pool<> complete
2014-12-28 Clifford WolfSwitched most of "share" to dict<> and pool<>
2014-12-28 Clifford WolfRenamed hashmap.h to hashlib.h, some related improvements
2014-12-27 Clifford WolfMore dict/pool related changes
2014-11-07 Clifford WolfImproved TopoSort determinism
2014-10-18 Clifford WolfFixed various VS warnings
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-10-03 Clifford Wolfsat encoding for exclusive $pmux ctrl inputs in "share...
2014-10-03 Clifford Wolfadded resource sharing of $macc cells
2014-10-03 Clifford Wolfresource sharing of $alu cells
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-21 Clifford WolfRe-enabled assert for new logic loops in "share" pass
2014-09-21 Clifford WolfVarious improvements regarding logic loops in "share...
2014-09-21 Clifford WolfLogic loop bugfix for "share" pass
2014-09-21 Clifford WolfAdded "share -limit"
2014-09-21 Clifford WolfStill loop bug in "share": changed assert to warning
2014-09-21 Clifford WolfDo not introduce new logic loops in "share"
2014-09-21 Clifford WolfAssert on new logic loops in "share" pass
2014-09-04 Clifford WolfRemoved $bu0 cell type
2014-09-01 Clifford WolfMoved "share" and "wreduce" to passes/opt/