aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-09cgraph.h (cgraph_node): Add profile_id.Jan Hubicka1-1/+1
2013-04-03This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson1-0/+22
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-30Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson1-0/+1
2012-09-04Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson1-3/+38
2012-07-23coverage.c: Refer to "notes file" instead of "graph file" in all comments.Steven Bosscher1-1/+1
2012-05-08This patch adds functionality to libgcov to enable user applications to colle...Teresa Johnson1-0/+6
2011-12-04gcov-io.h (struct gcov_info): Replace trailing array with pointer to array.Nathan Sidwell1-2/+2
2011-11-07libgcov.c (struct gcov_fn_buffer): New struct.Nathan Sidwell1-33/+32
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li1-4/+8
2009-11-25Remove trailing white spaces.H.J. Lu1-6/+6
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-12/+10
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-20libgcov.c (__gcov_execl, [...]): Remove const qualifier from arg parameter.Ben Elliston1-3/+3
2008-03-18* gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.Michael Matz1-2/+4
2007-02-03re PR gcov-profile/30650 (ICE with -fprofile-use)Jan Hubicka1-4/+4
2007-01-29gcov-io.h (__gcov_indirect_call_profiler): Declare.Ben Elliston1-0/+4
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-4/+11
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-4/+7
2005-07-13linux.h (TARGET_HAS_F_SETLKW): Renamed to ...H.J. Lu1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-08Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.shNathan Sidwell1-1/+1
2005-05-02re PR middle-end/19985 (executables created with -fprofile-arcs -ftest-covera...Janis Johnson1-26/+43
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-0/+5
2005-04-04system.h (GCOV_SIZE_TYPE): Unposion.Richard Sandiford1-5/+1
2005-04-01gcov-io.h (GCOV_CHECK, [...]): Remove.Nathan Sidwell1-16/+2
2004-08-30gcov-io.c (GCOV_CHECK): Use gcc_assert when available.Nathan Sidwell1-2/+7
2004-07-29gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell1-31/+11
2004-04-25gcov-io.h (__gcov_fork, [...]): Do not declare when inhibit_libc is defined.Zdenek Dvorak1-0/+2
2004-04-23Makefile.in (LIBGCOV): Add _gcov_fork...Zdenek Dvorak1-0/+10
2004-03-22re PR target/14291 (-fprofile-arcs fails (unresolved symbol))Danny Smith1-1/+4
2003-10-10Fri Oct 10 18:54:39 CEST 2003 Herman A.J. ten Brugge <hermantenbrugge@home.nl>Herman A.J. ten Brugge1-0/+21
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-30combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak1-0/+11
2003-07-12c-format.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-10gcov-io.h: Update documentation.Nathan Sidwell1-22/+34
2003-07-09gcov-io.h: Update documentation.Nathan Sidwell1-84/+90
2003-07-06gcov-io.h: Add a local time stamp.Nathan Sidwell1-3/+17
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-30gcov-io.c: Convert prototypes to ISO C90.Andreas Jaeger1-2/+2
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-26value-prof.c: New.Zdenek Dvorak1-8/+25
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-8/+8
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-4/+4
2003-05-14gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell1-94/+108
2003-05-10defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell1-41/+62
2003-05-07gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell1-24/+44
2003-05-04Makefile.in (LIBGCOV): Add _gcov_merge_add.Zdenek Dvorak1-5/+45