aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1392/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-02Implement -fprofile-prefix-map.Martin Liska1-1/+2
2021-11-08gcov-profile: Fix -fcompare-debug with -fprofile-generate [PR100520]Martin Liska1-2/+5
2021-10-13gcov: make profile merging smarterMartin Liska1-16/+34
2021-08-16gcov: Add TARGET_GCOV_TYPE_SIZE target hookSebastian Huber1-1/+1
2021-07-21gcov: Fix use of profile info sectionSebastian Huber1-0/+2
2021-06-11Introduce -Wcoverage-invalid-line-numberMartin Liska1-11/+20
2021-05-10Come up with startswith function.Martin Liska1-4/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-16gcov: Add -fprofile-info-section supportSebastian Huber1-2/+26
2020-10-02GCOV: do not mangle .gcno files.Martin Liska1-3/+5
2020-07-02Do not stream all zeros for gcda files.Martin Liska1-3/+6
2020-06-02Make TOPN counter dynamically allocated.Martin Liska1-2/+5
2020-04-17Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin.Martin Liska1-6/+6
2020-04-16Make it possible to have different instrumented and feedback builds without c...Jan Hubicka1-0/+14
2020-02-06Revert mangling of names with -fprofile-generate=<dir>.Martin Liska1-8/+0
2020-01-28diagnostics: make error message lowercase.Jan Hubicka1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-05Fix __gcov_exit fn prototype.Martin Liska1-2/+1
2019-12-05Fix profile name files without -fprofile-dir.Martin Liska1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-4/+4
2019-10-23re PR gcov-profile/91971 (Profile directory concatenated with object file path)Qing Zhao1-0/+8
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska1-1/+1
2019-07-03Add -fprofile-note option.Martin Liska1-3/+8
2019-03-14GCOV: print {start,end}_column in JSON file and gcov-dump tool.Martin Liska1-0/+2
2019-01-01coverage.c (get_coverage_counts): Use current_function_decl.Jan Hubicka1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-17coverage.c (struct conts_entry): Add n_counts.Jan Hubicka1-8/+20
2018-11-30coverage.c (get_coverage_counts): Use from_function_decl for precise function...Indu Bhagat1-1/+1
2018-11-19Strenghten assumption about function start and end line (PR gcov-profile/88045).Martin Liska1-1/+3
2018-10-03Properly mark lambdas in GCOV (PR gcov-profile/86109).Martin Liska1-1/+2
2018-09-28dumpfile.c: use prefixes other than 'note: ' for MSG_{OPTIMIZED_LOCATIONS|MIS...David Malcolm1-5/+5
2018-09-27coverage.c (get_coverage_counts): Revert the formatting of missing profile op...Martin Liska1-6/+4
2018-09-26re PR gcov-profile/86957 (gcc should warn about missing profiles for a compil...Indu Bhagat1-12/+26
2018-09-24Improve location information of -Wcoverage-mismatch.Martin Liska1-8/+10
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-50/+9
2018-07-31Fix target clones (PR gcov-profile/85370).Martin Liska1-1/+2
2018-07-04Fix DOS-based system build and fix documentation.Martin Liska1-1/+1
2018-06-29When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...Martin Liska1-2/+18
2018-06-26Introduce dump_location_tDavid Malcolm1-8/+14
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska1-31/+18
2018-05-18Print working directory to gcov files (PR gcov-profile/84846).Martin Liska1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-10GCOV: do not support unexecuted blocks in AdaMartin Liska1-0/+3
2017-11-09GCOV: support multiple functions per a line (PR gcov-profile/48463)Martin Liska1-0/+7
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford1-3/+3
2017-06-05invoke.texi: Document the -fprofile-abs-path option.Bernd Edlinger1-1/+1
2017-04-28Remove .gcno file when compilation does not success (PR driver/56469).Martin Liska1-0/+12