about summary refs log tree commit diff
path: root/tests/mir-opt/coverage_graphviz.bar.InstrumentCoverage.0.dot
AgeCommit message (Collapse)AuthorLines
2023-09-20coverage: Remove debug code from the instrumentorZalathar-6/+0
2023-08-01Make coverage counter IDs count up from 0, not 1Zalathar-1/+1
Operand types are now tracked explicitly, so there is no need to reserve ID 0 for the special always-zero counter. As part of the renumbering, this change fixes an off-by-one error in the way counters were counted by the `coverageinfo` query. As a result, functions should now have exactly the number of counters they actually need, instead of always having an extra counter that is never used.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+6