summaryrefslogtreecommitdiff
path: root/gcc/gcov.c
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault in gcov.c (PR gcov-profile/81561).marxin2017-08-011-5/+5
* gcov: Add block_info::block_info (PR gcov-profile/80911).marxin2017-06-081-0/+11
* Fix documentation and a ctor in gcov.cmarxin2017-05-021-3/+4
* Sort options of gcov, gcov-dump and gcov-tool both in --help and documentationmarxin2017-04-281-1/+1
* Fix format_gcov to not print misleading values (PR gcov-profile/53915)marxin2017-04-281-0/+7
* Make gcno more precise about BBs really belonging to a line (PR gcov-profile/...marxin2017-04-281-57/+33
* Introduce new option -w which shows verbose informations.marxin2017-04-281-8/+30
* Simplify representation of locations of a block.marxin2017-04-281-139/+118
* gcno file: do not stream block flags (PR gcov-profile/80031).marxin2017-04-281-6/+1
* Support multiple files w/ -i option in gcov (PR gcov-profile/80224).marxin2017-04-101-55/+7
* 2017-03-31 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2017-03-311-5/+11
* gcov: put comment to correct location.marxin2017-03-071-2/+2
* * config/i386/i386.c: Include intl.h.jakub2017-02-281-1/+4
* * gcov.c (INCLUDE_ALGORITHM): Define.gerald2017-01-221-2/+2
* Update copyright years.jakub2017-01-011-1/+1
* gcc/jakub2017-01-011-1/+1
* gcov: add new option (--hash-filenames) (PRmarxin2016-08-161-2/+46
* Create x.gcov file for binary w/o x.gcda file (PRmarxin2016-08-121-1/+1
* * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead ofjakub2016-08-061-1/+1
* gcov tool: Implement Hawick's algorithm for cycle detection,marxin2016-08-051-101/+188
* gcov: rename line_next to next_file_fn in function_infomarxin2016-08-051-8/+8
* Fix GNU coding style in gcov.cmarxin2016-08-041-46/+42
* gcc/jakub2016-01-041-2/+2
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-1/+1
* * gcov.c (find_source): Fix miswording in error message.gerald2015-04-111-1/+1
* gcc/jakub2015-01-051-2/+2
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-1/+1
* 2014-01-02 Tobias Burnus <burnus@net-b.de>burnus2014-01-021-2/+2
* gcc/rsandifo2013-09-281-6/+6
* 2013-06-19 <singhai@google.com>singhai2013-06-201-38/+205
* Update copyright years in gcc/rsandifo2013-01-101-4/+1
* * gcc.c (process_command): Update copyright notice dates.jakub2013-01-031-2/+3
* PR gcov-profile/44728schwab2012-10-131-1/+1
* gcc/steven2012-07-231-7/+9
* * opts.c (common_handle_option): Do not set steven2012-07-231-13/+17
* PR middle-end/53510jakub2012-05-291-9/+2
* * gcov.c (STRING_SIZE): Remove.nathan2012-01-111-46/+69
* gcc/jakub2012-01-011-2/+2
* * gcov.c (total_lines, total_executed): New global vars.nathan2011-12-301-8/+22
* * gcov.c (struct arc_info): Add is_throw field.nathan2011-12-021-14/+73
* PR gcov-profile/51297nathan2011-11-261-4/+5
* * gcov.c (canonicalize_name): Protect use of S_ISLNK.nathan2011-11-141-3/+8
* * gcov.c (generate_results): Add missing semicolon andktietz2011-11-141-3/+3
* * gcov.c (source_prefix, source_length): New globals.nathan2011-11-131-11/+57
* * gcov.c (struct name_map): New.nathan2011-11-121-89/+254
* * gcov.c (struct function_info): Make src an index, not a pointer.nathan2011-11-101-162/+147
* libgcc/nathan2011-11-071-50/+76
* * gcov.c (create_file_names): If no object directory is specified,ebotcazou2011-05-231-9/+8
* * Makefile.in (LIBDEPS): Add libcommon.a.jsm282011-05-201-11/+11
* split checksum into cfg checksum and line checksumdavidxl2011-04-291-5/+17