about summary refs log tree commit diff
path: root/tests/coverage/loops_branches.cov-map
AgeCommit message (Expand)AuthorLines
2025-05-06coverage: Only merge adjacent coverage spansZalathar-15/+34
2025-05-06coverage-dump: Dump filenames instead of global file IDs (and bless)Zalathar-3/+3
2025-04-01coverage: Don't split bang-macro spans, just truncate themZalathar-6/+6
2025-02-13coverage: Eliminate more counters by giving them to unreachable nodesZalathar-17/+17
2025-02-06coverage: Don't create counters for code that was removed by MIR optsZalathar-55/+40
2025-01-16coverage: Completely overhaul counter assignment, using node-flow graphsZalathar-85/+45
2024-12-07coverage: Prefer to visit nodes whose predecessors have been visitedZalathar-94/+83
2024-12-04coverage: Add an extra "transcribe" step after counter creationZalathar-125/+98
2024-11-08coverage: Restrict empty-span expansion to only cover `{` and `}`Zalathar-6/+6
2024-10-11coverage: Include the highest counter ID seen in `.cov-map` dumpsZalathar-0/+3
2024-05-14coverage: Simplify counter expressions using simple algebraZalathar-128/+112
2023-11-25coverage: Simplify building coverage expressions based on sumsZalathar-45/+45
2023-11-07coverage: Migrate `tests/coverage-map` into `tests/coverage`Zalathar-0/+183