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
/
doc
/
gcov.texi
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-10
GCOV: do not support unexecuted blocks in Ada
Martin Liska
1
-1
/
+1
2017-11-09
GCOV: support multiple functions per a line (PR gcov-profile/48463)
Martin Liska
1
-89
/
+240
2017-10-31
GCOV: add -j argument (human readable format).
Martin Liska
1
-0
/
+5
2017-10-31
GCOV: add support for lines with an unexecuted lines.
Martin Liska
1
-5
/
+8
2017-10-31
GCOV: introduce usage of terminal colors.
Martin Liska
1
-0
/
+9
2017-10-31
GCOV: document behavior of -fkeep-{static,inline}-functions (PR gcov-profile/...
Martin Liska
1
-0
/
+7
2017-05-02
Fix documentation and a ctor in gcov.c
Martin Liska
1
-1
/
+1
2017-04-28
Enhance documentation of gcov.
Martin Liska
1
-2
/
+4
2017-04-28
Sort options of gcov, gcov-dump and gcov-tool both in --help and documentation
Martin Liska
1
-70
/
+71
2017-04-28
Introduce new option -w which shows verbose informations.
Martin Liska
1
-0
/
+4
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-01-01
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+1
2016-09-27
gcov: dump in a static dtor instead of in an atexit handler
Martin Liska
1
-0
/
+4
2016-09-26
Fix documentation of gcov tool
Martin Liska
1
-7
/
+9
2016-08-16
gcov: add new option (--hash-filenames) (PR
Martin Liska
1
-0
/
+11
2016-08-09
Fix typo in gcov.texi
Martin Liska
1
-3
/
+3
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-01-04
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+1
2015-02-15
bugreport.texi: Adjust section titles throughout the file to use "Title Case".
Sandra Loosemore
1
-2
/
+2
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-01-05
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+1
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2014-01-02
gnat_ugn.texi: Bump @copying's copyright year.
Tobias Burnus
1
-1
/
+1
2013-07-21
Fix.
Mike Stump
1
-1
/
+1
2013-06-20
gcov.c (print_usage): Handle new option.
Sharad Singhai
1
-5
/
+51
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-4
/
+2
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-09-27
Fix a typo in gcov.texi.
Marek Polacek
1
-1
/
+1
2012-07-23
coverage.c: Refer to "notes file" instead of "graph file" in all comments.
Steven Bosscher
1
-11
/
+14
2012-05-08
This patch adds functionality to libgcov to enable user applications to colle...
Teresa Johnson
1
-0
/
+6
2011-12-02
gcov.c (struct arc_info): Add is_throw field.
Nathan Sidwell
1
-3
/
+6
2011-11-13
gcov.c (source_prefix, [...]): New globals.
Nathan Sidwell
1
-2
/
+20
2011-11-12
gcov.c (struct name_map): New.
Nathan Sidwell
1
-12
/
+17
2011-05-04
Remove extra spacing at the end of the line.
Mike Stump
1
-6
/
+6
2010-10-17
libgcov.c (create_file_directory): Enable it for win32 case.
Kai Tietz
1
-4
/
+4
2010-08-05
gcov.c (flag_display_progress): New static variable.
Nicolas Setton
1
-0
/
+5
2010-06-09
fdl.texi: Move to GFDL version 1.3.
Gerald Pfeifer
1
-5
/
+5
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-3
/
+3
2008-06-15
libgomp.texi (omp_test_lock): Fix typo.
Ralf Wildenhues
1
-2
/
+2
2007-06-12
gcov.c: Comments updated.
Tristan Gingold
1
-2
/
+2
2006-10-04
gcov.texi: Add formatting to "Invoking gcov" section head.
Brooks Moses
1
-1
/
+1
2006-07-01
* doc/gcov.texi (Invoking Gcov): Add a missing word.
Martin Michlmayr
1
-1
/
+1
2005-08-06
Makefile.in, [...]: Fix comment/doc typos.
Kazu Hirata
1
-1
/
+1
2005-05-10
libgcov.c (create_file_directory): New function.
Grigory Zagorodnev
1
-0
/
+40
2005-03-21
re PR other/20564 (gcov default behaviour changed)
Nathan Sidwell
1
-6
/
+26
2005-02-02
re PR other/15514 (a typo in docs)
Joseph Myers
1
-3
/
+3
2004-11-05
c-tree.texi, [...]: Correct end-of-sentence markup and markup of "etc.", "e.g...
Joseph Myers
1
-24
/
+24
2004-10-28
contrib.texi, [...]: Improve Texinfo formatting.
Joseph Myers
1
-4
/
+5
2004-03-14
contrib.texi, [...]: Capitalize "gcc", "g++" and "g77" or mark up with approp...
Joseph Myers
1
-1
/
+1
2004-01-25
frontends.texi: Update copyright.
Kazu Hirata
1
-1
/
+1
[next]