summaryrefslogtreecommitdiff
path: root/gcc/gcov.c
Commit message (Expand)AuthorAgeFilesLines
* * gcov.c (output_lines): Remove duplicate line.Eric Botcazou2018-10-301-2/+0
* GCOV: introduce --json-format.Martin Liska2018-10-291-106/+154
* Improve colorization legend in gcov reports.Martin Liska2018-09-241-2/+12
* Remove arc profile histogram in non-LTO mode.Martin Liska2018-09-211-5/+2
* Fix out-of-bounds in gcov.c (PR gcov-profile/85871).Martin Liska2018-09-171-1/+2
* gcov: emit hotness colors to easily find hot code.Martin Liska2018-09-171-7/+49
* GCOV: Print one decimal place in human readable mode.Martin Liska2018-09-051-2/+2
* Do not read gcda files multiple times (PR gcov-profile/87069).Martin Liska2018-08-271-0/+15
* Fix gcov misleading error (PR gcov-profile/86817).Martin Liska2018-08-021-4/+8
* gcov: Fix wrong usage of NAN in statistics (PR gcov-profile/86536).Martin Liska2018-07-261-36/+10
* When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...Martin Liska2018-06-291-36/+1
* Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska2018-06-051-1/+1
* Print working directory only in intermediate format (PR gcov-profile/84846).Martin Liska2018-06-051-2/+0
* gcov: add new option -t that prints output to stdout (PR gcov-profile/84846).Martin Liska2018-05-181-7/+29
* Print working directory to gcov files (PR gcov-profile/84846).Martin Liska2018-05-181-0/+7
* Make groups more generic (PR gcov-profile/84548).Martin Liska2018-02-271-2/+8
* Add version to intermediate gcov file (PR gcov-profile/83669).Martin Liska2018-01-041-0/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2018-01-031-1/+1
* GCOV: remove typedef of coverage_t.Martin Liska2017-11-131-12/+12
* GCOV: remove typedef for block_tMartin Liska2017-11-131-26/+26
* GCOV: remove typedef for arc_tMartin Liska2017-11-131-29/+29
* GCOV: remove typedef for function_tMartin Liska2017-11-131-35/+35
* GCOV: introduce vector for function_info::counts.Martin Liska2017-11-131-13/+8
* GCOV: simplify usage of function_info::artificial.Martin Liska2017-11-131-26/+40
* GCOV: introduce global vector of functionsMartin Liska2017-11-131-66/+44
* GCOV: create one intermediate file per a gcno file (PR gcov-profile/82702).Martin Liska2017-11-101-20/+76
* GCOV: do not support unexecuted blocks in AdaMartin Liska2017-11-101-1/+6
* GCOV: support multiple functions per a line (PR gcov-profile/48463)Martin Liska2017-11-091-266/+589
* GCOV: add -j argument (human readable format).Martin Liska2017-10-311-2/+38
* GCOV: std::vector refactoring IIIMartin Liska2017-10-311-75/+58
* GCOV: Vector refactoring IIMartin Liska2017-10-311-76/+73
* GCOV: std::vector refactoring.Martin Liska2017-10-311-50/+39
* GCOV: add support for lines with an unexecuted lines.Martin Liska2017-10-311-27/+23
* GCOV: introduce usage of terminal colors.Martin Liska2017-10-311-17/+88
* Fix segfault in gcov.c (PR gcov-profile/81561).Martin Liska2017-08-011-5/+5
* gcov: Add block_info::block_info (PR gcov-profile/80911).Martin Liska2017-06-081-0/+11
* Fix documentation and a ctor in gcov.cMartin Liska2017-05-021-3/+4
* Sort options of gcov, gcov-dump and gcov-tool both in --help and documentationMartin Liska2017-04-281-1/+1
* Fix format_gcov to not print misleading values (PR gcov-profile/53915)Martin Liska2017-04-281-0/+7
* Make gcno more precise about BBs really belonging to a line (PR gcov-profile/...Martin Liska2017-04-281-57/+33
* Introduce new option -w which shows verbose informations.Martin Liska2017-04-281-8/+30
* Simplify representation of locations of a block.Martin Liska2017-04-281-139/+118
* gcno file: do not stream block flags (PR gcov-profile/80031).Martin Liska2017-04-281-6/+1
* Support multiple files w/ -i option in gcov (PR gcov-profile/80224).Martin Liska2017-04-101-55/+7
* gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.Bernd Edlinger2017-03-311-5/+11
* gcov: put comment to correct location.Martin Liska2017-03-071-2/+2
* i386.c: Include intl.h.Jakub Jelinek2017-02-281-1/+4
* gcov.c (INCLUDE_ALGORITHM): Define.Dimitry Andric2017-01-221-2/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1