aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-17coverage.c (struct conts_entry): Add n_counts.Jan Hubicka1-1/+2
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-3/+1
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-04-28Remove .gcno file when compilation does not success (PR driver/56469).Martin Liska1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-07-26Make FDO more tolerant to source changesXinliang David Li1-0/+1
2014-06-04Make coverage_compute_cfg_checksum callable with arg.Martin Liska1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-09cgraph.h (cgraph_node): Add profile_id.Jan Hubicka1-0/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2011-12-04gcov-io.h (struct gcov_info): Replace trailing array with pointer to array.Nathan Sidwell1-6/+5
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li1-2/+10
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-03-08coverage.h (tree_coverage_counter_addr): Declare.Richard Guenther1-0/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-07-28Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka1-2/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-06coverage.h (GCOV_TYPE_NODE): Delete.Richard Sandiford1-2/+0
2005-04-04system.h (GCOV_SIZE_TYPE): Unposion.Richard Sandiford1-0/+4
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-14c-tree.h, [...]: Remove unused prototypes.Kazu Hirata1-1/+0
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+3
2003-10-20toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka1-0/+1
2003-05-11coverage.h (coverage_counter_alloc): New function.Nathan Sidwell1-0/+11
2003-04-23Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell1-40/+4
2003-04-21Break out coverage routines to new file.Nathan Sidwell1-0/+72