summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAge
* Added yosys_banner(), Updated Copyright rangeClifford Wolf2015-02-01
* Added <algorithm> include to hashlib.hClifford Wolf2015-02-01
* Log msg changeClifford Wolf2015-01-31
* Added "equiv_induct -undef"Clifford Wolf2015-01-31
* Added "equiv_simple -undef"Clifford Wolf2015-01-31
* Added "equiv_make -blacklist <file> -encfile <file>"Clifford Wolf2015-01-31
* Synced RTLIL::unescape_id() to log_id() behaviorClifford Wolf2015-01-30
* More log_id() stuffClifford Wolf2015-01-30
* Some cleanups in log.ccClifford Wolf2015-01-30
* Rethrow with "catch(...) throw;"Clifford Wolf2015-01-25
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-24
* Added #ifdef NDEBUG for log_assert()Clifford Wolf2015-01-24
* Added dict/pool.sort()Clifford Wolf2015-01-24
* Various equiv_simple improvementsClifford Wolf2015-01-22
* Progress in equiv_simpleClifford Wolf2015-01-21
* Added equiv_make commandClifford Wolf2015-01-19
* Added $equiv cell typeClifford Wolf2015-01-19
* Added hashlib::idict<>Clifford Wolf2015-01-18
* Optimizing no-op cell->setPort()Clifford Wolf2015-01-17
* Only enable code coverage counters on linuxClifford Wolf2015-01-09
* fixed compiler warning on non-linux archsClifford Wolf2015-01-06
* hashlib iterator fixClifford Wolf2015-01-06
* build fix for mxeClifford Wolf2015-01-06
* Print non-errors to stdoutClifford Wolf2015-01-03
* Removed SigSpec::extend_xx() apiClifford Wolf2015-01-01
* Progress in memory_bramClifford Wolf2014-12-31
* Added memory_bram (not functional yet)Clifford Wolf2014-12-31
* Added hashlib .count(key, iterator) and it1 < it2Clifford Wolf2014-12-31
* improved bitpattern (proc_mux) performanceClifford Wolf2014-12-31
* hashlib cleanups and a fixClifford Wolf2014-12-31
* gcc-4.6 compile fixesClifford Wolf2014-12-31
* new hashlib::pool<> (derived from new dict)Clifford Wolf2014-12-31
* major rewrite of hashlib::dict<>Clifford Wolf2014-12-31
* IdString optimizationClifford Wolf2014-12-31
* hotfix for ModInfoClifford Wolf2014-12-31
* using pool<> in bitpattern.hClifford Wolf2014-12-30
* improved -v optionClifford Wolf2014-12-30
* print timing details (-d) in -q modeClifford Wolf2014-12-30
* added hashlib::mkhash_initClifford Wolf2014-12-30
* Small optimization in hashlibClifford Wolf2014-12-30
* Improvements in hashlibClifford Wolf2014-12-30
* Put dummy reference to empty idstring in yosys_shutdown()Clifford Wolf2014-12-29
* Improved free list management in hashlibClifford Wolf2014-12-29
* Less verbose ABC outputClifford Wolf2014-12-29
* Added global yosys_celltypesClifford Wolf2014-12-29
* Added "yosys -X"Clifford Wolf2014-12-29
* Fixed comment parsing in Pass::call()Clifford Wolf2014-12-29
* dict/pool changes in opt_cleanClifford Wolf2014-12-29
* Added newline support to Pass::call() parserClifford Wolf2014-12-29
* dict/pool changes in astClifford Wolf2014-12-29