aboutsummaryrefslogtreecommitdiff
path: root/libgcc/libgcov-driver.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-04-18Validate that destination gcov file does not exist for gcov-tool (PR gcov-pro...Martin Liska1-0/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska1-3/+2
2016-06-02On behalf of Aaron Conole <aconole@redhat.com>Aaron Conole1-1/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-08Add overlap functionality to gcov-tool.Rong Xu1-1/+4
2014-10-07Makefile.in: Fix dependence.Rong Xu1-0/+81
2014-09-17Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...Nathan Sidwell1-3/+22
2014-08-07Makefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...Nathan Sidwell1-57/+20
2014-08-01Makefile.in (LIBGCOV_MERGE, [...]): Reformat.Nathan Sidwell1-1/+2
2014-07-29libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell1-44/+48
2014-07-27libgcov-driver.c (struct gcov_filename_aux): Rename ...Nathan Sidwell1-46/+42
2014-07-25libgcov-driver.c (set_gcov_dump_complete, [...]): Remove global functions pol...Nathan Sidwell1-29/+3
2014-07-23gcov-tool.c (gcov_list): Declare here.Nathan Sidwell1-9/+5
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu1-1/+5
2014-05-22gcov-io.c (gcov_position): Use gcov_nonruntime_assert.Teresa Johnson1-3/+4
2014-01-09libgcov-driver.c (this_prg): make it local to save bss space.Rong Xu1-15/+16
2014-01-08gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu1-19/+5
2014-01-02Update copyright years in libgcc/Richard Sandiford1-1/+1
2013-11-19libgcov-driver.c (run_accounted): Make global level static.Jan Hubicka1-6/+7
2013-11-19libgcov-driver.c (gcov_exit_merge_summary): Fix setting run_accounted.Jan Hubicka1-1/+1
2013-11-18libgcov-driver.c (get_gcov_dump_complete): Update comments.Jan Hubicka1-29/+39
2013-11-13The patch re-factors libgcov.c to make it better modulelized.Rong Xu1-0/+872