aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.h
AgeCommit message (Expand)Author
2005-07-132005-07-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2005-06-25Update FSF address.Kelley Cook
2005-05-08 * Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.shNathan Sidwell
2005-05-02 PR 19985Janis Johnson
2005-04-28 * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,Kazu Hirata
2005-04-22 * Makefile.in (LIBGCOV): Add _gcov_interval_profiler,Zdenek Dvorak
2005-04-04 * system.h (GCOV_SIZE_TYPE): Unposion.Richard Sandiford
2005-04-01 * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,Nathan Sidwell
2004-08-30 * gcov-io.c (GCOV_CHECK): Use gcc_assert when available.Nathan Sidwell
2004-07-29 * gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell
2004-04-25 * gcov-io.h (__gcov_fork, __gcov_execl, __gcov_execlp, __gcov_execle,Zdenek Dvorak
2004-04-23 * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl, _gcov_execlp,Zdenek Dvorak
2004-03-22 PR target/14291Danny Smith
2003-10-10Fri Oct 10 18:54:39 CEST 2003 Herman A.J. ten Brugge <hermantenbrugge@home.nl>Herman A.J. ten Brugge
2003-10-05 * c-pretty-print.c: Fix comment typos.Kazu Hirata
2003-07-30 * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak
2003-07-12 * c-format.c: Fix comment formatting.Kazu Hirata
2003-07-10 * gcov-io.h: Update documentation.Nathan Sidwell
2003-07-09 * gcov-io.h: Update documentation.Nathan Sidwell
2003-07-06 * gcov-io.h: Add a local time stamp.Nathan Sidwell
2003-07-01 * basic-block.h: Fix comment typos.Kazu Hirata
2003-06-30 * gcov-io.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-29 * alloc-pool.c: Fix comment formatting.Kazu Hirata
2003-06-26 * value-prof.c: New.Zdenek Dvorak
2003-06-23 * basic-block.h: Fix comment formatting.Kazu Hirata
2003-06-12 * ChangeLog: Follow spelling conventions.Kazu Hirata
2003-05-14 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.Nathan Sidwell
2003-05-10 * defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell
2003-05-07 * gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell
2003-05-04 * Makefile.in (LIBGCOV): Add _gcov_merge_add.Zdenek Dvorak
2003-04-24 New GCOV_TAG_FUNCTION layoutNathan Sidwell
2003-04-23 * Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell
2003-04-22 * gbl-ctors.h: Add special license exception.David Turner
2003-04-21 Break out coverage routines to new file.Nathan Sidwell
2003-04-17 * gcov-dump.c (tag_summary): Remove max_sumJan Hubicka
2003-04-11 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,Nathan Sidwell
2003-04-08 * gcov-io.h (gcov_save_position): Remove __inline__ fromNathan Sidwell
2003-04-07 Change gcov file interface to single file at a time.Nathan Sidwell
2003-03-31 * gcov.c: Add -a & -u options.Nathan Sidwell
2003-03-04 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,Zdenek Dvorak
2003-02-26 * gcov-dump.c (print_prefix): Fix signedness warning.Zdenek Dvorak
2003-01-24 * ChangeLog (configure.in): Don't include ansidecl.h in tconfig.h.Kaveh Ghazi
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-09-22 * dbxout.c: Follow spelling conventions.Kazu Hirata
2002-06-04 * gbl-ctors.h: Fix formatting.Kazu Hirata
2002-05-09 * final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka
2001-10-09 * c-common.h: Fix comment formatting.Kazu Hirata
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-06-22 * predict.c (estimate_bb_frequencies): Do not handle conditionalJan Hubicka
2001-05-26Standardize header guards.Richard Henderson