summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)Author
2020-07-02Do not stream all zeros for gcda files.Martin Liska
2020-06-02Make TOPN counter dynamically allocated.Martin Liska
2020-04-17Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin.Martin Liska
2020-04-16Make it possible to have different instrumented and feedback builds without c...Jan Hubicka
2020-02-06Revert mangling of names with -fprofile-generate=<dir>.Martin Liska
2020-01-28diagnostics: make error message lowercase.Jan Hubicka
2020-01-01Update copyright years.Jakub Jelinek
2019-12-05Fix __gcov_exit fn prototype.Martin Liska
2019-12-05Fix profile name files without -fprofile-dir.Martin Liska
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-10-23re PR gcov-profile/91971 (Profile directory concatenated with object file path)Qing Zhao
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska
2019-07-03Add -fprofile-note option.Martin Liska
2019-03-14GCOV: print {start,end}_column in JSON file and gcov-dump tool.Martin Liska
2019-01-01coverage.c (get_coverage_counts): Use current_function_decl.Jan Hubicka
2019-01-01Update copyright years.Jakub Jelinek
2018-12-17coverage.c (struct conts_entry): Add n_counts.Jan Hubicka
2018-11-30coverage.c (get_coverage_counts): Use from_function_decl for precise function...Indu Bhagat
2018-11-19Strenghten assumption about function start and end line (PR gcov-profile/88045).Martin Liska
2018-10-03Properly mark lambdas in GCOV (PR gcov-profile/86109).Martin Liska
2018-09-28dumpfile.c: use prefixes other than 'note: ' for MSG_{OPTIMIZED_LOCATIONS|MIS...David Malcolm
2018-09-27coverage.c (get_coverage_counts): Revert the formatting of missing profile op...Martin Liska
2018-09-26re PR gcov-profile/86957 (gcc should warn about missing profiles for a compil...Indu Bhagat
2018-09-24Improve location information of -Wcoverage-mismatch.Martin Liska
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-07-31Fix target clones (PR gcov-profile/85370).Martin Liska
2018-07-04Fix DOS-based system build and fix documentation.Martin Liska
2018-06-29When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...Martin Liska
2018-06-26Introduce dump_location_tDavid Malcolm
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska
2018-05-18Print working directory to gcov files (PR gcov-profile/84846).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-11-10GCOV: do not support unexecuted blocks in AdaMartin Liska
2017-11-09GCOV: support multiple functions per a line (PR gcov-profile/48463)Martin Liska
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford
2017-06-05invoke.texi: Document the -fprofile-abs-path option.Bernd Edlinger
2017-04-28Remove .gcno file when compilation does not success (PR driver/56469).Martin Liska
2017-02-28i386.c: Include intl.h.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-25Don't use priority {cd}tors if not supported by a target (PRMartin Liska
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-07Really set priority to 99 for __gcov_exitMartin Liska
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska
2016-08-17Do not use LONG_LONG_TYPE_SIZE in #if macro conditionMartin Liska
2016-07-22Consider functions with xloc.file == NULL (PRMartin Liska
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-03-29re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod