]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gcov-io.c
[Ada] Revert change for gnatprove that is no longer needed
[thirdparty/gcc.git] / gcc / gcov-io.c
2019-01-24  marxinFix broken filename for .gcda files starting with ...
2019-01-01  jakub Update copyright years.
2018-09-21  marxinRemove arc profile histogram in non-LTO mode.
2018-06-29  marxinWhen using -fprofile-generate=/some/path mangle absolut...
2018-06-05  marxinSimplify gcov_histogram as it's used only for ARCS...
2018-01-03  jakub Update copyright years.
2017-06-05  edlinger2017-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
2017-04-13  marxinDo not call memcpy with a NULL argument (PR gcov-profil...
2017-01-01  jakub Update copyright years.
2016-11-22  nathan gcc/
2016-10-14  nathan * gcov-io.c (gcov_open): Deconstify 'mode'.
2016-10-13  nathan * gcov-io.c (gcov_open): Fix documentation. Simplify...
2016-05-30  akDon't cause ICEs when auto profile file is not found...
2016-01-04  jakub Update copyright years.
2015-02-04  hubicka PR gcov/64123
2015-01-05  jakub Update copyright years.
2014-07-29  nathan libgcc/
2014-07-11  xur2014-07-10 Rong Xu <xur@google.com>
2014-07-03  jakub * gcov-io.c (gcov_read_words): Don't call memmove...
2014-05-26  rguenth2014-05-23 Richard Biener <rguenther@suse.de>
2014-05-22  tejohnson2014-05-22 Teresa Johnson <tejohnson@google.com>
2014-02-10  mrsMerge in trunk.
2014-02-03  law PR gcov-profile/58602
2014-01-13  mrsMerge in trunk.
2014-01-08  tejohnson2014-01-08 Rong Xu <xur@google.com>
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-10-20  mrsMerge in trunk.
2013-09-28  rsandifogcc/
2013-04-03  tejohnsonThis patch enables the gcov-dump tool to optionally...
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-04  jakubUpdate Copyright years for files modified in 2011 and...
2012-12-20  tejohnsonFix PR gcov-profile/55734 by using methods from hwint...
2012-11-30  tejohnsonRevised patch to ensure that histograms from the profil...
2012-11-15  hubicka PR bootstrap/55051
2012-11-03  korbbfinal patch for enabling VxWorks
2012-09-04  tejohnsonEnhances the gcov program summary by adding a histogram...
2011-04-06  jsm28 * gcov-io.c: Use GCC Runtime Library Exception.
2009-11-25  hjlRemove trailing white spaces.
2009-10-02  nvachhar2009-10-02 Neil Vachharajani <nvachhar@google.com>
2008-06-26  ghazi * dwarf2out.c (new_cfi, queue_reg_save, dwarf2out_begi...
2008-06-06  rwildgcc/
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2005-06-25  kcookUpdate FSF address.
2005-04-28  kazu * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,
2005-04-01  nathan * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,
2004-09-09  nathan * gcse.c (INSN_CUID, insert_set_in_table, find_avail_set,
2004-09-01  rakdver * Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H...
2004-07-29  nathan * gcov-io.h: Allow zero tag as EOF indicator.
2004-02-23  kazu * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,
2004-02-22  jakub * gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open +...
2003-09-29  hubicka PR c++/12175
2003-07-10  nathan * gcov-io.h: Update documentation.
2003-07-09  nathan * gcov-io.h: Update documentation.
2003-06-30  aj * gcov-io.c: Convert prototypes to ISO C90.
2003-06-23  kazu * basic-block.h: Fix comment formatting.
2003-06-12  kazu * ChangeLog: Follow spelling conventions.
2003-05-18  nathan * gcov-io.c (gcov_read_bytes): Fix fread thinko.
2003-05-14  nathan * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remov...
2003-05-10  nathan * defaults.h (GCOV_TYPE_SIZE): Remove.
2003-05-07  nathan * gcov-io.h (GCOV_LOCKED): New #define.
2003-04-24  nathan New GCOV_TAG_FUNCTION layout
2003-04-23  nathan * Makefile.in (LIBGCC_DEPS): Add gcov headers.
2003-04-21  nathan Break out coverage routines to new file.