summaryrefslogtreecommitdiff
path: root/gcc/gcov-io.c
Commit message (Expand)AuthorAgeFilesLines
* Do not call memcpy with a NULL argument (PR gcov-profile/80413).marxin2017-04-131-2/+6
* Update copyright years.jakub2017-01-011-1/+1
* gcc/nathan2016-11-221-7/+5
* * gcov-io.c (gcov_open): Deconstify 'mode'.nathan2016-10-141-1/+1
* * gcov-io.c (gcov_open): Fix documentation. Simplify settingnathan2016-10-131-37/+12
* Don't cause ICEs when auto profile file is not found with checkingak2016-05-301-1/+3
* Update copyright years.jakub2016-01-041-1/+1
* PR gcov/64123hubicka2015-02-041-1/+1
* Update copyright years.jakub2015-01-051-1/+1
* libgcc/nathan2014-07-291-1/+1
* 2014-07-10 Rong Xu <xur@google.com>xur2014-07-111-4/+16
* * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.jakub2014-07-031-3/+4
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-13/+1
* 2014-05-22 Teresa Johnson <tejohnson@google.com>tejohnson2014-05-221-21/+20
* PR gcov-profile/58602law2014-02-031-2/+8
* 2014-01-08 Rong Xu <xur@google.com> tejohnson2014-01-081-0/+55
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* gcc/rsandifo2013-09-281-8/+9
* This patch enables the gcov-dump tool to optionally compute and dumptejohnson2013-04-031-0/+107
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* Fix PR gcov-profile/55734 by using methods from hwint.c instead oftejohnson2012-12-201-2/+34
* Revised patch to ensure that histograms from the profile summary are streamedtejohnson2012-11-301-5/+9
* PR bootstrap/55051hubicka2012-11-151-1/+1
* final patch for enabling VxWorkskorbb2012-11-031-1/+2
* Enhances the gcov program summary by adding a histogram of arc countertejohnson2012-09-041-4/+255
* * gcov-io.c: Use GCC Runtime Library Exception.jsm282011-04-061-2/+7
* Remove trailing white spaces.hjl2009-11-251-11/+11
* 2009-10-02 Neil Vachharajani <nvachhar@google.com>nvachhar2009-10-021-10/+21
* * dwarf2out.c (new_cfi, queue_reg_save, dwarf2out_begin_prologue,ghazi2008-06-261-1/+1
* gcc/rwild2008-06-061-3/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* Update FSF address.kcook2005-06-251-2/+2
* * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,kazu2005-04-281-1/+1
* * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,nathan2005-04-011-11/+11
* * gcse.c (INSN_CUID, insert_set_in_table, find_avail_set,nathan2004-09-091-2/+1
* * Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H dependency.rakdver2004-09-011-6/+1
* * gcov-io.h: Allow zero tag as EOF indicator.nathan2004-07-291-3/+2
* * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,kazu2004-02-231-2/+2
* * gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead ofjakub2004-02-221-7/+41
* PR c++/12175hubicka2003-09-291-1/+1
* * gcov-io.h: Update documentation.nathan2003-07-101-38/+36
* * gcov-io.h: Update documentation.nathan2003-07-091-100/+94
* * gcov-io.c: Convert prototypes to ISO C90.aj2003-06-301-5/+5
* * basic-block.h: Fix comment formatting.kazu2003-06-231-2/+2
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-2/+2
* * gcov-io.c (gcov_read_bytes): Fix fread thinko.nathan2003-05-181-1/+1
* * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.nathan2003-05-141-112/+162
* * defaults.h (GCOV_TYPE_SIZE): Remove.nathan2003-05-101-14/+14
* * gcov-io.h (GCOV_LOCKED): New #define.nathan2003-05-071-5/+28