aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt
Commit message (Expand)AuthorAgeFilesLines
...
* Improvements in opt_muxtreeClifford Wolf2015-01-181-35/+50
* More opt_muxtree cleanupsClifford Wolf2015-01-181-64/+44
* Various cleanups and improvements in opt_muxtreeClifford Wolf2015-01-181-87/+71
* Fixed a bug in opt_muxtree for "mux forests"Clifford Wolf2015-01-171-4/+18
* Improved opt_muxtreeClifford Wolf2015-01-171-4/+38
* Re-enabled mux->and/or transform (and fixed lm32 in yosys-bigsim)Clifford Wolf2015-01-131-5/+0
* disabled problematic mux -> and/or transformClifford Wolf2015-01-071-2/+7
* dict<> ref vs insert bugfixClifford Wolf2015-01-061-10/+13
* typo fix for "opt -fast"Clifford Wolf2014-12-301-1/+1
* Fixed build with SMALL=1Clifford Wolf2014-12-301-0/+3
* Added statehash to ezSATClifford Wolf2014-12-291-2/+6
* Cleanups in opt_cleanClifford Wolf2014-12-291-10/+10
* dict/pool changes in opt_cleanClifford Wolf2014-12-291-5/+5
* Converting "share" to dict<> and pool<> completeClifford Wolf2014-12-291-34/+42
* Switched most of "share" to dict<> and pool<>Clifford Wolf2014-12-291-16/+17
* using dict and pool in opt_reduceClifford Wolf2014-12-281-5/+5
* bugfix in opt_shareClifford Wolf2014-12-281-0/+1
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-284-5/+5
* More dict/pool related changesClifford Wolf2014-12-271-9/+9
* More hashtable finetuningClifford Wolf2014-12-273-3/+3
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-262-3/+3
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-262-2/+2
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-264-13/+17
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-241-3/+3
* Improved TopoSort determinismClifford Wolf2014-11-072-4/+6
* Added "opt -full" alias for all more aggressive optimizationsClifford Wolf2014-10-313-7/+29
* Fixed various VS warningsClifford Wolf2014-10-182-3/+3
* Don't be too smart with $dff cells with "init" attribute on out signalClifford Wolf2014-10-161-1/+1
* Some cleanups in opt_cleanClifford Wolf2014-10-161-16/+9
* Wrapped init in std::set constructorWilliam Speirs2014-10-151-2/+2
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-111-2/+2
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-104-113/+113
* sat encoding for exclusive $pmux ctrl inputs in "share" passClifford Wolf2014-10-031-4/+16
* added resource sharing of $macc cellsClifford Wolf2014-10-031-3/+261
* Added $_BUF_ cell typeClifford Wolf2014-10-031-2/+2
* remove buffers in opt_cleanClifford Wolf2014-10-031-0/+13
* resource sharing of $alu cellsClifford Wolf2014-10-031-3/+21
* Added support for "keep" on modulesClifford Wolf2014-09-292-2/+2
* namespace YosysClifford Wolf2014-09-278-17/+45
* Re-enabled assert for new logic loops in "share" passClifford Wolf2014-09-211-4/+1
* Various improvements regarding logic loops in "share" resultsClifford Wolf2014-09-211-37/+108
* Logic loop bugfix for "share" passClifford Wolf2014-09-211-3/+7
* Added "share -limit"Clifford Wolf2014-09-211-1/+13
* Still loop bug in "share": changed assert to warningClifford Wolf2014-09-211-13/+25
* Do not introduce new logic loops in "share"Clifford Wolf2014-09-211-6/+47
* Assert on new logic loops in "share" passClifford Wolf2014-09-211-0/+48
* Fixed wreduce $shiftx handlingClifford Wolf2014-09-151-1/+1
* Cleanup in wreduceClifford Wolf2014-09-141-11/+8
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-2/+2
* Fixed "opt_const -fine" for $pos cellsClifford Wolf2014-09-041-9/+4