aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-26Make FDO more tolerant to source changesXinliang David Li1-8/+31
2014-07-24IPA C++ refactoring 2/NMartin Liska1-4/+4
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu1-2/+13
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-8/+11
2014-06-04Make coverage_compute_cfg_checksum callable with arg.Martin Liska1-4/+4
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-04-14ipa-utils.c (ipa_merge_profiles): Merge profile_id.Jan Hubicka1-11/+22
2014-03-21re PR tree-optimization/60577 (inefficient FDO instrumentation code)Richard Biener1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1