aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-3262/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright dates.Jakub Jelinek1-1/+1
2021-11-03gcov: Remove dead variable.Martin Liska1-2/+1
2021-10-18gcov: return proper exit code when error happensMartin Liska1-4/+23
2021-10-18Remove unused but set variables.Martin Liska1-3/+1
2021-10-13gcov: make profile merging smarterMartin Liska1-0/+5
2021-08-20gcov: fix output location for JSON mode.Martin Liska1-79/+79
2021-01-12gcov: fix printf format for 32-bit hostsMartin Liska1-2/+2
2021-01-12gcov: add more debugging facilityMartin Liska1-1/+42
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2021-01-01Update copyright dates.Jakub Jelinek1-1/+1
2020-12-15gcov: fix line output for nested functions in JSON formatMartin Liska1-5/+13
2020-12-14gcov: Update comments.Martin Liska1-2/+3
2020-10-23gcov: fix reading of zero sections.Martin Liska1-4/+4
2020-07-02Do not stream all zeros for gcda files.Martin Liska1-2/+7
2020-07-01gcov: avoid trailing space.Martin Liska1-1/+1
2020-07-01gcov: shorted one option help messageMartin Liska1-1/+2
2020-07-01gcov: rename 2 options.Martin Liska1-6/+10
2020-06-17gcov*: collapse lisence header to 2 lines in --version.Martin Liska1-3/+2
2020-05-05gcov: print total_lines summary for all files.Martin Liska1-15/+15
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+1
2019-10-22Come up with json::integer_number and use it in GCOV.Martin Liska1-10/+13
2019-09-02Consider also negative edges in cycle detection.Martin Liska1-5/+5
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-7/+7
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-5/+10
2019-05-13Do not follow zero edges in cycle detection (PR gcov-profile/90380).Martin Liska1-4/+20
2019-05-13Test for not existence of a negative loop (PR gcov-profile/90380).Martin Liska1-35/+18
2019-04-08Add data_file to GCOV interm. format (PR gcov-profile/89961).Martin Liska1-0/+1
2019-03-14GCOV: print {start,end}_column in JSON file and gcov-dump tool.Martin Liska1-1/+9
2019-03-11Improve JSON format: add function names for lines.Martin Liska1-4/+16
2019-02-05GCOV: remove misleading branches and calls info for -f option (PR gcov-profil...Martin Liska1-7/+17
2019-01-24Fix broken filename for .gcda files starting with '..' (PR gcov-profile/88994).Martin Liska1-7/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+1
2018-12-27Fix slowness in gcov (PR gcov-profile/88225).Martin Liska1-48/+64
2018-11-27gcov: do not ICE on NULL string in JSON export.Martin Liska1-1/+3
2018-10-30* gcov.c (output_lines): Remove duplicate line.Eric Botcazou1-2/+0
2018-10-29GCOV: introduce --json-format.Martin Liska1-106/+154
2018-09-24Improve colorization legend in gcov reports.Martin Liska1-2/+12
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-5/+2
2018-09-17Fix out-of-bounds in gcov.c (PR gcov-profile/85871).Martin Liska1-1/+2
2018-09-17gcov: emit hotness colors to easily find hot code.Martin Liska1-7/+49
2018-09-05GCOV: Print one decimal place in human readable mode.Martin Liska1-2/+2
2018-08-27Do not read gcda files multiple times (PR gcov-profile/87069).Martin Liska1-0/+15
2018-08-02Fix gcov misleading error (PR gcov-profile/86817).Martin Liska1-4/+8
2018-07-26gcov: Fix wrong usage of NAN in statistics (PR gcov-profile/86536).Martin Liska1-36/+10
2018-06-29When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...Martin Liska1-36/+1