]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gcov-io.c
[committed][RISC-V] Fix nearbyint failure on rv32 and formatting nits
[thirdparty/gcc.git] / gcc / gcov-io.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-08-06  Sebastian Hubergcov: Add __gcov_info_to_gdca()
2021-08-04  Vincent Lefèvregcov: check return code of a fclose
2021-05-13  marxingcov: Use system IO buffering
2021-04-29  Eric BotcazouAdd parallelism support to gcov for MinGW platforms
2021-01-04  Jakub JelinekUpdate copyright years.
2020-07-23  Dong JianQianggcov-tool: Fix merging of different endian coverage...
2020-05-28  Martin Liskagcov-tool: Flexible endian adjustment for merging cover...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-01-24  Martin LiskaFix broken filename for .gcda files starting with ...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-09-21  Martin LiskaRemove arc profile histogram in non-LTO mode.
2018-06-29  Martin LiskaWhen using -fprofile-generate=/some/path mangle absolut...
2018-06-05  Martin LiskaSimplify gcov_histogram as it's used only for ARCS...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-06-05  Bernd Edlingerinvoke.texi: Document the -fprofile-abs-path option.
2017-04-13  Martin LiskaDo not call memcpy with a NULL argument (PR gcov-profil...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-22  Nathan Sidwellgcc-ar.c (main): Fix indentation.
2016-10-14  Nathan Sidwell* gcov-io.c (gcov_open): Deconstify 'mode'.
2016-10-13  Nathan Sidwellgcov-io.c (gcov_open): Fix documentation.
2016-05-30  Andi KleenDon't cause ICEs when auto profile file is not found...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-02-04  Jan Hubickare PR gcov-profile/64123 (Instrumented Firefox segfault...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-07-29  Nathan Sidwelllibgcov.h: Move renaming of entry points to lib gcov...
2014-07-11  Rong XuAdd gcov-tool: an offline gcda profile processing tool...
2014-07-03  Jakub Jelinekgcov-io.c (gcov_read_words): Don't call memmove if...
2014-05-26  Richard Bienersystem.h: Define __STDC_FORMAT_MACROS before including...
2014-05-22  Teresa Johnsongcov-io.c (gcov_position): Use gcov_nonruntime_assert.
2014-02-03  Laurent Alfonsire PR gcov-profile/58602 (.gcno files not truncated...
2014-01-08  Rong Xugcov-io.c (gcov_var): Move from gcov-io.h.
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-04-03  Teresa JohnsonThis patch enables the gcov-dump tool to optionally...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-12-20  Teresa JohnsonFix PR gcov-profile/55734 by using methods from hwint...
2012-11-30  Teresa JohnsonRevised patch to ensure that histograms from the profil...
2012-11-15  Jan Hubickare PR bootstrap/55051 (profiledbootstrap failed)
2012-11-03  Robert Masonfinal patch for enabling VxWorks
2012-09-04  Teresa JohnsonEnhances the gcov program summary by adding a histogram...
2011-04-06  Joseph Myers* gcov-io.c: Use GCC Runtime Library Exception.
2009-11-25  H.J. LuRemove trailing white spaces.
2009-10-02  Neil Vachharajanigcov-io.c (gcov_open): Open files read-only when MODE < 0
2008-06-26  Kaveh R. Ghazidwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and...
2008-06-06  Ralf Wildenhuescgraph.c: Fix typos in comments.
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2005-06-25  Kelley CookUpdate FSF address.
2005-04-28  Kazu Hirataattribs.c, [...]: Update copyright.
2005-04-01  Nathan Sidwellgcov-io.h (GCOV_CHECK, [...]): Remove.
2004-09-09  Nathan Sidwellgcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unrea...
2004-09-01  Zdenek DvorakMakefile.in (rtl-profile.o, [...]): Add GCC_H dependency.
2004-07-29  Nathan Sidwellgcov-io.h: Allow zero tag as EOF indicator.
2004-02-23  Kazu Hirataconvert.c, [...]: Update copyright.
2004-02-22  Jakub Jelinekgcov-io.c (gcov_open): Use open + fdopen instead of...
2003-09-29  Jan Hubickare PR c++/12175 (Tru64 UNIX bootstrap failure: multiply...
2003-07-10  Nathan Sidwellgcov-io.h: Update documentation.
2003-07-09  Nathan Sidwellgcov-io.h: Update documentation.
2003-06-30  Andreas Jaegergcov-io.c: Convert prototypes to ISO C90.
2003-06-23  Kazu Hiratabasic-block.h: Fix comment formatting.
2003-06-12  Kazu HirataChangeLog: Follow spelling conventions.
2003-05-18  Nathan Sidwell* gcov-io.c (gcov_read_bytes): Fix fread thinko.
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.