summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* GCOV: do not mangle .gcno files.Martin Liska2020-10-021-3/+5
* Do not stream all zeros for gcda files.Martin Liska2020-07-021-3/+6
* Make TOPN counter dynamically allocated.Martin Liska2020-06-021-2/+5
* Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin.Martin Liska2020-04-171-6/+6
* Make it possible to have different instrumented and feedback builds without c...Jan Hubicka2020-04-161-0/+14
* Revert mangling of names with -fprofile-generate=<dir>.Martin Liska2020-02-061-8/+0
* diagnostics: make error message lowercase.Jan Hubicka2020-01-281-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Fix __gcov_exit fn prototype.Martin Liska2019-12-051-2/+1
* Fix profile name files without -fprofile-dir.Martin Liska2019-12-051-1/+1
* Remove gcc/params.* files.Martin Liska2019-11-121-1/+0
* Apply mechanical replacement (generated patch).Martin Liska2019-11-121-4/+4
* re PR gcov-profile/91971 (Profile directory concatenated with object file path)Qing Zhao2019-10-231-0/+8
* Come up with function_decl_type and use it in tree_function_decl.Martin Liska2019-07-251-1/+1
* Add -fprofile-note option.Martin Liska2019-07-031-3/+8
* GCOV: print {start,end}_column in JSON file and gcov-dump tool.Martin Liska2019-03-141-0/+2
* coverage.c (get_coverage_counts): Use current_function_decl.Jan Hubicka2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* coverage.c (struct conts_entry): Add n_counts.Jan Hubicka2018-12-171-8/+20
* coverage.c (get_coverage_counts): Use from_function_decl for precise function...Indu Bhagat2018-11-301-1/+1
* Strenghten assumption about function start and end line (PR gcov-profile/88045).Martin Liska2018-11-191-1/+3
* Properly mark lambdas in GCOV (PR gcov-profile/86109).Martin Liska2018-10-031-1/+2
* dumpfile.c: use prefixes other than 'note: ' for MSG_{OPTIMIZED_LOCATIONS|MIS...David Malcolm2018-09-281-5/+5
* coverage.c (get_coverage_counts): Revert the formatting of missing profile op...Martin Liska2018-09-271-6/+4
* re PR gcov-profile/86957 (gcc should warn about missing profiles for a compil...Indu Bhagat2018-09-261-12/+26
* Improve location information of -Wcoverage-mismatch.Martin Liska2018-09-241-8/+10
* Remove arc profile histogram in non-LTO mode.Martin Liska2018-09-211-50/+9
* Fix target clones (PR gcov-profile/85370).Martin Liska2018-07-311-1/+2
* Fix DOS-based system build and fix documentation.Martin Liska2018-07-041-1/+1
* When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...Martin Liska2018-06-291-2/+18
* Introduce dump_location_tDavid Malcolm2018-06-261-8/+14
* Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska2018-06-051-31/+18
* Print working directory to gcov files (PR gcov-profile/84846).Martin Liska2018-05-181-0/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* GCOV: do not support unexecuted blocks in AdaMartin Liska2017-11-101-0/+3
* GCOV: support multiple functions per a line (PR gcov-profile/48463)Martin Liska2017-11-091-0/+7
* [19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford2017-08-301-3/+3
* invoke.texi: Document the -fprofile-abs-path option.Bernd Edlinger2017-06-051-1/+1
* Remove .gcno file when compilation does not success (PR driver/56469).Martin Liska2017-04-281-0/+12
* i386.c: Include intl.h.Jakub Jelinek2017-02-281-1/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Don't use priority {cd}tors if not supported by a target (PRMartin Liska2016-11-251-4/+9
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Really set priority to 99 for __gcov_exitMartin Liska2016-10-071-1/+1
* gcov: dump in a static dtor instead of in an atexit handlerMartin Liska2016-09-271-2/+25
* Do not use LONG_LONG_TYPE_SIZE in #if macro conditionMartin Liska2016-08-171-1/+2
* Consider functions with xloc.file == NULL (PRMartin Liska2016-07-221-2/+4
* tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2016-04-181-1/+1
* re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka2016-03-291-5/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1