]> git.ipfire.org Git - thirdparty/gcc.git/history - libgcc/libgcov-driver.c
combine: Fix ICE in try_combine on pr112494.c [PR112560]
[thirdparty/gcc.git] / libgcc / libgcov-driver.c
2024-01-03  Jakub JelinekUpdate copyright years.
2023-01-16  Jakub JelinekUpdate copyright years.
2022-10-12  Martin Liskagcov: rename gcov_write_summary
2022-05-02  Martin Liskalibgcov: add ATTRIBUTE_UNUSED for dump_string
2022-04-28  Sebastian Hubergcov: Add __gcov_filename_to_gcfn()
2022-04-28  Sebastian Hubergcov: Add open mode parameter to gcov_do_dump()
2022-01-17  Martin LiskaManual changes for .cc renaming.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-13  Martin Liskagcov: make profile merging smarter
2021-08-06  Sebastian Hubergcov: Remove <stdint.h> from libgcov-driver.c
2021-08-06  Sebastian Hubergcov: Add __gcov_info_to_gdca()
2021-05-13  marxingcov: Use system IO buffering
2021-05-10  Martin LiskaUse genversion to generate version.h.
2021-04-29  Eric BotcazouAdd parallelism support to gcov for MinGW platforms
2021-03-04  Martin Liskaprofiling: fix streaming of TOPN counters
2021-03-03  Martin Liskagcov: use mmap pools for KVP.
2021-01-04  Jakub JelinekUpdate copyright years.
2020-09-22  Sergei Trofimovichgcov: fix TOPN streaming from shared libraries
2020-07-31  Martin Liskalibgcov: support overloaded malloc
2020-07-02  Martin LiskaDo not stream all zeros for gcda files.
2020-06-25  Martin Liskagcov-tool: fix merge operation for summary
2020-06-09  Martin Liskalibgcov: fix TOPN type casting
2020-06-02  Martin LiskaMake TOPN counter dynamically allocated.
2020-01-23  Martin LiskaRemove wrong bail out in prune_topn_counter.
2020-01-22  Martin LiskaSmart relaxation of TOP N counter.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-06-07  Martin LiskaRemove indirect call top N counter type.
2019-01-18  Martin LiskaUpdate error message prefix in libgcov profiling.
2019-01-18  Martin LiskaDescribe better version mismatch in libgcov driver.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-09-21  Martin LiskaRemove arc profile histogram in non-LTO mode.
2018-06-07  Martin LiskaFix compilation of libgcov with GCOV_LOCKED=0.
2018-06-07  Martin LiskaFix libgcov-driver-system bootstrap failure (PR bootstr...
2018-06-05  Martin LiskaSimplify gcov_histogram as it's used only for ARCS...
2018-05-29  Martin Liskalibgcov: report about a different timestamp (PR gcov...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-04-18  Martin LiskaValidate that destination gcov file does not exist...
2017-01-01  Jakub JelinekUpdate copyright years.
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...