aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/trace.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* Use C++11 final/override keywords.whitequark2020-06-181-10/+10
* kernel: more pass by const ref, more speedupsEddie Hung2020-03-181-1/+1
* Add log_debug() frameworkClifford Wolf2019-04-221-0/+34
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-9/+8
* Rethrow with "catch(...) throw;"Clifford Wolf2015-01-251-2/+2
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-091-6/+6
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-071-2/+2
* namespace YosysClifford Wolf2014-09-271-0/+1
* Fixed build with gcc-4.6Clifford Wolf2014-08-071-6/+6
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-011-3/+3
* Added "trace" commandClifford Wolf2014-07-311-0/+97