aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-06-30coverage.c (bbg_file_stamp): New.Nathan Sidwell1-11/+18
2012-03-07coverage.c (get_gcov_type): Use type_for_mode.Richard Guenther1-2/+4
2012-02-08re PR gcov-profile/52150 (junk at end of line in Firefox PGO build)Jakub Jelinek1-5/+18
2011-12-30gcov.c (total_lines, [...]): New global vars.Nathan Sidwell1-1/+1
2011-12-10re PR gcov-profile/51449 (Rev181994 causes tramp3d-v4 profiled build failure)Nathan Sidwell1-20/+23
2011-12-04gcov-io.h (struct gcov_info): Replace trailing array with pointer to array.Nathan Sidwell1-175/+209
2011-12-01re PR gcov-profile/51113 (rev. 181105 causes Firefox profiledbuild failure)Nathan Sidwell1-17/+1
2011-11-20re PR gcov-profile/51113 (rev. 181105 causes Firefox profiledbuild failure)Nathan Sidwell1-19/+18