aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.h
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-24New GCOV_TAG_FUNCTION layoutNathan Sidwell1-8/+12
2003-04-23Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell1-34/+55
2003-04-22gbl-ctors.h: Add special license exception.David Turner1-0/+7
2003-04-21Break out coverage routines to new file.Nathan Sidwell1-434/+35
2003-04-17gcov-dump.c (tag_summary): Remove max_sumJan Hubicka1-4/+1
2003-04-11Makefile.in (loop-init.o): Do not depend on gcov-io.h, gcov-iov.h.Nathan Sidwell1-251/+229
2003-04-08gcov-io.h (gcov_save_position): Remove __inline__ from declaration.Nathan Sidwell1-1/+1
2003-04-07Change gcov file interface to single file at a time.Nathan Sidwell1-417/+413
2003-03-31gcov.c: Add -a & -u options.Nathan Sidwell1-2/+4
2003-03-04gcov-io.h (gcov_save_position, [...]): Modified to enable reading/ writing of...Zdenek Dvorak1-16/+310
2003-02-26gcov-dump.c (print_prefix): Fix signedness warning.Zdenek Dvorak1-5/+23