aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/deminout.cc
Commit message (Collapse)AuthorAgeFilesLines
* deminout: Consider $tribuf cellsDavid Shah2018-12-121-2/+2
| | | | Signed-off-by: David Shah <dave@ds0.me>
* deminout: Don't demote constant-driven inouts to inputsDavid Shah2018-12-121-1/+2
| | | | Signed-off-by: David Shah <dave@ds0.me>
* 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)
* Be slightly less aggressive in "deminout" passClifford Wolf2018-06-191-4/+28
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Added "deminout"Clifford Wolf2016-06-191-0/+116