summaryrefslogtreecommitdiff
path: root/passes/opt
Commit message (Collapse)AuthorAge
...
* Bugfixes for empty signal vectorsClifford Wolf2013-07-10
|
* Added opt_clean -purge optionClifford Wolf2013-07-07
|
* Fixed handling of $eq and $ne in opt_constClifford Wolf2013-07-07
|
* Renamed opt_rmunused to opt_cleanClifford Wolf2013-06-05
|
* Added log_abort() apiClifford Wolf2013-05-24
|
* Fixed memory corruption bug in opt_rmunusedClifford Wolf2013-05-23
|
* Some improvements in opt_rmdffClifford Wolf2013-05-23
|
* Fixed to aggressive x-folding in opt_constClifford Wolf2013-05-17
|
* Fixed a bug in opt_const when optimizing 1-bit compares with constantsClifford Wolf2013-04-13
|
* Improved opt_share for reduce cellsClifford Wolf2013-03-29
|
* Improved opt_share for commutative standard cellsClifford Wolf2013-03-29
|
* added optimizations for single-bit $eq/$ne with constant input to opt_constClifford Wolf2013-03-19
|
* improved $mux optimization in opt_constClifford Wolf2013-03-19
|
* keep $mux and $_MUX_ optimizations separate in opt_constClifford Wolf2013-03-19
|
* added one more suggestion to optimize MUXes in pass "opt_const"Johann Glaser2013-03-18
|
* also optimize single-bit "$mux" cells in pass "opt_const", added suggestionsJohann Glaser2013-03-18
| | | | for more optimizations
* fixed typosJohann Glaser2013-03-18
|
* Fixed detection of public wires in opt_rmunusedClifford Wolf2013-03-10
|
* Automatically select new objects in abc and techmap passesClifford Wolf2013-03-08
|
* Minor hotfixes (mostly gcc build fixes)Clifford Wolf2013-03-03
|
* Added help messages for fsm_* passesClifford Wolf2013-03-01
|
* Added help messages for opt_* passesClifford Wolf2013-03-01
|
* Added support for simple gates with one constant input to opt_constClifford Wolf2013-02-27
|
* Implemented basic functionality of "extract" passClifford Wolf2013-02-27
|
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-27
|
* initial importClifford Wolf2013-01-05