Revert "Merge remote-tracking branch 'origin/eddie/shregmap_improve' into xc7mux"
[yosys.git] / kernel / yosys.cc
2016-12-21 Clifford WolfAdded AIGER back-end to automatic back-end detection
2016-08-22 Clifford WolfAdded glob support to all front-ends
2016-08-16 Clifford WolfMerge pull request #203 from cr1901/master
2016-08-16 William D. JonesAdd MSYS2-compatible build.
2016-08-08 Yury GribovUse /proc/self/exe on Cygwin as well.
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-04-01 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-03-31 Clifford WolfAdded ScriptPass helper class for script-like passes
2016-03-31 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-03-30 Clifford WolfWe have 2016 for a while now
2016-03-30 Clifford WolfAdded .vhd file extension support
2016-03-28 Clifford WolfMerge pull request #137 from ravenexp/master
2016-03-26 Sergey KvachonokEmbed DATDIR make variable value into yosys binary.
2016-02-15 Clifford WolfUse easyer-to-read unoptimized ceil_log2()
2016-02-13 Clifford WolfFixed some visual studio warnings
2016-02-13 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-02-13 Clifford WolfAdded "int ceil_log2(int)" function
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-05-17 Clifford WolfAdded read_blif command
2015-04-24 Clifford WolfImproved attributes API and handling of "src" attributes
2015-04-16 Clifford WolfA "#" does start a comment, not a label.
2015-04-09 Clifford WolfAdded back-end auto-detect for .edif and .json
2015-04-08 Clifford WolfAdded support for "file names with blanks"
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-03-22 Clifford WolfFixed detection of absolute paths in ABC for win32
2015-02-15 Clifford WolfMore emcc stuff
2015-02-01 Clifford WolfAdded "make mklibyosys", some minor API changes
2015-01-31 Clifford WolfAdded yosys_banner(), Updated Copyright range
2015-01-31 Clifford WolfLog msg change
2015-01-25 Clifford WolfRethrow with "catch(...) throw;"
2015-01-24 Clifford WolfAdded ENABLE_NDEBUG makefile options
2014-12-29 Clifford WolfPut dummy reference to empty idstring in yosys_shutdown()
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-28 Clifford WolfSome cleanups
2014-12-28 Clifford WolfAdded memhasher (yosys -M)
2014-11-07 Clifford WolfFixed typo in "log_cmd_error_exception"
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-15 Clifford WolfFixed gcc warning
2014-10-14 Clifford WolfMerge branch 'win32'
2014-10-14 Clifford WolfReplaced readsome() with read() and gcount()
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 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
2014-10-10 Clifford WolfFixed next_token()
2014-10-10 Clifford WolfAdded next_token() function (strtok() replacement)
2014-10-10 Clifford WolfVarious win32 build fixes in yosys.cc
2014-10-10 Clifford WolfMoved patmatch() to yosys.cc
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-02 Clifford WolfCreate a default selection stack in RTLIL::Design:...
2014-08-22 Clifford WolfAdded emscripten (emcc) support to build system and...
2014-08-22 Clifford WolfAdded "plugin" command
2014-08-17 Clifford WolfFixed proc_{self,share}_dirname error handling
2014-08-02 Clifford WolfMore bugfixes related to new RTLIL::IdString
2014-08-01 Clifford WolfPreparations for RTLIL::IdString redesign: cleanup...
2014-08-01 Clifford WolfAdded logfile hash to statistics footer
2014-08-01 Clifford WolfAdded ModIndex helper class, some changes to RTLIL...
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-07-30 Clifford WolfAdded "kernel/yosys.h" and "kernel/yosys.cc"