aboutsummaryrefslogtreecommitdiffstats
path: root/backends/simplec/simplec.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-1/+1
| | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually.
* 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)
* Add workaround for CBMC bug to SimpleC back-endClifford Wolf2017-05-171-1/+3
|
* Add $_ANDNOT_ and $_ORNOT_ gatesClifford Wolf2017-05-171-7/+9
|
* Add <modname>_init() function generator to simpleC back-endClifford Wolf2017-05-161-87/+145
|
* Improve simplec back-endClifford Wolf2017-05-161-1/+1
|
* Improve simplec back-endClifford Wolf2017-05-151-42/+44
|
* Improve simplec back-endClifford Wolf2017-05-141-0/+37
|
* Improve simplec back-endClifford Wolf2017-05-131-25/+60
|
* Improve simplec back-endClifford Wolf2017-05-121-10/+76
|
* Added support for more gate types to simplec back-endClifford Wolf2017-05-121-1/+88
|
* Add first draft of simple C back-endClifford Wolf2017-05-121-0/+521