| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "#ifdef __FreeBSD__" | Christian Krämer | 2018-05-13 | 1 | -1/+1 |
* | Revert "Add "#ifdef __FreeBSD__"" | Clifford Wolf | 2018-05-13 | 1 | -1/+1 |
* | Add "#ifdef __FreeBSD__" | Johnny Sorocil | 2018-05-05 | 1 | -1/+1 |
* | Add "yosys -e regex" for turning warnings into errors | Clifford Wolf | 2018-05-04 | 1 | -1/+1 |
* | Harmonize uses of _WIN32 macro | Larry Doolittle | 2018-03-11 | 1 | -1/+1 |
* | Improve handling of warning messages | Clifford Wolf | 2018-03-04 | 1 | -0/+2 |
* | Add log_warning_noprefix() API, Use for Verific warnings and errors | Clifford Wolf | 2017-07-27 | 1 | -0/+2 |
* | Store command history when terminating with an error | Clifford Wolf | 2017-06-20 | 1 | -0/+1 |
* | Add "yosys -w" for suppressing warnings | Clifford Wolf | 2017-02-12 | 1 | -1/+1 |
* | Add log_wire() API | Clifford Wolf | 2017-02-11 | 1 | -0/+1 |
* | Added "yosys -W regex" | Clifford Wolf | 2016-12-22 | 1 | -0/+2 |
* | Added log_const() API | Clifford Wolf | 2016-08-09 | 1 | -0/+1 |
* | Added "read_verilog -dump_rtlil" | Clifford Wolf | 2016-07-27 | 1 | -0/+1 |
* | Fixes for MXE build | Clifford Wolf | 2016-05-07 | 1 | -7/+7 |
* | Added "yosys -D ALL" | Clifford Wolf | 2016-04-24 | 1 | -0/+1 |
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -2/+3 |
* | Added log_dump() support for dict<> and pool<> containers | Clifford Wolf | 2016-03-31 | 1 | -0/+26 |
* | Microsoft Visual C++ fix for log.h. | Andrei Errapart | 2015-09-01 | 1 | -0/+5 |
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -1/+1 |
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
* | Added log_dump() support for IdStrings | Clifford Wolf | 2015-06-08 | 1 | -0/+1 |
* | YosysJS stuff | Clifford Wolf | 2015-02-19 | 1 | -0/+1 |
* | Added ENABLE_NDEBUG makefile options | Clifford Wolf | 2015-01-24 | 1 | -1/+1 |
* | Added #ifdef NDEBUG for log_assert() | Clifford Wolf | 2015-01-24 | 1 | -1/+5 |
* | Only enable code coverage counters on linux | Clifford Wolf | 2015-01-09 | 1 | -2/+2 |
* | Print non-errors to stdout | Clifford Wolf | 2015-01-03 | 1 | -0/+1 |
* | Added "yosys -X" | Clifford Wolf | 2014-12-29 | 1 | -0/+1 |
* | Replaced std::unordered_map as implementation for Yosys::dict | Clifford Wolf | 2014-12-26 | 1 | -2/+2 |
* | Added new_dict (hashmap.h) and re-enabled code coverage counters | Clifford Wolf | 2014-12-26 | 1 | -2/+2 |
* | Added "yosys -qq" to also quiet warning messages | Clifford Wolf | 2014-11-09 | 1 | -0/+1 |
* | Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN | Clifford Wolf | 2014-11-09 | 1 | -8/+8 |
* | Added log_warning() API | Clifford Wolf | 2014-11-09 | 1 | -1/+3 |
* | Added "used" attribute to entries in yosys_cover_list | Clifford Wolf | 2014-11-07 | 1 | -1/+1 |
* | Fixed typo in "log_cmd_error_exception" | Clifford Wolf | 2014-11-07 | 1 | -1/+1 |
* | Made "cover" a compile-time option (disabled by default) | Clifford Wolf | 2014-11-06 | 1 | -2/+1 |
* | Various win32 / vs build fixes | Clifford Wolf | 2014-10-17 | 1 | -2/+2 |
* | Fixed a few VS warnings | Clifford Wolf | 2014-10-17 | 1 | -1/+1 |
* | Replaced log_assert() do { ... } while (0) hack with a static inline function | Clifford Wolf | 2014-10-15 | 1 | -1/+5 |
* | A few indent fixes | Clifford Wolf | 2014-10-15 | 1 | -2/+2 |
* | Define empty __attribute__ macro for non-gcc, non-clang compilers | Clifford Wolf | 2014-10-15 | 1 | -13/+5 |
* | Fixed log so it will compile under Visual Studio | William Speirs | 2014-10-15 | 1 | -7/+15 |
* | Replaced "#ifdef WIN32" with "#ifdef _WIN32" | Clifford Wolf | 2014-10-09 | 1 | -3/+3 |
* | No rusage on win32 | Clifford Wolf | 2014-10-09 | 1 | -1/+8 |
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -4/+7 |
* | Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore | Clifford Wolf | 2014-08-23 | 1 | -0/+1 |
* | Added log_spacer() | Clifford Wolf | 2014-08-16 | 1 | -0/+1 |
* | Improvements in new RTLIL::IdString implementation | Clifford Wolf | 2014-08-02 | 1 | -2/+0 |
* | Preparations for RTLIL::IdString redesign: cleanup of existing code | Clifford Wolf | 2014-08-02 | 1 | -1/+1 |
* | Added logfile hash to statistics footer | Clifford Wolf | 2014-08-01 | 1 | -0/+2 |
* | Added per-pass cpu usage statistics | Clifford Wolf | 2014-08-01 | 1 | -0/+1 |