index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
gcov-io.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-03
This patch enables the gcov-dump tool to optionally compute and dump the work...
Teresa Johnson
1
-0
/
+22
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-30
Revised patch to ensure that histograms from the profile summary are streamed...
Teresa Johnson
1
-0
/
+1
2012-09-04
Enhances the gcov program summary by adding a histogram of arc counter entries.
Teresa Johnson
1
-3
/
+38
2012-07-23
coverage.c: Refer to "notes file" instead of "graph file" in all comments.
Steven Bosscher
1
-1
/
+1
2012-05-08
This patch adds functionality to libgcov to enable user applications to colle...
Teresa Johnson
1
-0
/
+6
2011-12-04
gcov-io.h (struct gcov_info): Replace trailing array with pointer to array.
Nathan Sidwell
1
-2
/
+2
2011-11-07
libgcov.c (struct gcov_fn_buffer): New struct.
Nathan Sidwell
1
-33
/
+32
2011-04-29
split checksum into cfg checksum and line checksum
Xinliang David Li
1
-4
/
+8
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-6
/
+6
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-12
/
+10
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-01-20
libgcov.c (__gcov_execl, [...]): Remove const qualifier from arg parameter.
Ben Elliston
1
-3
/
+3
2008-03-18
* gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
Michael Matz
1
-2
/
+4
2007-02-03
re PR gcov-profile/30650 (ICE with -fprofile-use)
Jan Hubicka
1
-4
/
+4
2007-01-29
gcov-io.h (__gcov_indirect_call_profiler): Declare.
Ben Elliston
1
-0
/
+4
2007-01-28
expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...
Jan Hubicka
1
-4
/
+11
2007-01-19
Patch by Tomas Bily <tbily@suse.cz>
Tomas Bily
1
-4
/
+7
2005-07-13
linux.h (TARGET_HAS_F_SETLKW): Renamed to ...
H.J. Lu
1
-1
/
+1
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
2005-05-08
Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh
Nathan Sidwell
1
-1
/
+1
2005-05-02
re PR middle-end/19985 (executables created with -fprofile-arcs -ftest-covera...
Janis Johnson
1
-26
/
+43
2005-04-28
attribs.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2005-04-22
Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...
Zdenek Dvorak
1
-0
/
+5
2005-04-04
system.h (GCOV_SIZE_TYPE): Unposion.
Richard Sandiford
1
-5
/
+1
2005-04-01
gcov-io.h (GCOV_CHECK, [...]): Remove.
Nathan Sidwell
1
-16
/
+2
2004-08-30
gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
Nathan Sidwell
1
-2
/
+7
2004-07-29
gcov-io.h: Allow zero tag as EOF indicator.
Nathan Sidwell
1
-31
/
+11
2004-04-25
gcov-io.h (__gcov_fork, [...]): Do not declare when inhibit_libc is defined.
Zdenek Dvorak
1
-0
/
+2
2004-04-23
Makefile.in (LIBGCOV): Add _gcov_fork...
Zdenek Dvorak
1
-0
/
+10
2004-03-22
re PR target/14291 (-fprofile-arcs fails (unresolved symbol))
Danny Smith
1
-1
/
+4
2003-10-10
Fri Oct 10 18:54:39 CEST 2003 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
Herman A.J. ten Brugge
1
-0
/
+21
2003-10-05
c-pretty-print.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-07-30
combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
Zdenek Dvorak
1
-0
/
+11
2003-07-12
c-format.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-07-10
gcov-io.h: Update documentation.
Nathan Sidwell
1
-22
/
+34
2003-07-09
gcov-io.h: Update documentation.
Nathan Sidwell
1
-84
/
+90
2003-07-06
gcov-io.h: Add a local time stamp.
Nathan Sidwell
1
-3
/
+17
2003-07-01
basic-block.h: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2003-06-30
gcov-io.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-2
/
+2
2003-06-29
alloc-pool.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-06-26
value-prof.c: New.
Zdenek Dvorak
1
-8
/
+25
2003-06-23
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-8
/
+8
2003-06-12
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-4
/
+4
2003-05-14
gcov-io.h (gcov_write_bytes, [...]): Remove here.
Nathan Sidwell
1
-94
/
+108
2003-05-10
defaults.h (GCOV_TYPE_SIZE): Remove.
Nathan Sidwell
1
-41
/
+62
2003-05-07
gcov-io.h (GCOV_LOCKED): New #define.
Nathan Sidwell
1
-24
/
+44
2003-05-04
Makefile.in (LIBGCOV): Add _gcov_merge_add.
Zdenek Dvorak
1
-5
/
+45
2003-04-24
New GCOV_TAG_FUNCTION layout
Nathan Sidwell
1
-8
/
+12
[next]