aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.cc
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Add prime path coverage to gcc/gcovJørgen Kvalsvik1-1/+486
2025-03-26gcov: branch, conds, calls in function summariesJørgen Kvalsvik1-5/+43
2025-03-25gcc, gcov: Use 'lbasename' consistently.Iain Sandoe1-1/+1
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2025-01-02Update copyright dates.Jakub Jelinek1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-16Ternary operator formatting fixesJakub Jelinek1-1/+1
2024-09-08gcov: Cache source filesJørgen Kvalsvik1-17/+53
2024-07-24json: support std::unique_ptr in array::append and object::setDavid Malcolm1-0/+1
2024-07-24gcov: reduce use of naked "new" for json outputDavid Malcolm1-2/+2
2024-07-11Add function filtering to gcovJørgen Kvalsvik1-8/+119
2024-07-11Ensure function.end_line in source_info.linesJørgen Kvalsvik1-0/+6
2024-06-26Record edge true/false value for gcovJørgen Kvalsvik1-0/+8
2024-06-26Use the term MC/DC in help for gcov --conditionsJørgen Kvalsvik1-1/+1
2024-04-09Fix up duplicated words mostly in comments, part 2Jakub Jelinek1-1/+1
2024-04-04Add condition coverage (MC/DC)Jørgen Kvalsvik1-7/+202
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2024-01-03Update copyright dates.Jakub Jelinek1-1/+1
2023-12-06diagnostics: prettify JSON output formatsDavid Malcolm1-2/+2
2023-11-14json: reduce use of naked new in json-building codeDavid Malcolm1-39/+26
2023-05-04gcov: add GCOV format version to gcov -vMartin Liska1-1/+4
2023-04-25gcov: add info about "calls" to JSON output formatMartin Liska1-5/+26
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2023-01-02Update copyright dates.Jakub Jelinek1-1/+1
2022-12-15gcov: annotate uncovered branches [PR107537]Spacetown1-1/+3
2022-08-24gcov: fix file and function summary informationMartin Liska1-1/+8
2022-01-17Change references of .c files to .cc filesMartin Liska1-5/+5
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3262