Age | Commit message (Expand) | Author | Files | Lines |
2020-07-03 | gcov-dump: fix build for i386 | Martin Liska | 1 | -2/+2 |
2020-07-02 | Do not stream all zeros for gcda files. | Martin Liska | 1 | -24/+27 |
2020-06-17 | gcov*: collapse lisence header to 2 lines in --version. | Martin Liska | 1 | -3/+2 |
2020-06-09 | gcov-dump: fix --help spacing | Martin Liska | 1 | -1/+1 |
2020-06-02 | Make TOPN counter dynamically allocated. | Martin Liska | 1 | -2/+12 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2019-03-14 | GCOV: print {start,end}_column in JSON file and gcov-dump tool. | Martin Liska | 1 | -1/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2018-09-21 | Remove arc profile histogram in non-LTO mode. | Martin Liska | 1 | -78/+3 |
2018-06-05 | Simplify gcov_histogram as it's used only for ARCS counters. | Martin Liska | 1 | -34/+29 |
2018-05-18 | Print working directory to gcov files (PR gcov-profile/84846). | Martin Liska | 1 | -0/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | Fix gcov-dump tool for GCDA files (PR gcov-profile/83509). | Martin Liska | 1 | -8/+12 |
2017-11-10 | GCOV: do not support unexecuted blocks in Ada | Martin Liska | 1 | -0/+5 |
2017-11-09 | GCOV: support multiple functions per a line (PR gcov-profile/48463) | Martin Liska | 1 | -1/+7 |
2017-04-28 | Sort options of gcov, gcov-dump and gcov-tool both in --help and documentation | Martin Liska | 1 | -1/+1 |
2017-04-28 | gcno file: do not stream block flags (PR gcov-profile/80031). | Martin Liska | 1 | -20/+2 |
2017-04-28 | Fix indentation of gcov-dump. | Martin Liska | 1 | -49/+58 |
2017-03-17 | Print bug url for gcov-dump --help | Tom de Vries | 1 | -0/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2015-05-09 | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 1 | -7/+7 |
2015-01-05 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2014-07-11 | Add gcov-tool: an offline gcda profile processing tool Support. | Rong Xu | 1 | -1/+5 |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -13/+13 |
2014-01-02 | gnat_ugn.texi: Bump @copying's copyright year. | Tobias Burnus | 1 | -2/+2 |
2013-04-03 | This patch enables the gcov-dump tool to optionally compute and dump the work... | Teresa Johnson | 1 | -1/+43 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2012-09-04 | Enhances the gcov program summary by adding a histogram of arc counter entries. | Teresa Johnson | 1 | -1/+21 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -3/+3 |
2012-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -3/+3 |
2011-12-30 | gcov.c (total_lines, [...]): New global vars. | Nathan Sidwell | 1 | -1/+1 |
2011-12-02 | gcov.c (struct arc_info): Add is_throw field. | Nathan Sidwell | 1 | -0/+12 |
2011-11-07 | libgcov.c (struct gcov_fn_buffer): New struct. | Nathan Sidwell | 1 | -12/+17 |
2011-05-20 | Makefile.in (LIBDEPS): Add libcommon.a. | Joseph Myers | 1 | -0/+14 |
2011-04-29 | split checksum into cfg checksum and line checksum | Xinliang David Li | 1 | -1/+2 |
2011-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2010-05-02 | vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0... | Uros Bizjak | 1 | -2/+2 |
2010-05-02 | vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0... | Uros Bizjak | 1 | -2/+2 |
2010-01-09 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -4/+4 |
2009-02-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2008-04-10 | gcov-dump.c (tag_summary): Only print summaries for the first GCOV_COUNTERS_S... | Adam Nemet | 1 | -1/+1 |
2008-03-02 | re PR driver/35420 (--version copyright date vs. 2008) | Jakub Jelinek | 1 | -2/+3 |
2007-08-21 | configure.ac: Add --with-pkgversion and --with-bugurl. | Paul Brook | 1 | -2/+2 |