aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska1-1/+1
2018-06-05Print working directory only in intermediate format (PR gcov-profile/84846).Martin Liska1-2/+0
2018-05-18gcov: add new option -t that prints output to stdout (PR gcov-profile/84846).Martin Liska1-7/+29
2018-05-18Print working directory to gcov files (PR gcov-profile/84846).Martin Liska1-0/+7
2018-02-27Make groups more generic (PR gcov-profile/84548).Martin Liska1-2/+8
2018-01-04Add version to intermediate gcov file (PR gcov-profile/83669).Martin Liska1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+1
2017-11-13GCOV: remove typedef of coverage_t.Martin Liska1-12/+12
2017-11-13GCOV: remove typedef for block_tMartin Liska1-26/+26
2017-11-13GCOV: remove typedef for arc_tMartin Liska1-29/+29
2017-11-13GCOV: remove typedef for function_tMartin Liska1-35/+35
2017-11-13GCOV: introduce vector for function_info::counts.Martin Liska1-13/+8
2017-11-13GCOV: simplify usage of function_info::artificial.Martin Liska1-26/+40
2017-11-13GCOV: introduce global vector of functionsMartin Liska1-66/+44
2017-11-10GCOV: create one intermediate file per a gcno file (PR gcov-profile/82702).Martin Liska1-20/+76
2017-11-10GCOV: do not support unexecuted blocks in AdaMartin Liska1-1/+6
2017-11-09GCOV: support multiple functions per a line (PR gcov-profile/48463)Martin Liska1-266/+589
2017-10-31GCOV: add -j argument (human readable format).Martin Liska1-2/+38
2017-10-31GCOV: std::vector refactoring IIIMartin Liska1-75/+58
2017-10-31GCOV: Vector refactoring IIMartin Liska1-76/+73