aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-tool.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Sort options of gcov, gcov-dump and gcov-tool both in --help and documentationMartin Liska1-5/+5
2017-04-18Validate that destination gcov file does not exist for gcov-tool (PR gcov-pro...Martin Liska1-0/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+1
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-06-22c-common.c (get_source_date_epoch): Use int64_t instead of long long.John David Anglin1-10/+4
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2015-05-07gcov-tool.c (do_merge): Refactore to remove int ret.Aditya Kumar1-5/+2
2015-02-10re PR gcov-profile/61889 (gcov-tool.c uses nftw, ftw.h)Rainer Emrich1-4/+0
2015-02-10Support gcov-tool without ftw.hTrevor Saunders1-1/+10
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-7/+7
2015-01-09re PR gcov-profile/61790 (gcov-tool.c uses atoll)John David Anglin1-1/+11
2015-01-05Update copyright years.Jakub Jelinek1-2/+2
2014-10-08Add overlap functionality to gcov-tool.Rong Xu1-0/+119
2014-07-29libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell1-5/+2
2014-07-23gcov-tool.c (gcov_list): Declare here.Nathan Sidwell1-2/+3
2014-07-11gcov-tool.c (gcov_output_files): Fix build error introduced in commit r212448.Rong Xu1-2/+2
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu1-0/+478