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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-05
Simplify gcov_histogram as it's used only for ARCS counters.
Martin Liska
1
-1
/
+1
2018-06-05
Print working directory only in intermediate format (PR gcov-profile/84846).
Martin Liska
1
-2
/
+0
2018-05-18
gcov: add new option -t that prints output to stdout (PR gcov-profile/84846).
Martin Liska
1
-7
/
+29
2018-05-18
Print working directory to gcov files (PR gcov-profile/84846).
Martin Liska
1
-0
/
+7
2018-02-27
Make groups more generic (PR gcov-profile/84548).
Martin Liska
1
-2
/
+8
2018-01-04
Add version to intermediate gcov file (PR gcov-profile/83669).
Martin Liska
1
-0
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-03
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+1
2017-11-13
GCOV: remove typedef of coverage_t.
Martin Liska
1
-12
/
+12
2017-11-13
GCOV: remove typedef for block_t
Martin Liska
1
-26
/
+26
2017-11-13
GCOV: remove typedef for arc_t
Martin Liska
1
-29
/
+29
2017-11-13
GCOV: remove typedef for function_t
Martin Liska
1
-35
/
+35
2017-11-13
GCOV: introduce vector for function_info::counts.
Martin Liska
1
-13
/
+8
2017-11-13
GCOV: simplify usage of function_info::artificial.
Martin Liska
1
-26
/
+40
2017-11-13
GCOV: introduce global vector of functions
Martin Liska
1
-66
/
+44
2017-11-10
GCOV: create one intermediate file per a gcno file (PR gcov-profile/82702).
Martin Liska
1
-20
/
+76
2017-11-10
GCOV: do not support unexecuted blocks in Ada
Martin Liska
1
-1
/
+6
2017-11-09
GCOV: support multiple functions per a line (PR gcov-profile/48463)
Martin Liska
1
-266
/
+589
2017-10-31
GCOV: add -j argument (human readable format).
Martin Liska
1
-2
/
+38
2017-10-31
GCOV: std::vector refactoring III
Martin Liska
1
-75
/
+58
2017-10-31
GCOV: Vector refactoring II
Martin Liska
1
-76
/
+73
2017-10-31
GCOV: std::vector refactoring.
Martin Liska
1
-50
/
+39
2017-10-31
GCOV: add support for lines with an unexecuted lines.
Martin Liska
1
-27
/
+23
2017-10-31
GCOV: introduce usage of terminal colors.
Martin Liska
1
-17
/
+88
2017-08-01
Fix segfault in gcov.c (PR gcov-profile/81561).
Martin Liska
1
-5
/
+5
2017-06-08
gcov: Add block_info::block_info (PR gcov-profile/80911).
Martin Liska
1
-0
/
+11
2017-05-02
Fix documentation and a ctor in gcov.c
Martin Liska
1
-3
/
+4
2017-04-28
Sort options of gcov, gcov-dump and gcov-tool both in --help and documentation
Martin Liska
1
-1
/
+1
2017-04-28
Fix format_gcov to not print misleading values (PR gcov-profile/53915)
Martin Liska
1
-0
/
+7
2017-04-28
Make gcno more precise about BBs really belonging to a line (PR gcov-profile/...
Martin Liska
1
-57
/
+33
2017-04-28
Introduce new option -w which shows verbose informations.
Martin Liska
1
-8
/
+30
2017-04-28
Simplify representation of locations of a block.
Martin Liska
1
-139
/
+118
2017-04-28
gcno file: do not stream block flags (PR gcov-profile/80031).
Martin Liska
1
-6
/
+1
2017-04-10
Support multiple files w/ -i option in gcov (PR gcov-profile/80224).
Martin Liska
1
-55
/
+7
2017-03-31
gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
Bernd Edlinger
1
-5
/
+11
2017-03-07
gcov: put comment to correct location.
Martin Liska
1
-2
/
+2
2017-02-28
i386.c: Include intl.h.
Jakub Jelinek
1
-1
/
+4
2017-01-22
gcov.c (INCLUDE_ALGORITHM): Define.
Dimitry Andric
1
-2
/
+2
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-08-16
gcov: add new option (--hash-filenames) (PR
Martin Liska
1
-2
/
+46
2016-08-12
Create x.gcov file for binary w/o x.gcda file (PR
Martin Liska
1
-1
/
+1
2016-08-06
gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of INT64_MAX.
Jakub Jelinek
1
-1
/
+1
2016-08-05
gcov tool: Implement Hawick's algorithm for cycle detection,
Martin Liska
1
-101
/
+188
2016-08-05
gcov: rename line_next to next_file_fn in function_info
Martin Liska
1
-8
/
+8
2016-08-04
Fix GNU coding style in gcov.c
Martin Liska
1
-46
/
+42
2016-01-04
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-2
/
+2
2015-05-09
bitmap.c, [...]: Add space between string literal and macro name.
Jason Merrill
1
-1
/
+1
2015-04-11
gcov.c (find_source): Fix miswording in error message.
Benno Schulenberg
1
-1
/
+1
2015-01-05
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-2
/
+2
[prev]
[next]