summaryrefslogtreecommitdiff
path: root/gcc/gcov-tool.c
AgeCommit message (Expand)Author
2020-06-17gcov*: collapse lisence header to 2 lines in --version.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2019-06-10gcov-tool: Mark {merge,rewrite}_usage with noreturn attributeVladislav Ivanishin
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2018-09-25Fix small coding style issues (PR fortran/87394).Martin Liska
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2017-04-28Sort options of gcov, gcov-dump and gcov-tool both in --help and documentationMartin Liska
2017-04-18Validate that destination gcov file does not exist for gcov-tool (PR gcov-pro...Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-06-22c-common.c (get_source_date_epoch): Use int64_t instead of long long.John David Anglin
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2015-05-07gcov-tool.c (do_merge): Refactore to remove int ret.Aditya Kumar
2015-02-10re PR gcov-profile/61889 (gcov-tool.c uses nftw, ftw.h)Rainer Emrich
2015-02-10Support gcov-tool without ftw.hTrevor Saunders
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-09re PR gcov-profile/61790 (gcov-tool.c uses atoll)John David Anglin
2015-01-05Update copyright years.Jakub Jelinek
2014-10-08Add overlap functionality to gcov-tool.Rong Xu
2014-07-29libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell
2014-07-23gcov-tool.c (gcov_list): Declare here.Nathan Sidwell
2014-07-11gcov-tool.c (gcov_output_files): Fix build error introduced in commit r212448.Rong Xu
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu