aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-profile.c
AgeCommit message (Expand)Author
2019-11-15Fix comments typoXiong Hu Luo
2019-11-12Remove gcc/params.* files.Martin Liska
2019-08-23Clean up value-prof.c a bit.Martin Liska
2019-07-03Rename SINGE_VALUE to TOPN_VALUES counters.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-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska
2019-01-18Bump version of __gcov_indirect_call_profiler function as there was ABI change.Martin Liska
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 * coverage.c (get_coverage_counts): Use current_function_decl.Jan Hubicka
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-30Call decl_default_tls_model with a proper type (PR gcov-profile/88279).Alexander Monakov
2018-11-12Instrument only selected files (PR gcov-profile/87442).Martin Liska
2018-10-04Fix divergence in indirect profiling (PR gcov-profile/84107).Martin Liska
2018-01-23Clean-up IPA profile dump output.Martin Liska
2018-01-03 Update copyright years.Jakub Jelinek
2017-08-08.Martin Liska
2017-06-29 * asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-12Create an extra BB in profile-generate (PR tree-optimization/81041).Martin Liska
2017-06-09Speed-up indirect-call instrumentationMartin Liska
2017-01-20Do not declare artificial variables in tree-profile.c to have a definition (P...Martin Liska
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-29Make one extra BB to prevent PHI argument clash (PRMartin Liska
2016-11-14Introduce -fprofile-update=prefer-atomicMartin Liska
2016-11-07time_profiler: Set proper type to time_profiler_counter_ptr.Martin Liska
2016-11-03Make direct emission of time profiler counterMartin Liska
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-26Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)Martin Liska
2016-09-06Detect whether target can use -fprofile-update=atomicMartin Liska
2016-08-17Do not use LONG_LONG_TYPE_SIZE in #if macro conditionMartin Liska
2016-08-10Add new *_atomic counter update functionMartin Liska
2016-08-10Cherry-pick fprofile-generate-atomic from google/gcc-4_9Martin Liska
2016-07-28Introduce no_profile_instrument_function attributeMartin Liska
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-162015-10-16 Richard Biener <rguenther@suse.de>Richard Biener
2015-10-12 * tree-profile.c (tree_profiling): Do not clearJan Hubicka
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-252015-06-25 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-01-14 * tree-profile.c (init_ic_make_global_vars): Drop workaroundJan Hubicka
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-01 * gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek