aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
AgeCommit message (Expand)Author
2021-01-12gcov: fix printf format for 32-bit hostsMartin Liska
2021-01-12gcov: add more debugging facilityMartin Liska
2021-01-04Update copyright years.Jakub Jelinek
2021-01-01Update copyright dates.Jakub Jelinek
2020-12-15gcov: fix line output for nested functions in JSON formatMartin Liska
2020-12-14gcov: Update comments.Martin Liska
2020-10-23gcov: fix reading of zero sections.Martin Liska
2020-07-02Do not stream all zeros for gcda files.Martin Liska
2020-07-01gcov: avoid trailing space.Martin Liska
2020-07-01gcov: shorted one option help messageMartin Liska
2020-07-01gcov: rename 2 options.Martin Liska
2020-06-17gcov*: collapse lisence header to 2 lines in --version.Martin Liska
2020-05-05gcov: print total_lines summary for all files.Martin Liska
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2019-10-22Come up with json::integer_number and use it in GCOV.Martin Liska
2019-09-02Consider also negative edges in cycle detection.Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-13Do not follow zero edges in cycle detection (PR gcov-profile/90380).Martin Liska
2019-05-13Test for not existence of a negative loop (PR gcov-profile/90380).Martin Liska
2019-04-08Add data_file to GCOV interm. format (PR gcov-profile/89961).Martin Liska
2019-03-14GCOV: print {start,end}_column in JSON file and gcov-dump tool.Martin Liska
2019-03-11Improve JSON format: add function names for lines.Martin Liska
2019-02-05GCOV: remove misleading branches and calls info for -f option (PR gcov-profil...Martin Liska
2019-01-24Fix broken filename for .gcda files starting with '..' (PR gcov-profile/88994).Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2018-12-27Fix slowness in gcov (PR gcov-profile/88225).Martin Liska
2018-11-27gcov: do not ICE on NULL string in JSON export.Martin Liska
2018-10-30* gcov.c (output_lines): Remove duplicate line.Eric Botcazou
2018-10-29GCOV: introduce --json-format.Martin Liska
2018-09-24Improve colorization legend in gcov reports.Martin Liska
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-09-17Fix out-of-bounds in gcov.c (PR gcov-profile/85871).Martin Liska
2018-09-17gcov: emit hotness colors to easily find hot code.Martin Liska
2018-09-05GCOV: Print one decimal place in human readable mode.Martin Liska
2018-08-27Do not read gcda files multiple times (PR gcov-profile/87069).Martin Liska
2018-08-02Fix gcov misleading error (PR gcov-profile/86817).Martin Liska
2018-07-26gcov: Fix wrong usage of NAN in statistics (PR gcov-profile/86536).Martin Liska
2018-06-29When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...Martin Liska
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska
2018-06-05Print working directory only in intermediate format (PR gcov-profile/84846).Martin Liska
2018-05-18gcov: add new option -t that prints output to stdout (PR gcov-profile/84846).Martin Liska
2018-05-18Print working directory to gcov files (PR gcov-profile/84846).Martin Liska
2018-02-27Make groups more generic (PR gcov-profile/84548).Martin Liska
2018-01-04Add version to intermediate gcov file (PR gcov-profile/83669).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek