aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1707/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-02Implement -fprofile-prefix-map.Martin Liska1-0/+4
2021-11-28Compare guessed and feedback frequencies during profile feedback stream-inJan Hubicka1-5/+73
2021-11-15Use 'location_hash' for 'seen_locations' in 'gcc/profile.c:branch_prob'Thomas Schwinge1-1/+2
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-2/+1
2021-01-22Drop time profile for multi-threaded training run.Martin Liska1-2/+10
2021-01-12gcov: add more debugging facilityMartin Liska1-0/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-23gcov: fix streaming corruptionMartin Liska1-3/+3
2020-09-17profile: clarify comment around histogram formatSergei Trofimovich1-1/+1
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-06-02Make TOPN counter dynamically allocated.Martin Liska1-31/+39
2020-01-22Smart relaxation of TOP N counter.Martin Liska1-1/+9
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10Turn tp_first_run counts back to 32bit values.Jan Hubicka1-3/+10
2019-12-08Fix overflows in -fprofile-reorder-functionsJan Hubicka1-1/+2
2019-12-05cgraphclones.c (localize_profile): New function.Jan Hubicka1-6/+23
2019-08-23Clean up value-prof.c a bit.Martin Liska1-7/+7
2019-07-25Generalize get_most_common_single_value to return n_th value & countXiong Hu Luo1-0/+40
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-07-03Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska1-2/+2
2019-06-07Remove indirect call top N counter type.Martin Liska1-1/+0
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01coverage.c (get_coverage_counts): Use current_function_decl.Jan Hubicka1-104/+146
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-17coverage.c (struct conts_entry): Add n_counts.Jan Hubicka1-2/+3
2018-11-30coverage.c (get_coverage_counts): Use from_function_decl for precise function...Indu Bhagat1-3/+11
2018-11-27Fix missing dump_impl_location_t values, using a new dump_metadata_tDavid Malcolm1-1/+1
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-109/+7
2018-07-31GCOV: add cache for streamed locations.Martin Liska1-8/+83
2018-07-31Fix GCOV CFG related issues.Martin Liska1-9/+20
2018-06-26Introduce dump_location_tDavid Malcolm1-4/+10
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka1-2/+6
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-43/+11
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-5/+0
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-6/+8
2017-06-16profile.c (compare_freqs): New function.Jan Hubicka1-16/+24
2017-06-09profile.c (edge_gcov_counts): Turn to pointer.Jan Hubicka1-1/+0
2017-06-09profile.c (edge_gcov_counts): Turn to pointer.Jan Hubicka1-2/+4
2017-06-06profile.c (compute_branch_probabilities): Also initialize EXIT_BLOCK profile.Jan Hubicka1-1/+1
2017-06-05invoke.texi: Document the -fprofile-abs-path option.Bernd Edlinger1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-41/+63
2017-04-28Make gcno more precise about BBs really belonging to a line (PR gcov-profile/...Martin Liska1-21/+18
2017-04-28gcno file: do not stream block flags (PR gcov-profile/80031).Martin Liska1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-03Make direct emission of time profiler counterMartin Liska1-10/+4