aboutsummaryrefslogtreecommitdiffstats
path: root/passes/tests/test_abcloop.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug().whitequark2020-06-191-2/+2
|
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-1/+1
|
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-211-12/+12
|
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-241-2/+2
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-6/+6
|
* namespace YosysClifford Wolf2014-09-271-0/+4
|
* Added "test_abcloop" commandClifford Wolf2014-09-191-0/+285