| Commit message (Expand) | Author | Age | Files | Lines |
* | 2005-07-13 H.J. Lu <hongjiu.lu@intel.com> | hjl | 2005-07-13 | 1 | -1/+1 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh | nathan | 2005-05-08 | 1 | -1/+1 |
* | PR 19985 | janis | 2005-05-02 | 1 | -26/+43 |
* | * attribs.c, c-pragma.c, caller-save.c, cfghooks.h, | kazu | 2005-04-28 | 1 | -1/+1 |
* | * Makefile.in (LIBGCOV): Add _gcov_interval_profiler, | rakdver | 2005-04-22 | 1 | -0/+5 |
* | * system.h (GCOV_SIZE_TYPE): Unposion. | rsandifo | 2005-04-04 | 1 | -5/+1 |
* | * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING, | nathan | 2005-04-01 | 1 | -16/+2 |
* | * gcov-io.c (GCOV_CHECK): Use gcc_assert when available. | nathan | 2004-08-30 | 1 | -2/+7 |
* | * gcov-io.h: Allow zero tag as EOF indicator. | nathan | 2004-07-29 | 1 | -31/+11 |
* | * gcov-io.h (__gcov_fork, __gcov_execl, __gcov_execlp, __gcov_execle, | rakdver | 2004-04-25 | 1 | -0/+2 |
* | * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl, _gcov_execlp, | rakdver | 2004-04-23 | 1 | -0/+10 |
* | PR target/14291 | dannysmith | 2004-03-22 | 1 | -1/+4 |
* | Fri Oct 10 18:54:39 CEST 2003 Herman A.J. ten Brugge <hermantenbrugge@home.nl> | hubicka | 2003-10-10 | 1 | -0/+21 |
* | * c-pretty-print.c: Fix comment typos. | kazu | 2003-10-05 | 1 | -1/+1 |
* | * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes. | rakdver | 2003-07-30 | 1 | -0/+11 |
* | * c-format.c: Fix comment formatting. | kazu | 2003-07-12 | 1 | -1/+1 |
* | * gcov-io.h: Update documentation. | nathan | 2003-07-10 | 1 | -22/+34 |
* | * gcov-io.h: Update documentation. | nathan | 2003-07-09 | 1 | -84/+90 |
* | * gcov-io.h: Add a local time stamp. | nathan | 2003-07-06 | 1 | -3/+17 |
* | * basic-block.h: Fix comment typos. | kazu | 2003-07-01 | 1 | -2/+2 |
* | * gcov-io.c: Convert prototypes to ISO C90. | aj | 2003-06-30 | 1 | -2/+2 |
* | * alloc-pool.c: Fix comment formatting. | kazu | 2003-06-29 | 1 | -1/+1 |
* | * value-prof.c: New. | rakdver | 2003-06-26 | 1 | -8/+25 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-06-23 | 1 | -8/+8 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2003-06-12 | 1 | -4/+4 |
* | * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here. | nathan | 2003-05-14 | 1 | -94/+108 |
* | * defaults.h (GCOV_TYPE_SIZE): Remove. | nathan | 2003-05-10 | 1 | -41/+62 |
* | * gcov-io.h (GCOV_LOCKED): New #define. | nathan | 2003-05-07 | 1 | -24/+44 |
* | * Makefile.in (LIBGCOV): Add _gcov_merge_add. | rakdver | 2003-05-04 | 1 | -5/+45 |
* | New GCOV_TAG_FUNCTION layout | nathan | 2003-04-24 | 1 | -8/+12 |
* | * Makefile.in (LIBGCC_DEPS): Add gcov headers. | nathan | 2003-04-23 | 1 | -34/+55 |
* | * gbl-ctors.h: Add special license exception. | mmitchel | 2003-04-22 | 1 | -0/+7 |
* | Break out coverage routines to new file. | nathan | 2003-04-21 | 1 | -434/+35 |
* | * gcov-dump.c (tag_summary): Remove max_sum | hubicka | 2003-04-17 | 1 | -4/+1 |
* | * Makefile.in (loop-init.o): Do not depend on gcov-io.h, | nathan | 2003-04-11 | 1 | -251/+229 |
* | * gcov-io.h (gcov_save_position): Remove __inline__ from | nathan | 2003-04-08 | 1 | -1/+1 |
* | Change gcov file interface to single file at a time. | nathan | 2003-04-07 | 1 | -417/+413 |
* | * gcov.c: Add -a & -u options. | nathan | 2003-03-31 | 1 | -2/+4 |
* | * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync, | rakdver | 2003-03-04 | 1 | -16/+310 |
* | * gcov-dump.c (print_prefix): Fix signedness warning. | rakdver | 2003-02-26 | 1 | -5/+23 |
* | * ChangeLog (configure.in): Don't include ansidecl.h in tconfig.h. | ghazi | 2003-01-24 | 1 | -0/+9 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -213/+409 |
* | * dbxout.c: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -4/+4 |
* | * gbl-ctors.h: Fix formatting. | kazu | 2002-06-04 | 1 | -1/+1 |
* | * final.c (end_final): Use C trees to output data structures for profiling. | hubicka | 2002-05-09 | 1 | -7/+108 |
* | * c-common.h: Fix comment formatting. | kazu | 2001-10-09 | 1 | -5/+5 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * predict.c (estimate_bb_frequencies): Do not handle conditional | hubicka | 2001-06-22 | 1 | -5/+59 |
* | Standardize header guards. | rth | 2001-05-26 | 1 | -3/+3 |