summaryrefslogtreecommitdiff
path: root/passes/opt
Commit message (Expand)AuthorAge
* typo fix for "opt -fast"Clifford Wolf2014-12-30
* Fixed build with SMALL=1Clifford Wolf2014-12-30
* Added statehash to ezSATClifford Wolf2014-12-29
* Cleanups in opt_cleanClifford Wolf2014-12-29
* dict/pool changes in opt_cleanClifford Wolf2014-12-29
* Converting "share" to dict<> and pool<> completeClifford Wolf2014-12-29
* Switched most of "share" to dict<> and pool<>Clifford Wolf2014-12-29
* using dict and pool in opt_reduceClifford Wolf2014-12-28
* bugfix in opt_shareClifford Wolf2014-12-28
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-28
* More dict/pool related changesClifford Wolf2014-12-27
* More hashtable finetuningClifford Wolf2014-12-27
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-26
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-26
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-26
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-24
* Improved TopoSort determinismClifford Wolf2014-11-07
* Added "opt -full" alias for all more aggressive optimizationsClifford Wolf2014-10-31
* Fixed various VS warningsClifford Wolf2014-10-18
* Don't be too smart with $dff cells with "init" attribute on out signalClifford Wolf2014-10-16
* Some cleanups in opt_cleanClifford Wolf2014-10-16
* Wrapped init in std::set constructorWilliam Speirs2014-10-15
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-11
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
* sat encoding for exclusive $pmux ctrl inputs in "share" passClifford Wolf2014-10-03
* added resource sharing of $macc cellsClifford Wolf2014-10-03
* Added $_BUF_ cell typeClifford Wolf2014-10-03
* remove buffers in opt_cleanClifford Wolf2014-10-03
* resource sharing of $alu cellsClifford Wolf2014-10-03
* Added support for "keep" on modulesClifford Wolf2014-09-29
* namespace YosysClifford Wolf2014-09-27
* Re-enabled assert for new logic loops in "share" passClifford Wolf2014-09-21
* Various improvements regarding logic loops in "share" resultsClifford Wolf2014-09-21
* Logic loop bugfix for "share" passClifford Wolf2014-09-21
* Added "share -limit"Clifford Wolf2014-09-21
* Still loop bug in "share": changed assert to warningClifford Wolf2014-09-21
* Do not introduce new logic loops in "share"Clifford Wolf2014-09-21
* Assert on new logic loops in "share" passClifford Wolf2014-09-21
* Fixed wreduce $shiftx handlingClifford Wolf2014-09-15
* Cleanup in wreduceClifford Wolf2014-09-14
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-06
* Fixed "opt_const -fine" for $pos cellsClifford Wolf2014-09-04
* Removed $bu0 cell typeClifford Wolf2014-09-04
* Moved "share" and "wreduce" to passes/opt/Clifford Wolf2014-09-01
* Using std::vector<RTLIL::State> instead of RTLIL::Const for RTLIL::SigChunk::...Clifford Wolf2014-09-01
* Added design->scratchpadClifford Wolf2014-08-30
* Optimize shift ops with constant rhs in opt_constClifford Wolf2014-08-24
* Added some additional log messages to opt_constClifford Wolf2014-08-24
* Renamed toposort.h to utils.hClifford Wolf2014-08-17
* Added "opt -fast"Clifford Wolf2014-08-16