about summary refs log tree commit diff
path: root/tests/mir-opt/instrument_coverage.main.InstrumentCoverage.diff
AgeCommit message (Expand)AuthorLines
2024-04-22coverage: Move mir-opt coverage tests into a subdirectoryZalathar-55/+0
2024-03-24Clean up unnecessary headers/flags in coverage mir-opt testsZalathar-5/+5
2024-01-11coverage: Add enums to accommodate other kinds of coverage mappingsZalathar-5/+5
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-5/+5
2023-10-18coverage: Store expression data in function coverage infoZalathar-2/+4
2023-10-18coverage: Store all of a function's mappings in function coverage infoZalathar-4/+10
2023-10-03coverage: Store each BCB's code regions in one coverage statementZalathar-2/+1
2023-10-03coverage: Let each coverage statement hold a vector of code regionsZalathar-5/+5
2023-08-01Make coverage counter IDs count up from 0, not 1Zalathar-4/+4
2023-08-01Make coverage expression IDs count up from 0, not down from `u32::MAX`Zalathar-3/+3
2023-08-01Replace `ExpressionOperandId` with enum `Operand`Zalathar-3/+3
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-24/+21
2023-04-06Bless testsGary Guo-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+51