summaryrefslogtreecommitdiff
path: root/libgcc/libgcov-profiler.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* gcov: Fix build on AIXMartin Liska2020-06-031-11/+0
* Make TOPN counter dynamically allocated.Martin Liska2020-06-021-39/+1
* Add __gcov_indirect_call_profiler_v4_atomic.Martin Liska2020-01-271-3/+20
* Fix TOP N counter update.Martin Liska2020-01-221-22/+24
* Smart relaxation of TOP N counter.Martin Liska2020-01-221-16/+14
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska2019-07-031-18/+12
* Support N values in libgcov for single value counter type.Martin Liska2019-07-031-9/+33
* Implement N disk counters for single value and indirect call counters.Martin Liska2019-06-101-18/+15
* Remove indirect call top N counter type.Martin Liska2019-06-071-133/+0
* Bump version of __gcov_indirect_call_profiler function as there was ABI change.Martin Liska2019-01-181-2/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Revert partially changes from r265454 (PR other/87735).Martin Liska2018-10-251-1/+1
* Remove reduntant dumps and make tp_first_run dump more compact.Martin Liska2018-10-241-1/+1
* Fix divergence in indirect profiling (PR gcov-profile/84107).Martin Liska2018-10-041-17/+8
* __gcov_indirect_call_callee can't be null in __gcov_indirect_call_profiler_v2.Martin Liska2018-08-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Speed-up indirect-call instrumentationMartin Liska2017-06-091-0/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Make direct emission of time profiler counterMartin Liska2016-11-031-22/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-10/+10
* Detect whether target can use -fprofile-update=atomicMartin Liska2016-09-061-5/+18
* Add new *_atomic counter update functionMartin Liska2016-08-101-5/+98
* Remove __gcov_indirect_call_profilerMartin Liska2016-08-091-27/+0
* Fix POW2 histogramMartin Liska2016-08-091-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Makefile.in: Fix dependence.Rong Xu2014-10-071-1/+139
* Use -fbuilding-libgcc for more target macros used in libgcc.Joseph Myers2014-09-051-22/+4
* gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu2014-01-081-8/+1
* Update copyright years in libgcc/Richard Sandiford2014-01-021-1/+1
* The patch re-factors libgcov.c to make it better modulelized.Rong Xu2013-11-131-0/+223