summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-12/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-15/+12
* remove many typedefsTrevor Saunders2015-10-011-5/+5
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+1
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford2015-06-251-3/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-8/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Patch by Richard BienerJan Hubicka2015-05-111-1/+2
* remove need for store_values_directlyTrevor Saunders2015-04-181-9/+8
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-2/+13
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-2/+2
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+3
* Add AutoFDO.Dehao Chen2014-10-211-1/+4
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* IPA C++ refactoring 4/NMartin Liska2014-08-251-2/+2
* coverage.c (coverage_compute_profile_id): Return non-0; also handle symbols w...Jan Hubicka2014-08-201-24/+20