Various improvements regarding logic loops in "share" results
[yosys.git] / passes / opt /
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-15 Clifford WolfFixed wreduce $shiftx handling
2014-09-14 Clifford WolfCleanup in wreduce
2014-09-06 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-09-06 Clifford WolfMerge pull request #38 from rubund/master
2014-09-06 Ruben UndheimCorrected spelling mistakes found by lintian
2014-09-04 Clifford WolfFixed "opt_const -fine" for $pos cells
2014-09-04 Clifford WolfRemoved $bu0 cell type
2014-09-01 Clifford WolfMoved "share" and "wreduce" to passes/opt/
2014-09-01 Clifford WolfUsing std::vector<RTLIL::State> instead of RTLIL::Const...
2014-08-30 Clifford WolfAdded design->scratchpad
2014-08-24 Clifford WolfOptimize shift ops with constant rhs in opt_const
2014-08-24 Clifford WolfAdded some additional log messages to opt_const
2014-08-16 Clifford WolfRenamed toposort.h to utils.h
2014-08-16 Clifford WolfAdded "opt -fast"
2014-08-15 Clifford WolfRenamed $_INV_ cell type to $_NOT_
2014-08-15 Clifford WolfMore idstring sort_by_* helpers and fixed tpl ordering...
2014-08-14 Clifford WolfRIP $safe_pmux
2014-08-02 Clifford WolfFixed a performance bug in opt_reduce
2014-08-02 Clifford WolfMore cleanups related to RTLIL::IdString usage
2014-08-01 Clifford WolfReplaced sha1 implementation
2014-07-31 Clifford WolfRenamed port access function on RTLIL::Cell, added...
2014-07-29 Clifford WolfAdded $shift and $shiftx cell types (needed for correct...
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfAdded SigPool::check(bit)
2014-07-27 Clifford WolfFixed bug in opt_clean
2014-07-27 Clifford WolfImproved performance of opt_const on large modules
2014-07-27 Clifford WolfFixed a bug in opt_clean and some RTLIL API usage cleanups
2014-07-27 Clifford WolfUsing new obj iterator API in a few places
2014-07-27 Clifford WolfRefactoring: Renamed RTLIL::Design::modules to modules_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::cells to cells_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::wires to wires_
2014-07-26 Clifford WolfChanged a lot of code to the new RTLIL::Wire constructors
2014-07-26 Clifford WolfMore RTLIL::Cell API usage cleanups
2014-07-26 Clifford WolfAdded RTLIL::Cell::has(portname)
2014-07-26 Clifford WolfMerge automatic and manual code changes for new cell...
2014-07-26 Clifford WolfManual fixes for new cell connections API
2014-07-26 Clifford WolfChanged users of cell->connections_ to the new API...
2014-07-26 Clifford WolfRenamed RTLIL::{Module,Cell}::connections to connections_
2014-07-25 Clifford WolfUse only module->addCell() and module->remove() to...
2014-07-25 Clifford WolfFixed memory corruption in "opt_reduce" pass
2014-07-24 Clifford WolfReplaced more old SigChunk programming patterns
2014-07-24 Clifford WolfAdded cover() calls to opt_const
2014-07-23 Clifford WolfRemoved RTLIL::SigSpec::optimize()
2014-07-23 Clifford WolfRemoved RTLIL::SigSpec::expand() method
2014-07-23 Clifford WolfMerge branch: Refactoring {SigSpec|SigChunk}(RTLIL...
2014-07-23 Clifford WolfRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
2014-07-23 Clifford WolfRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
2014-07-22 Clifford WolfSigSpec refactoring: change RTLIL::SigSpec::chunks...
2014-07-22 Clifford WolfSigSpec refactoring: using the accessor functions every...
2014-07-22 Clifford WolfSigSpec refactoring: renamed chunks and width to __chun...
2014-07-21 Clifford WolfAdded "opt_const -keepdc"
2014-07-21 Clifford WolfAdded mul to mux conversion to "opt_const -fine"
2014-07-21 Clifford WolfAdded "opt_const -fine" and "opt_reduce -fine"
2014-07-21 Clifford WolfAdded opt_const support for simple identities
2014-07-18 Clifford WolfApply opt_reduce WR_EN opts to the whole mux tree drivi...
2014-07-17 Clifford WolfImproved opt_reduce handling of mem wr_en mux bits
2014-07-16 Clifford WolfMerged new $mem/$memwr WR_EN interface
2014-07-16 Clifford Wolfimproved opt_reduce for $mem/$memwr WR_EN multiplexers
2014-05-12 Clifford WolfFixed bug in opt_reduce (see vloghammer issue_044)
2014-03-19 Clifford WolfFixed performance problem in opt_mux with nets driven...
2014-03-06 Clifford WolfFixed undef handling in opt_reduce
2014-02-27 Clifford WolfFixed const folding of $bu0 cells
2014-02-22 Clifford WolfFixed bug (typo) in passes/opt/opt_const.cc
2014-02-16 Clifford WolfFixed handling of "keep" attribute on wires in opt_clean
2014-02-15 Clifford WolfFixed opt_const handling of double invert with non...
2014-02-08 Clifford WolfAdded opt -purge (frontend to opt_clean -purge)
2014-02-08 Clifford WolfOnly count non-trivial attributes when findinf master...
2014-02-07 Clifford WolfImproved detection of primary wire for a signal in...
2014-02-06 Clifford WolfAdded opt_const -undriven
2014-02-04 Clifford WolfFixed detection of init attribute in opt_rmdff
2014-02-04 Clifford WolfImproved handling of reg init in opt_share and opt_rmdff
2014-02-02 Clifford WolfMore opt_const -mux_bool features
2014-02-02 Clifford WolfAdded opt_const -mux_bool
2014-02-02 Clifford WolfAdded support for inverter chains to opt_const
2014-02-02 Clifford WolfAdded constant-clock case to opt_rmdff
2014-01-20 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-01-19 Clifford WolfAdded $assert cell
2014-01-18 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-01-17 Ahmed IrfanMerge branch 'master' of https://github.com/ahmedirfan1...
2014-01-17 Ahmed IrfanMerge pull request #4 from cliffordwolf/master
2014-01-17 Clifford WolfAdded support for $adff with undef data inputs to opt_rmdff
2014-01-14 Ahmed IrfanMerge branch 'master' of https://github.com/ahmedirfan1...
2014-01-14 Ahmed IrfanMerge pull request #1 from cliffordwolf/master
2014-01-14 Clifford WolfAdded "opt_const -mux_undef"
2014-01-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2013-12-28 Clifford WolfImproved $_MUX_ handling in opt_const
2013-12-28 Clifford WolfMore conservastive $eq/$ne/$eqx/$nex opt_const code
2013-12-27 Clifford WolfMore $eq/$ne/$eqx/$nex fixes in opt_const
2013-12-27 Clifford WolfFixed/improved opt_const $eq/$ne/$eqx/$nex handling
2013-12-27 Clifford WolfAdded support for non-const === and !== (for miter...
2013-11-10 Clifford WolfCleanups and bugfixes in response to new internal cell...
2013-11-08 Clifford WolfFixed keep attribute on wires in opt_clean
2013-11-07 Clifford WolfRenamed extend_un0() to extend_u0() and use it in genrtlil
2013-11-07 Clifford WolfFixed type of sign extension in opt_const $eq/$ne handling
next