summaryrefslogtreecommitdiff
path: root/gcc/gcov-tool.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright dates.Jakub Jelinek2021-01-011-1/+1
* gcov*: collapse lisence header to 2 lines in --version.Martin Liska2020-06-171-3/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2020-01-011-1/+1
* gcov-tool: Mark {merge,rewrite}_usage with noreturn attributeVladislav Ivanishin2019-06-101-2/+2
* trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2019-05-171-3/+3
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2019-01-011-1/+1
* Fix small coding style issues (PR fortran/87394).Martin Liska2018-09-251-1/+1
* Remove arc profile histogram in non-LTO mode.Martin Liska2018-09-211-1/+0
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2018-01-031-1/+1
* Sort options of gcov, gcov-dump and gcov-tool both in --help and documentationMartin Liska2017-04-281-5/+5
* Validate that destination gcov file does not exist for gcov-tool (PR gcov-pro...Martin Liska2017-04-181-0/+9
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2017-01-011-1/+1
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-0/+2
* c-common.c (get_source_date_epoch): Use int64_t instead of long long.John David Anglin2016-06-221-10/+4
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2016-01-041-2/+2
* gcov-tool.c (do_merge): Refactore to remove int ret.Aditya Kumar2015-05-071-5/+2
* re PR gcov-profile/61889 (gcov-tool.c uses nftw, ftw.h)Rainer Emrich2015-02-101-4/+0
* Support gcov-tool without ftw.hTrevor Saunders2015-02-101-1/+10
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-7/+7
* re PR gcov-profile/61790 (gcov-tool.c uses atoll)John David Anglin2015-01-091-1/+11
* Update copyright years.Jakub Jelinek2015-01-051-2/+2
* Add overlap functionality to gcov-tool.Rong Xu2014-10-081-0/+119
* libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell2014-07-291-5/+2
* gcov-tool.c (gcov_list): Declare here.Nathan Sidwell2014-07-231-2/+3
* gcov-tool.c (gcov_output_files): Fix build error introduced in commit r212448.Rong Xu2014-07-111-2/+2
* Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu2014-07-111-0/+478