| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-16 | coverage: Completely overhaul counter assignment, using node-flow graphs | Zalathar | -108/+97 | |
| 2024-12-23 | Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, ↵ | Zalathar | -40/+50 | |
| r=wesleywiser" This reverts commit 1d35638dc38dbfbf1cc2a9823135dfcf3c650169, reversing changes made to f23a80a4c2fbca593b64e70f5970368824b4c5e9. | ||||
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -50/+40 | |
| 2024-12-07 | coverage: Prefer to visit nodes whose predecessors have been visited | Zalathar | -375/+252 | |
| 2024-12-04 | coverage: Add an extra "transcribe" step after counter creation | Zalathar | -407/+433 | |
| 2024-11-08 | coverage: Restrict empty-span expansion to only cover `{` and `}` | Zalathar | -4/+4 | |
| 2024-10-11 | coverage: Include the highest counter ID seen in `.cov-map` dumps | Zalathar | -0/+20 | |
| When making changes that have a large impact on coverage counter creation, this makes it easier to see whether the number of physical counters has changed. (The highest counter ID seen in coverage maps is not necessarily the same as the number of physical counters actually used by the instrumented code, but it's the best approximation we can get from looking only at the coverage maps, and it should be reasonably accurate in most cases.) | ||||
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -213/+107 | |
| 2024-10-08 | coverage. Disable supporting mcdc on llvm-18 | zhuyunxing | -10/+10 | |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -52/+42 | |
| 2024-08-01 | Finish blessing `coverage/mcdc` tests after LLVM 19 upgrade | Zalathar | -0/+5 | |
| 2024-07-30 | Bless coverage/mcdc for line number changes | Josh Stone | -42/+42 | |
| 2024-07-30 | Disable MC/DC tests on LLVM 19 | Krasimir Georgiev | -0/+5 | |
| Disable the tests and generate an error if MC/DC is used on LLVM 19. The support will be ported separately, as it is substantially different on LLVM 19, and there are no plans to support both versions. | ||||
| 2024-07-09 | coverage. Fix panic when generating mcdc code for inlined functions | zhuyunxing | -0/+79 | |
| 2024-07-09 | coverage. MCDC tests also report branches coverage | zhuyunxing | -6/+78 | |
| 2024-07-09 | coverage. Group mcdc tests in one directory | zhuyunxing | -0/+1567 | |
| 2024-05-29 | coverage: Add tests for the MC/DC condition limit | Zalathar | -0/+270 | |
