aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.h
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-24ChangeLog (configure.in): Don't include ansidecl.h in tconfig.h.Kaveh R. Ghazi1-0/+9
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-213/+409
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-4/+4
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-1/+1
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-7/+108
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-5/+5
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-06-22predict.c (estimate_bb_frequencies): Do not handle conditional jumps jumping ...Jan Hubicka1-5/+59
2001-05-25Standardize header guards.Richard Henderson1-3/+3