aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | typo fix for "opt -fast"Clifford Wolf2014-12-301-1/+1
* | print timing details (-d) in -q modeClifford Wolf2014-12-301-0/+4
* | Fixed a bug in "select %ci %co %x"Clifford Wolf2014-12-301-4/+5
* | Added more information to CodingReadmeClifford Wolf2014-12-301-6/+110
* | Fixed typo in ABC commandClifford Wolf2014-12-301-2/+2
* | added hashlib::mkhash_initClifford Wolf2014-12-304-5/+8
* | Fixed simlib entries for $memrd and $memwrClifford Wolf2014-12-301-0/+2
* | Small optimization in hashlibClifford Wolf2014-12-301-4/+4
* | Improvements in hashlibClifford Wolf2014-12-301-85/+74
* | Fixed build with SMALL=1Clifford Wolf2014-12-303-1/+6
* | 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
* | Fixed memory corruption in "splice" commandClifford Wolf2014-12-291-13/+16
* | Added statehash to ezSATClifford Wolf2014-12-293-8/+52
* | Less verbose ABC outputClifford Wolf2014-12-293-23/+55
* | Added global yosys_celltypesClifford Wolf2014-12-293-41/+67
* | Added "yosys -X"Clifford Wolf2014-12-297-1/+153
* | Cleanups in opt_cleanClifford Wolf2014-12-291-10/+10
* | Fixed comment parsing in Pass::call()Clifford Wolf2014-12-291-3/+8
* | dict/pool changes in opt_cleanClifford Wolf2014-12-292-5/+14
* | Added newline support to Pass::call() parserClifford Wolf2014-12-291-0/+12
* | dict/pool changes in astClifford Wolf2014-12-294-16/+30
* | gcc build fixesClifford Wolf2014-12-291-11/+16
* | Converting "share" to dict<> and pool<> completeClifford Wolf2014-12-293-36/+62
* | Switched most of "share" to dict<> and pool<>Clifford Wolf2014-12-291-16/+17
* | Added mkhash_xorshift()Clifford Wolf2014-12-294-13/+38
* | Some changes to hashlib to make for better stl compatibilityClifford Wolf2014-12-281-12/+14
* | Some cleanupsClifford Wolf2014-12-283-11/+20
* | Added memhasher (yosys -M)Clifford Wolf2014-12-284-2/+56
* | using dict and pool in opt_reduceClifford Wolf2014-12-281-5/+5
* | bugfix in opt_shareClifford Wolf2014-12-281-0/+1
* | Changed more code to dict<> and pool<>Clifford Wolf2014-12-285-17/+17
* | Fixed performance bug in object hashingClifford Wolf2014-12-282-6/+6
* | Improved hashlib iterator implementationClifford Wolf2014-12-281-24/+36
* | Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-2811-58/+124
* | Various improvements in ModIndexClifford Wolf2014-12-271-5/+53
* | More dict/pool related changesClifford Wolf2014-12-276-54/+77
* | Added memory statistics (at least on linux)Clifford Wolf2014-12-271-3/+23
* | Better help message printing for command line toolClifford Wolf2014-12-271-72/+77
* | Improved some warning messagesClifford Wolf2014-12-271-6/+18
* | Fixed mem2reg warning messageClifford Wolf2014-12-271-3/+3
* | More hashtable finetuningClifford Wolf2014-12-279-18/+40
* | Some cleanups in dict/pool hashtable implementationClifford Wolf2014-12-261-61/+33
* | Using Yosys::dict and Yosys::pool in sigtools.hClifford Wolf2014-12-261-4/+7
* | Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-268-137/+394
* | Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-2612-103/+318