aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-28i386.c: Include intl.h.Jakub Jelinek1-1/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-25Don't use priority {cd}tors if not supported by a target (PRMartin Liska1-4/+9
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-07Really set priority to 99 for __gcov_exitMartin Liska1-1/+1
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska1-2/+25
2016-08-17Do not use LONG_LONG_TYPE_SIZE in #if macro conditionMartin Liska1-1/+2
2016-07-22Consider functions with xloc.file == NULL (PRMartin Liska1-2/+4
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-03-29re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka1-5/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-15/+12
2015-10-01remove many typedefsTrevor Saunders1-5/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-11Patch by Richard BienerJan Hubicka1-1/+2
2015-04-18remove need for store_values_directlyTrevor Saunders1-9/+8
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+3
2014-10-21Add AutoFDO.Dehao Chen1-1/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-08-25IPA C++ refactoring 4/NMartin Liska1-2/+2
2014-08-20coverage.c (coverage_compute_profile_id): Return non-0; also handle symbols w...Jan Hubicka1-24/+20