]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gcov-dump.c
c++: Handle multiple aggregate overloads [PR95319].
[thirdparty/gcc.git] / gcc / gcov-dump.c
2020-01-01  Jakub JelinekUpdate copyright years.
2020-01-01  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2019-03-14  Martin LiskaGCOV: print {start,end}_column in JSON file and gcov...
2019-01-01  Jakub JelinekUpdate copyright years.
2019-01-01  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2018-09-21  Martin LiskaRemove arc profile histogram in non-LTO mode.
2018-06-05  Martin LiskaSimplify gcov_histogram as it's used only for ARCS...
2018-05-18  Martin LiskaPrint working directory to gcov files (PR gcov-profile...
2018-01-03  Jakub JelinekUpdate copyright years.
2018-01-03  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2017-12-21  Martin LiskaFix gcov-dump tool for GCDA files (PR gcov-profile...
2017-11-10  Martin LiskaGCOV: do not support unexecuted blocks in Ada
2017-11-09  Martin LiskaGCOV: support multiple functions per a line (PR gcov...
2017-04-28  Martin LiskaSort options of gcov, gcov-dump and gcov-tool both...
2017-04-28  Martin Liskagcno file: do not stream block flags (PR gcov-profile...
2017-04-28  Martin LiskaFix indentation of gcov-dump.
2017-03-17  Tom de VriesPrint bug url for gcov-dump --help
2017-01-01  Jakub JelinekUpdate copyright years.
2017-01-01  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2016-01-04  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2015-05-09  Jason Merrillbitmap.c, [...]: Add space between string literal and...
2015-01-05  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2014-07-11  Rong XuAdd gcov-tool: an offline gcda profile processing tool...
2014-05-26  Richard Bienersystem.h: Define __STDC_FORMAT_MACROS before including...
2014-01-02  Tobias Burnusgnat_ugn.texi: Bump @copying's copyright year.
2013-04-03  Teresa JohnsonThis patch enables the gcov-dump tool to optionally...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-03  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2012-09-04  Teresa JohnsonEnhances the gcov program summary by adding a histogram...
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-01-01  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2011-12-30  Nathan Sidwellgcov.c (total_lines, [...]): New global vars.
2011-12-02  Nathan Sidwellgcov.c (struct arc_info): Add is_throw field.
2011-11-07  Nathan Sidwelllibgcov.c (struct gcov_fn_buffer): New struct.
2011-05-20  Joseph MyersMakefile.in (LIBDEPS): Add libcommon.a.
2011-04-29  Xinliang David Lisplit checksum into cfg checksum and line checksum
2011-01-03  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2010-05-02  Uros Bizjakvmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format...
2010-05-02  Uros Bizjakvmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format...
2010-01-09  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2009-11-25  H.J. LuRemove trailing white spaces.
2009-02-03  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2008-04-10  Adam Nemetgcov-dump.c (tag_summary): Only print summaries for...
2008-03-02  Jakub Jelinekre PR driver/35420 (--version copyright date vs. 2008)
2007-08-21  Paul Brookconfigure.ac: Add --with-pkgversion and --with-bugurl.
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2006-01-21  Joseph Myersgcov.c (print_version), [...]): Update copyright notice...
2005-06-25  Kelley CookUpdate FSF address.
2005-04-28  Kazu Hirataattribs.c, [...]: Update copyright.
2005-04-26  Kaveh R. Ghazicollect2.c, [...]: Replace calls to `unlock_stream...
2005-04-24  Kaveh R. Ghazicollect2.c (main): Unlock the stdio streams.
2004-10-15  Kazu Hiratabitmap.c, [...]: Update copyright.
2004-07-29  Nathan Sidwellgcov-io.h: Allow zero tag as EOF indicator.
2003-07-10  Nathan Sidwellgcov-io.h: Update documentation.
2003-07-10  Andreas Schwab* gcov-dump.c (dump_file): Fix missing address operator.
2003-07-09  Nathan Sidwellgcov-io.h: Update documentation.
2003-07-06  Nathan Sidwellgcov-io.h: Add a local time stamp.
2003-07-06  Andreas Jaegergcc.c: Convert prototypes to ISO C90.
2003-05-29  Roger Saylere PR bootstrap/10169 (Bootstrap fails on mainline...
2003-05-14  Nathan Sidwellgcov-io.h (gcov_write_bytes, [...]): Remove here.
2003-05-10  Nathan Sidwelldefaults.h (GCOV_TYPE_SIZE): Remove.
2003-05-07  Nathan Sidwellgcov-io.h (GCOV_LOCKED): New #define.
2003-04-24  Nathan SidwellNew GCOV_TAG_FUNCTION layout
2003-04-23  Nathan SidwellMakefile.in (LIBGCC_DEPS): Add gcov headers.
2003-04-21  Nathan SidwellBreak out coverage routines to new file.
2003-04-17  Jan Hubickagcov-dump.c (tag_summary): Remove max_sum
2003-04-11  Nathan SidwellMakefile.in (loop-init.o): Do not depend on gcov-io...
2003-04-07  Nathan SidwellChange gcov file interface to single file at a time.
2003-02-26  Zdenek Dvorakgcov-dump.c (print_prefix): Fix signedness warning.
2003-01-05  Kaveh R. GhaziMakefile.in (gtyp-gen.h): Const-ify.
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk