summaryrefslogtreecommitdiff
path: root/gcc/gcov-io.h
Commit message (Expand)AuthorAgeFilesLines
* Enhances the gcov program summary by adding a histogram of arc countertejohnson2012-09-041-3/+38
* gcc/steven2012-07-231-1/+1
* This patch adds functionality to libgcov to enable user applications totejohnson2012-05-081-0/+6
* * gcov-io.h (struct gcov_info): Replace trailing array withnathan2011-12-041-2/+2
* libgcc/nathan2011-11-071-33/+32
* split checksum into cfg checksum and line checksumdavidxl2011-04-291-4/+8
* Remove trailing white spaces.hjl2009-11-251-6/+6
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.jakub2009-04-091-12/+10
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Removebje2009-01-201-3/+3
* * gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.matz2008-03-181-2/+4
* PR gcov-profile/30650hubicka2007-02-031-4/+4
* * gcov-io.h (__gcov_indirect_call_profiler): Declare.bje2007-01-291-0/+4
* * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall): Addhubicka2007-01-281-4/+11
* Patch by Tomas Bily <tbily@suse.cz>hubicka2007-01-191-4/+7
* 2005-07-13 H.J. Lu <hongjiu.lu@intel.com>hjl2005-07-131-1/+1
* Update FSF address.kcook2005-06-251-2/+2
* * Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.shnathan2005-05-081-1/+1
* PR 19985janis2005-05-021-26/+43
* * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,kazu2005-04-281-1/+1
* * Makefile.in (LIBGCOV): Add _gcov_interval_profiler,rakdver2005-04-221-0/+5
* * system.h (GCOV_SIZE_TYPE): Unposion.rsandifo2005-04-041-5/+1
* * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,nathan2005-04-011-16/+2
* * gcov-io.c (GCOV_CHECK): Use gcc_assert when available.nathan2004-08-301-2/+7
* * gcov-io.h: Allow zero tag as EOF indicator.nathan2004-07-291-31/+11
* * gcov-io.h (__gcov_fork, __gcov_execl, __gcov_execlp, __gcov_execle,rakdver2004-04-251-0/+2
* * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl, _gcov_execlp,rakdver2004-04-231-0/+10
* PR target/14291dannysmith2004-03-221-1/+4
* Fri Oct 10 18:54:39 CEST 2003 Herman A.J. ten Brugge <hermantenbrugge@home.nl>hubicka2003-10-101-0/+21
* * c-pretty-print.c: Fix comment typos.kazu2003-10-051-1/+1
* * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.rakdver2003-07-301-0/+11
* * c-format.c: Fix comment formatting.kazu2003-07-121-1/+1
* * gcov-io.h: Update documentation.nathan2003-07-101-22/+34
* * gcov-io.h: Update documentation.nathan2003-07-091-84/+90
* * gcov-io.h: Add a local time stamp.nathan2003-07-061-3/+17
* * basic-block.h: Fix comment typos.kazu2003-07-011-2/+2
* * gcov-io.c: Convert prototypes to ISO C90.aj2003-06-301-2/+2
* * alloc-pool.c: Fix comment formatting.kazu2003-06-291-1/+1
* * value-prof.c: New.rakdver2003-06-261-8/+25
* * basic-block.h: Fix comment formatting.kazu2003-06-231-8/+8
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-4/+4
* * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.nathan2003-05-141-94/+108
* * defaults.h (GCOV_TYPE_SIZE): Remove.nathan2003-05-101-41/+62
* * gcov-io.h (GCOV_LOCKED): New #define.nathan2003-05-071-24/+44
* * Makefile.in (LIBGCOV): Add _gcov_merge_add.rakdver2003-05-041-5/+45
* New GCOV_TAG_FUNCTION layoutnathan2003-04-241-8/+12
* * Makefile.in (LIBGCC_DEPS): Add gcov headers.nathan2003-04-231-34/+55
* * gbl-ctors.h: Add special license exception.mmitchel2003-04-221-0/+7
* Break out coverage routines to new file.nathan2003-04-211-434/+35
* * gcov-dump.c (tag_summary): Remove max_sumhubicka2003-04-171-4/+1