Cosmetic changes in verilog output format
[yosys.git] / kernel /
2015-01-01 Clifford WolfRemoved SigSpec::extend_xx() api
2014-12-31 Clifford WolfProgress in memory_bram
2014-12-31 Clifford WolfAdded memory_bram (not functional yet)
2014-12-31 Clifford WolfAdded hashlib .count(key, iterator) and it1 < it2
2014-12-31 Clifford Wolfimproved bitpattern (proc_mux) performance
2014-12-31 Clifford Wolfhashlib cleanups and a fix
2014-12-31 Clifford Wolfgcc-4.6 compile fixes
2014-12-31 Clifford Wolfnew hashlib::pool<> (derived from new dict)
2014-12-31 Clifford Wolfmajor rewrite of hashlib::dict<>
2014-12-31 Clifford WolfIdString optimization
2014-12-31 Clifford Wolfhotfix for ModInfo
2014-12-30 Clifford Wolfusing pool<> in bitpattern.h
2014-12-30 Clifford Wolfimproved -v option
2014-12-30 Clifford Wolfprint timing details (-d) in -q mode
2014-12-30 Clifford Wolfadded hashlib::mkhash_init
2014-12-30 Clifford WolfSmall optimization in hashlib
2014-12-30 Clifford WolfImprovements in hashlib
2014-12-29 Clifford WolfPut dummy reference to empty idstring in yosys_shutdown()
2014-12-29 Clifford WolfImproved free list management in hashlib
2014-12-29 Clifford WolfLess verbose ABC output
2014-12-29 Clifford WolfAdded global yosys_celltypes
2014-12-29 Clifford WolfAdded "yosys -X"
2014-12-29 Clifford WolfFixed comment parsing in Pass::call()
2014-12-29 Clifford Wolfdict/pool changes in opt_clean
2014-12-29 Clifford WolfAdded newline support to Pass::call() parser
2014-12-29 Clifford Wolfdict/pool changes in ast
2014-12-29 Clifford Wolfgcc build fixes
2014-12-29 Clifford WolfConverting "share" to dict<> and pool<> complete
2014-12-28 Clifford WolfAdded mkhash_xorshift()
2014-12-28 Clifford WolfSome changes to hashlib to make for better stl compatib...
2014-12-28 Clifford WolfSome cleanups
2014-12-28 Clifford WolfAdded memhasher (yosys -M)
2014-12-28 Clifford WolfChanged more code to dict<> and pool<>
2014-12-28 Clifford WolfFixed performance bug in object hashing
2014-12-28 Clifford WolfImproved hashlib iterator implementation
2014-12-28 Clifford WolfRenamed hashmap.h to hashlib.h, some related improvements
2014-12-27 Clifford WolfVarious improvements in ModIndex
2014-12-27 Clifford WolfMore dict/pool related changes
2014-12-27 Clifford WolfAdded memory statistics (at least on linux)
2014-12-27 Clifford WolfBetter help message printing for command line tool
2014-12-27 Clifford WolfMore hashtable finetuning
2014-12-26 Clifford WolfSome cleanups in dict/pool hashtable implementation
2014-12-26 Clifford WolfUsing Yosys::dict and Yosys::pool in sigtools.h
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 new_dict (hashmap.h) and re-enabled code coverage...
2014-12-26 Clifford WolfTemporary gcc 4.6 build hotfix for Yosys::dict and...
2014-12-26 Clifford WolfAdded "yosys -d" command line option
2014-12-26 Clifford WolfAdded Yosys::{dict,nodict,vector} container types
2014-12-24 Clifford WolfRenamed extend() to extend_xx(), changed most users...
2014-12-21 Clifford WolfAdded support for multiple clock domains to "abc" pass
2014-12-17 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-12-16 Clifford WolfFixed build with gcc 4.6
2014-12-11 Clifford WolfAdded IdString::destruct_guard hack
2014-12-08 Clifford WolfAdded functionality to dff2dffe pass
2014-12-08 Clifford WolfAdded bool constructors to SigBit and SigSpec
2014-12-08 Clifford WolfAdded module->addDffe() and module->addDffeGate()
2014-12-08 Clifford WolfAdded $dffe cell type
2014-12-08 Clifford WolfAdded $_DFFE_??_ cell types
2014-11-09 Clifford WolfAdded "yosys -qq" to also quiet warning messages
2014-11-09 Clifford WolfIntroducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NOR...
2014-11-09 Clifford WolfAdded log_warning() API
2014-11-08 Clifford WolfUse a cache for log_id() memory management
2014-11-07 Clifford WolfAdded "used" attribute to entries in yosys_cover_list
2014-11-07 Clifford WolfImproved TopoSort determinism
2014-11-07 Clifford WolfFixed typo in "log_cmd_error_exception"
2014-11-06 Clifford WolfMade "cover" a compile-time option (disabled by default)
2014-10-29 Clifford WolfAdded support for empty lines to here documents
2014-10-26 Clifford WolfAdded support for $readmemh/$readmemb
2014-10-23 Clifford WolfRe-introduced Yosys::readsome() helper function
2014-10-19 Clifford WolfMerge pull request #40 from parvizp/compile_mac_10.9.2
2014-10-19 Parviz PalangpourBuilds on Mac 10.9.2 with LLVM 3.5.
2014-10-18 Clifford WolfImproved new_id() for win32
2014-10-18 Clifford WolfVarious improvements to version reporting on win32
2014-10-18 Clifford WolfFixed shell prompt and proc_self_dirname() for win32
2014-10-18 Clifford WolfFixed various VS warnings
2014-10-17 Clifford WolfMore win32 (mxe and vs) build fixes
2014-10-17 Clifford WolfVarious win32 / vs build fixes
2014-10-17 Clifford WolfVarious MXE build fixes
2014-10-17 William SpeirsHeader changes so it will compile on VS
2014-10-17 Clifford WolfFixed a few VS warnings
2014-10-15 Clifford WolfFixed RTLIL::SigSpec::parse() for out-of-range bit...
2014-10-15 Clifford WolfReplaced log_assert() do { ... } while (0) hack with...
2014-10-15 Clifford WolfFixed gcc warning
2014-10-15 Clifford WolfFixed MXE build
2014-10-14 Clifford WolfMerge branch 'win32'
2014-10-14 Clifford WolfCheck for _YOSYS_ in yosys.h
2014-10-14 Clifford WolfReplaced readsome() with read() and gcount()
2014-10-14 Clifford WolfA few indent fixes
2014-10-14 William SpeirsMade iterators extend std::iterator and added == operator
2014-10-14 Clifford WolfDefine empty __attribute__ macro for non-gcc, non-clang...
2014-10-14 William SpeirsFixed log so it will compile under Visual Studio
2014-10-12 Clifford WolfMore win32/abc fixes
2014-10-12 Clifford WolfVarious small fixes for non-win32 builds
2014-10-12 Clifford WolfAdded make_temp_{file,dir}() and remove_directory(...
2014-10-12 Clifford WolfAdded run_command() api to replace system() and popen()
2014-10-11 Clifford WolfShrinked the copyright banner by 1 character
2014-10-11 Clifford WolfFixed win32 troubles with f.readsome()
2014-10-11 Clifford WolfAdded proc_self_dirname() for win32
2014-10-11 Clifford WolfFixed ifdefs for plugin unloading
next