aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Added <algorithm> include to hashlib.hClifford Wolf2015-02-011-0/+1
* Log msg changeClifford Wolf2015-01-311-1/+1
* Added "equiv_induct -undef"Clifford Wolf2015-01-311-1/+1
* Added "equiv_simple -undef"Clifford Wolf2015-01-311-0/+14
* Added "equiv_make -blacklist <file> -encfile <file>"Clifford Wolf2015-01-312-0/+16
* Synced RTLIL::unescape_id() to log_id() behaviorClifford Wolf2015-01-301-3/+9
* More log_id() stuffClifford Wolf2015-01-301-3/+7
* Some cleanups in log.ccClifford Wolf2015-01-301-14/+16
* Rethrow with "catch(...) throw;"Clifford Wolf2015-01-251-2/+2
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-244-5/+9
* Added #ifdef NDEBUG for log_assert()Clifford Wolf2015-01-241-1/+5
* Added dict/pool.sort()Clifford Wolf2015-01-243-0/+48
* Various equiv_simple improvementsClifford Wolf2015-01-221-0/+19
* Progress in equiv_simpleClifford Wolf2015-01-211-2/+5
* Added equiv_make commandClifford Wolf2015-01-192-1/+11
* Added $equiv cell typeClifford Wolf2015-01-192-0/+9
* Added hashlib::idict<>Clifford Wolf2015-01-182-2/+59
* Optimizing no-op cell->setPort()Clifford Wolf2015-01-171-1/+3
* Only enable code coverage counters on linuxClifford Wolf2015-01-093-4/+4
* fixed compiler warning on non-linux archsClifford Wolf2015-01-061-2/+4
* hashlib iterator fixClifford Wolf2015-01-061-4/+4
* build fix for mxeClifford Wolf2015-01-061-7/+8
* Print non-errors to stdoutClifford Wolf2015-01-033-2/+11
* Removed SigSpec::extend_xx() apiClifford Wolf2015-01-012-19/+0
* Progress in memory_bramClifford Wolf2014-12-312-5/+9
* Added memory_bram (not functional yet)Clifford Wolf2014-12-311-1/+1
* Added hashlib .count(key, iterator) and it1 < it2Clifford Wolf2014-12-311-37/+50
* improved bitpattern (proc_mux) performanceClifford Wolf2014-12-311-22/+43
* hashlib cleanups and a fixClifford Wolf2014-12-311-17/+17
* gcc-4.6 compile fixesClifford Wolf2014-12-311-4/+4
* new hashlib::pool<> (derived from new dict)Clifford Wolf2014-12-311-221/+151
* major rewrite of hashlib::dict<>Clifford Wolf2014-12-311-196/+123
* IdString optimizationClifford Wolf2014-12-311-0/+6
* hotfix for ModInfoClifford Wolf2014-12-311-1/+1
* using pool<> in bitpattern.hClifford Wolf2014-12-303-14/+32
* improved -v optionClifford Wolf2014-12-301-2/+9
* print timing details (-d) in -q modeClifford Wolf2014-12-301-0/+4
* added hashlib::mkhash_initClifford Wolf2014-12-304-5/+8
* Small optimization in hashlibClifford Wolf2014-12-301-4/+4
* Improvements in hashlibClifford Wolf2014-12-301-85/+74
* Put dummy reference to empty idstring in yosys_shutdown()Clifford Wolf2014-12-291-0/+3
* Improved free list management in hashlibClifford Wolf2014-12-291-12/+108
* Less verbose ABC outputClifford Wolf2014-12-291-2/+0
* Added global yosys_celltypesClifford Wolf2014-12-292-40/+66
* Added "yosys -X"Clifford Wolf2014-12-297-1/+153
* Fixed comment parsing in Pass::call()Clifford Wolf2014-12-291-3/+8
* dict/pool changes in opt_cleanClifford Wolf2014-12-291-0/+9
* Added newline support to Pass::call() parserClifford Wolf2014-12-291-0/+12
* dict/pool changes in astClifford Wolf2014-12-291-0/+6
* gcc build fixesClifford Wolf2014-12-291-11/+16