aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
AgeCommit message (Expand)Author
2019-09-02Backport r275291marxin
2019-05-14Backport r271117marxin
2019-05-14Backport r271116marxin
2019-04-08Add data_file to GCOV interm. format (PR gcov-profile/89961).marxin
2019-03-14GCOV: print {start,end}_column in JSON file and gcov-dump tool.marxin
2019-03-11Improve JSON format: add function names for lines.marxin
2019-02-05GCOV: remove misleading branches and calls info for -f option (PR gcov-profil...marxin
2019-01-24Fix broken filename for .gcda files starting with '..' (PR gcov-profile/88994).marxin
2019-01-01 Update copyright years.jakub
2019-01-01 * gcc.c (process_command): Update copyright notice dates.jakub
2018-12-27Fix slowness in gcov (PR gcov-profile/88225).marxin
2018-11-27gcov: do not ICE on NULL string in JSON export.marxin
2018-10-30 * gcov.c (output_lines): Remove duplicate line.ebotcazou
2018-10-29GCOV: introduce --json-format.marxin
2018-09-24Improve colorization legend in gcov reports.marxin
2018-09-21Remove arc profile histogram in non-LTO mode.marxin
2018-09-17Fix out-of-bounds in gcov.c (PR gcov-profile/85871).marxin
2018-09-17gcov: emit hotness colors to easily find hot code.marxin
2018-09-05GCOV: Print one decimal place in human readable mode.marxin
2018-08-27Do not read gcda files multiple times (PR gcov-profile/87069).marxin
2018-08-02Fix gcov misleading error (PR gcov-profile/86817).marxin
2018-07-26gcov: Fix wrong usage of NAN in statistics (PR gcov-profile/86536).marxin
2018-06-29When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...marxin
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.marxin
2018-06-05Print working directory only in intermediate format (PR gcov-profile/84846).marxin
2018-05-18gcov: add new option -t that prints output to stdout (PR gcov-profile/84846).marxin
2018-05-18Print working directory to gcov files (PR gcov-profile/84846).marxin
2018-02-27Make groups more generic (PR gcov-profile/84548).marxin
2018-01-04Add version to intermediate gcov file (PR gcov-profile/83669).marxin
2018-01-03 Update copyright years.jakub
2018-01-03gcc/jakub
2017-11-13GCOV: remove typedef of coverage_t.marxin
2017-11-13GCOV: remove typedef for block_tmarxin
2017-11-13GCOV: remove typedef for arc_tmarxin
2017-11-13GCOV: remove typedef for function_tmarxin
2017-11-13GCOV: introduce vector for function_info::counts.marxin
2017-11-13GCOV: simplify usage of function_info::artificial.marxin
2017-11-13GCOV: introduce global vector of functionsmarxin
2017-11-10GCOV: create one intermediate file per a gcno file (PR gcov-profile/82702).marxin
2017-11-10GCOV: do not support unexecuted blocks in Adamarxin
2017-11-09GCOV: support multiple functions per a line (PR gcov-profile/48463)marxin
2017-10-31GCOV: add -j argument (human readable format).marxin
2017-10-31GCOV: std::vector refactoring IIImarxin
2017-10-31GCOV: Vector refactoring IImarxin
2017-10-31GCOV: std::vector refactoring.marxin
2017-10-31GCOV: add support for lines with an unexecuted lines.marxin
2017-10-31GCOV: introduce usage of terminal colors.marxin
2017-08-01Fix segfault in gcov.c (PR gcov-profile/81561).marxin
2017-06-08gcov: Add block_info::block_info (PR gcov-profile/80911).marxin
2017-05-02Fix documentation and a ctor in gcov.cmarxin