]> git.ipfire.org Git - thirdparty/gcc.git/history - libgcc/libgcov-profiler.c
Update copyright years.
[thirdparty/gcc.git] / libgcc / libgcov-profiler.c
2021-01-04  Jakub JelinekUpdate copyright years.
2020-06-03  Martin Liskagcov: Fix build on AIX
2020-06-02  Martin LiskaMake TOPN counter dynamically allocated.
2020-01-27  Martin LiskaAdd __gcov_indirect_call_profiler_v4_atomic.
2020-01-22  Martin LiskaFix TOP N counter update.
2020-01-22  Martin LiskaSmart relaxation of TOP N counter.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-07-03  Martin LiskaRename SINGE_VALUE to TOPN_VALUES counters.
2019-07-03  Martin LiskaSupport N values in libgcov for single value counter...
2019-06-10  Martin LiskaImplement N disk counters for single value and indirect...
2019-06-07  Martin LiskaRemove indirect call top N counter type.
2019-01-18  Martin LiskaBump version of __gcov_indirect_call_profiler function...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-25  Martin LiskaRevert partially changes from r265454 (PR other/87735).
2018-10-24  Martin LiskaRemove reduntant dumps and make tp_first_run dump more...
2018-10-04  Martin LiskaFix divergence in indirect profiling (PR gcov-profile...
2018-08-01  Martin Liska__gcov_indirect_call_callee can't be null in __gcov_ind...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-06-09  Martin LiskaSpeed-up indirect-call instrumentation
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-03  Martin LiskaMake direct emission of time profiler counter
2016-10-13  Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-09-06  Martin LiskaDetect whether target can use -fprofile-update=atomic
2016-08-10  Martin LiskaAdd new *_atomic counter update function
2016-08-09  Martin LiskaRemove __gcov_indirect_call_profiler
2016-08-09  Martin LiskaFix POW2 histogram
2016-01-04  Jakub JelinekUpdate copyright years.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-10-07  Rong XuMakefile.in: Fix dependence.
2014-09-05  Joseph MyersUse -fbuilding-libgcc for more target macros used in...
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-13  Rong XuThe patch re-factors libgcov.c to make it better module...