lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore R16 instead of push + pop.
[gcc.git] / libgcc / libgcov-driver.c
2016-09-27 Martin Liskagcov: dump in a static dtor instead of in an atexit...
2016-06-02 Aaron ConoleOn behalf of Aaron Conole <aconole@redhat.com>
2016-01-04 Jakub JelinekUpdate copyright years.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-10-08 Rong XuAdd overlap functionality to gcov-tool.
2014-10-07 Rong XuMakefile.in: Fix dependence.
2014-09-17 Nathan SidwellMakefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...
2014-08-07 Nathan SidwellMakefile.in (LIBGCOV_INTERFACE): Move _gcov_dump ...
2014-08-01 Nathan SidwellMakefile.in (LIBGCOV_MERGE, [...]): Reformat.
2014-07-29 Nathan Sidwelllibgcov.h: Move renaming of entry points to lib gcov...
2014-07-27 Nathan Sidwelllibgcov-driver.c (struct gcov_filename_aux): Rename ...
2014-07-25 Nathan Sidwelllibgcov-driver.c (set_gcov_dump_complete, [...]): Remov...
2014-07-23 Nathan Sidwellgcov-tool.c (gcov_list): Declare here.
2014-07-11 Rong XuAdd gcov-tool: an offline gcda profile processing tool...
2014-05-22 Teresa Johnsongcov-io.c (gcov_position): Use gcov_nonruntime_assert.
2014-01-09 Rong Xulibgcov-driver.c (this_prg): make it local to save...
2014-01-08 Rong Xugcov-io.c (gcov_var): Move from gcov-io.h.
2014-01-02 Richard SandifordUpdate copyright years in libgcc/
2013-11-19 Jan Hubickalibgcov-driver.c (run_accounted): Make global level...
2013-11-19 Jan Hubickalibgcov-driver.c (gcov_exit_merge_summary): Fix setting...
2013-11-18 Jan Hubickalibgcov-driver.c (get_gcov_dump_complete): Update comments.
2013-11-13 Rong XuThe patch re-factors libgcov.c to make it better module...