summaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)Author
2020-01-22Smart relaxation of TOP N counter.Martin Liska
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-12-10Turn tp_first_run counts back to 32bit values.Jan Hubicka
2019-12-08Fix overflows in -fprofile-reorder-functionsJan Hubicka
2019-12-05cgraphclones.c (localize_profile): New function.Jan Hubicka
2019-08-23Clean up value-prof.c a bit.Martin Liska
2019-07-25Generalize get_most_common_single_value to return n_th value & countXiong Hu Luo
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska
2019-06-07Remove indirect call top N counter type.Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01coverage.c (get_coverage_counts): Use current_function_decl.Jan Hubicka
2019-01-01Update copyright years.Jakub Jelinek
2018-12-17coverage.c (struct conts_entry): Add n_counts.Jan Hubicka
2018-11-30coverage.c (get_coverage_counts): Use from_function_decl for precise function...Indu Bhagat
2018-11-27Fix missing dump_impl_location_t values, using a new dump_metadata_tDavid Malcolm
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-07-31GCOV: add cache for streamed locations.Martin Liska
2018-07-31Fix GCOV CFG related issues.Martin Liska
2018-06-26Introduce dump_location_tDavid Malcolm
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-16profile.c (compare_freqs): New function.Jan Hubicka
2017-06-09profile.c (edge_gcov_counts): Turn to pointer.Jan Hubicka
2017-06-09profile.c (edge_gcov_counts): Turn to pointer.Jan Hubicka
2017-06-06profile.c (compute_branch_probabilities): Also initialize EXIT_BLOCK profile.Jan Hubicka
2017-06-05invoke.texi: Document the -fprofile-abs-path option.Bernd Edlinger
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-04-28Make gcno more precise about BBs really belonging to a line (PR gcov-profile/...Martin Liska
2017-04-28gcno file: do not stream block flags (PR gcov-profile/80031).Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-11-03Make direct emission of time profiler counterMartin Liska
2016-09-27re PR gcov-profile/46266 (gcov generates data for non-existing file <built-in>)Martin Liska
2016-09-26Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)Martin Liska
2016-06-10profile.c: Include cfgloop.h.Jan Hubicka
2016-06-03tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid use of pro...Jan Hubicka
2016-05-28profile.c (compute_branch_probabilities): Do not report hitrates here.Jan Hubicka
2016-04-17predict.c (combine_predictions_for_bb): Add dry_run parmaeter.Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod