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
2020-01-14
hash-table.h: support non-zero empty values in empty_slow (v2)
David Malcolm
1
-0
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-01-01
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+1
2019-10-22
Come up with json::integer_number and use it in GCOV.
Martin Liska
1
-10
/
+13
2019-09-02
Consider also negative edges in cycle detection.
Martin Liska
1
-5
/
+5
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-7
/
+7
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-5
/
+10
2019-05-13
Do not follow zero edges in cycle detection (PR gcov-profile/90380).
Martin Liska
1
-4
/
+20
2019-05-13
Test for not existence of a negative loop (PR gcov-profile/90380).
Martin Liska
1
-35
/
+18
2019-04-08
Add data_file to GCOV interm. format (PR gcov-profile/89961).
Martin Liska
1
-0
/
+1
2019-03-14
GCOV: print {start,end}_column in JSON file and gcov-dump tool.
Martin Liska
1
-1
/
+9
2019-03-11
Improve JSON format: add function names for lines.
Martin Liska
1
-4
/
+16
2019-02-05
GCOV: remove misleading branches and calls info for -f option (PR gcov-profil...
Martin Liska
1
-7
/
+17
2019-01-24
Fix broken filename for .gcda files starting with '..' (PR gcov-profile/88994).
Martin Liska
1
-7
/
+9
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-01-01
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+1
2018-12-27
Fix slowness in gcov (PR gcov-profile/88225).
Martin Liska
1
-48
/
+64
2018-11-27
gcov: do not ICE on NULL string in JSON export.
Martin Liska
1
-1
/
+3
2018-10-30
* gcov.c (output_lines): Remove duplicate line.
Eric Botcazou
1
-2
/
+0
2018-10-29
GCOV: introduce --json-format.
Martin Liska
1
-106
/
+154
2018-09-24
Improve colorization legend in gcov reports.
Martin Liska
1
-2
/
+12
2018-09-21
Remove arc profile histogram in non-LTO mode.
Martin Liska
1
-5
/
+2
2018-09-17
Fix out-of-bounds in gcov.c (PR gcov-profile/85871).
Martin Liska
1
-1
/
+2
2018-09-17
gcov: emit hotness colors to easily find hot code.
Martin Liska
1
-7
/
+49
2018-09-05
GCOV: Print one decimal place in human readable mode.
Martin Liska
1
-2
/
+2
2018-08-27
Do not read gcda files multiple times (PR gcov-profile/87069).
Martin Liska
1
-0
/
+15
2018-08-02
Fix gcov misleading error (PR gcov-profile/86817).
Martin Liska
1
-4
/
+8
2018-07-26
gcov: Fix wrong usage of NAN in statistics (PR gcov-profile/86536).
Martin Liska
1
-36
/
+10
2018-06-29
When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...
Martin Liska
1
-36
/
+1
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
[next]