Improved attributes API and handling of "src" attributes
[yosys.git] / passes / opt /
2015-04-18 Clifford WolfImproved handling of init values in opt_rmdff
2015-04-13 Clifford WolfAdded handling of bool-output cells to "wreduce"
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-26 Clifford WolfAdded non-std verilog assume() statement
2015-02-24 Clifford WolfSome cleanups in "clean"
2015-02-21 Clifford WolfReplaced ezDefaultSAT with ezSatPtr
2015-02-18 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2015-02-17 Clifford Wolfwreduce help typo fix
2015-02-16 Clifford WolfBugfix in wreduce
2015-02-14 Clifford WolfAdded $meminit cell type
2015-02-10 Clifford WolfLess aggressive "share" defaults
2015-02-04 Clifford WolfFixed opt_clean performance bug
2015-02-03 Clifford WolfUsing design->selected_modules() in opt_*
2015-01-31 Clifford WolfBugfix in opt_const $eq -> buffer code
2015-01-24 Clifford WolfAdded ENABLE_NDEBUG makefile options
2015-01-23 Clifford WolfAdded dict/pool.sort()
2015-01-21 Clifford WolfFixed opt_muxtree performance bug
2015-01-18 Clifford WolfImprovements in opt_muxtree
2015-01-18 Clifford WolfMore opt_muxtree cleanups
2015-01-18 Clifford WolfVarious cleanups and improvements in opt_muxtree
2015-01-17 Clifford WolfFixed a bug in opt_muxtree for "mux forests"
2015-01-17 Clifford WolfImproved opt_muxtree
2015-01-13 Clifford WolfRe-enabled mux->and/or transform (and fixed lm32 in...
2015-01-07 Clifford Wolfdisabled problematic mux -> and/or transform
2015-01-05 Clifford Wolfdict<> ref vs insert bugfix
2014-12-30 Clifford Wolftypo fix for "opt -fast"
2014-12-30 Clifford WolfFixed build with SMALL=1
2014-12-29 Clifford WolfAdded statehash to ezSAT
2014-12-29 Clifford WolfCleanups in opt_clean
2014-12-29 Clifford Wolfdict/pool changes in opt_clean
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 Wolfusing dict and pool in opt_reduce
2014-12-28 Clifford Wolfbugfix in opt_share
2014-12-28 Clifford WolfRenamed hashmap.h to hashlib.h, some related improvements
2014-12-27 Clifford WolfMore dict/pool related changes
2014-12-27 Clifford WolfMore hashtable finetuning
2014-12-26 Clifford WolfReplaced std::unordered_set (nodict) with Yosys::pool
2014-12-26 Clifford WolfReplaced std::unordered_map as implementation for Yosys...
2014-12-26 Clifford WolfAdded Yosys::{dict,nodict,vector} container types
2014-12-24 Clifford WolfRenamed extend() to extend_xx(), changed most users...
2014-11-07 Clifford WolfImproved TopoSort determinism
2014-10-31 Clifford WolfAdded "opt -full" alias for all more aggressive optimiz...
2014-10-18 Clifford WolfFixed various VS warnings
2014-10-16 Clifford WolfDon't be too smart with $dff cells with "init" attribut...
2014-10-16 Clifford WolfSome cleanups in opt_clean
2014-10-14 Clifford WolfMerge branch 'win32'
2014-10-14 William SpeirsWrapped init in std::set constructor
2014-10-11 Clifford WolfDo not the 'z' modifier in format string (another win32...
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 WolfAdded $_BUF_ cell type
2014-10-03 Clifford Wolfremove buffers in opt_clean
2014-10-03 Clifford Wolfresource sharing of $alu cells
2014-09-29 Clifford WolfAdded support for "keep" on modules
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-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...
next