summaryrefslogtreecommitdiff
path: root/libgcc/libgcov.c
Commit message (Expand)AuthorAgeFilesLines
* This patch addresses the bogus "Invocation mismatch" messages seen in paralle...Teresa Johnson2012-11-191-10/+27
* This fixes part of the issue described in PR gcov-profile/54487 where there...Teresa Johnson2012-09-071-1/+7
* Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson2012-09-041-8/+114
* coverage.c: Refer to "notes file" instead of "graph file" in all comments.Steven Bosscher2012-07-231-2/+1
* This patch adds functionality to libgcov to enable user applications to colle...Teresa Johnson2012-05-081-25/+84
* re PR gcov-profile/52627 (Build of libgcc fails w/o __GTHREAD_MUTEX_INIT: err...Richard Guenther2012-03-201-1/+1
* libgcov.c: Remove stdio.h include and NULL un-define.Richard Guenther2012-03-131-2/+0
* re PR gcov-profile/49484 (gcov crash if two(or more) forks happen at the same...Richard Guenther2012-03-121-1/+31
* * libgcov.c (__gcov_init): Ignore objects with no functions.Nathan Sidwell2012-01-111-1/+1
* libgcov.c (gcov_crc32): Remove global var.Nathan Sidwell2011-12-301-93/+135
* libgcov.c (struct gcov_fn_buffer): New struct.Nathan Sidwell2011-11-071-185/+252
* Move libgcc_tm_file to toplevel libgccRainer Orth2011-11-021-1/+2
* Makefile.in (LIBGCOV): Remove.Rainer Orth2011-07-081-0/+1003