aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-2/+2
2013-10-14Introduce gcc::dump_manager classDavid Malcolm1-2/+4
2013-10-10Fix leak of coverage.c:da_file_nameDavid Malcolm1-0/+3
2013-09-17coverage.c (get_coverage_counts): Add missing newline.Teresa Johnson1-1/+1
2013-09-16dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson1-9/+9
2013-08-29dumpfile.c (dump_loc): Output column number.Teresa Johnson1-14/+30
2013-08-09cgraph.h (cgraph_node): Add profile_id.Jan Hubicka1-0/+22
2013-05-04coverage.c (coverage_obj_init): Move the construction of gcov constructor toGuozhi Wei1-18/+28
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-13re PR gcov-profile/55650 (Firefox profiledbuild: libxul.so: cannot map zero-...Jakub Jelinek1-0/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-13/+13
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-8/+9
2012-09-04Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson1-2/+10
2012-08-17hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther1-7/+11
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-30/+20
2012-07-23coverage.c: Refer to "notes file" instead of "graph file" in all comments.Steven Bosscher1-7/+9