summaryrefslogtreecommitdiff
path: root/gcc/gcov.c
Commit message (Expand)AuthorAgeFilesLines
* GCOV: remove typedef of coverage_t.marxin2017-11-131-12/+12
* GCOV: remove typedef for block_tmarxin2017-11-131-26/+26
* GCOV: remove typedef for arc_tmarxin2017-11-131-29/+29
* GCOV: remove typedef for function_tmarxin2017-11-131-35/+35
* GCOV: introduce vector for function_info::counts.marxin2017-11-131-13/+8
* GCOV: simplify usage of function_info::artificial.marxin2017-11-131-26/+40
* GCOV: introduce global vector of functionsmarxin2017-11-131-66/+44
* GCOV: create one intermediate file per a gcno file (PR gcov-profile/82702).marxin2017-11-101-20/+76
* GCOV: do not support unexecuted blocks in Adamarxin2017-11-101-1/+6
* GCOV: support multiple functions per a line (PR gcov-profile/48463)marxin2017-11-091-266/+589
* GCOV: add -j argument (human readable format).marxin2017-10-311-2/+38
* GCOV: std::vector refactoring IIImarxin2017-10-311-75/+58
* GCOV: Vector refactoring IImarxin2017-10-311-76/+73
* GCOV: std::vector refactoring.marxin2017-10-311-50/+39
* GCOV: add support for lines with an unexecuted lines.marxin2017-10-311-27/+23
* GCOV: introduce usage of terminal colors.marxin2017-10-311-17/+88
* 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