summaryrefslogtreecommitdiff
path: root/libgcc/libgcov-profiler.c
AgeCommit message (Expand)Author
2020-01-27Add __gcov_indirect_call_profiler_v4_atomic.Martin Liska
2020-01-22Fix TOP N counter update.Martin Liska
2020-01-22Smart relaxation of TOP N counter.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-07-03Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska
2019-07-03Support N values in libgcov for single value counter type.Martin Liska
2019-06-10Implement N disk counters for single value and indirect call counters.Martin Liska
2019-06-07Remove indirect call top N counter type.Martin Liska
2019-01-18Bump version of __gcov_indirect_call_profiler function as there was ABI change.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-10-25Revert partially changes from r265454 (PR other/87735).Martin Liska
2018-10-24Remove reduntant dumps and make tp_first_run dump more compact.Martin Liska
2018-10-04Fix divergence in indirect profiling (PR gcov-profile/84107).Martin Liska
2018-08-01__gcov_indirect_call_callee can't be null in __gcov_indirect_call_profiler_v2.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-06-09Speed-up indirect-call instrumentationMartin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-11-03Make direct emission of time profiler counterMartin Liska
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-06Detect whether target can use -fprofile-update=atomicMartin Liska
2016-08-10Add new *_atomic counter update functionMartin Liska
2016-08-09Remove __gcov_indirect_call_profilerMartin Liska
2016-08-09Fix POW2 histogramMartin Liska
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-10-07Makefile.in: Fix dependence.Rong Xu
2014-09-05Use -fbuilding-libgcc for more target macros used in libgcc.Joseph Myers
2014-01-08gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu
2014-01-02Update copyright years in libgcc/Richard Sandiford
2013-11-13The patch re-factors libgcov.c to make it better modulelized.Rong Xu