Age | Commit message (Expand) | Author | Files | Lines |
2020-09-23 | gcov: fix streaming corruption | Martin Liska | 1 | -3/+3 |
2020-09-17 | profile: clarify comment around histogram format | Sergei Trofimovich | 1 | -1/+1 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-06-02 | Make TOPN counter dynamically allocated. | Martin Liska | 1 | -31/+39 |
2020-01-22 | Smart relaxation of TOP N counter. | Martin Liska | 1 | -1/+9 |
2020-01-14 | hash-table.h: support non-zero empty values in empty_slow (v2) | David Malcolm | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-10 | Turn tp_first_run counts back to 32bit values. | Jan Hubicka | 1 | -3/+10 |
2019-12-08 | Fix overflows in -fprofile-reorder-functions | Jan Hubicka | 1 | -1/+2 |
2019-12-05 | cgraphclones.c (localize_profile): New function. | Jan Hubicka | 1 | -6/+23 |
2019-08-23 | Clean up value-prof.c a bit. | Martin Liska | 1 | -7/+7 |
2019-07-25 | Generalize get_most_common_single_value to return n_th value & count | Xiong Hu Luo | 1 | -0/+40 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-07-03 | Rename SINGE_VALUE to TOPN_VALUES counters. | Martin Liska | 1 | -2/+2 |
2019-06-07 | Remove indirect call top N counter type. | Martin Liska | 1 | -1/+0 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | coverage.c (get_coverage_counts): Use current_function_decl. | Jan Hubicka | 1 | -104/+146 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-17 | coverage.c (struct conts_entry): Add n_counts. | Jan Hubicka | 1 | -2/+3 |
2018-11-30 | coverage.c (get_coverage_counts): Use from_function_decl for precise function... | Indu Bhagat | 1 | -3/+11 |
2018-11-27 | Fix missing dump_impl_location_t values, using a new dump_metadata_t | David Malcolm | 1 | -1/+1 |
2018-09-21 | Remove arc profile histogram in non-LTO mode. | Martin Liska | 1 | -109/+7 |
2018-07-31 | GCOV: add cache for streamed locations. | Martin Liska | 1 | -8/+83 |
2018-07-31 | Fix GCOV CFG related issues. | Martin Liska | 1 | -9/+20 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -4/+10 |
2018-06-05 | Simplify gcov_histogram as it's used only for ARCS counters. | Martin Liska | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-14 | auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count. | Jan Hubicka | 1 | -2/+6 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -43/+11 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -5/+0 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -6/+8 |
2017-06-16 | profile.c (compare_freqs): New function. | Jan Hubicka | 1 | -16/+24 |
2017-06-09 | profile.c (edge_gcov_counts): Turn to pointer. | Jan Hubicka | 1 | -1/+0 |
2017-06-09 | profile.c (edge_gcov_counts): Turn to pointer. | Jan Hubicka | 1 | -2/+4 |
2017-06-06 | profile.c (compute_branch_probabilities): Also initialize EXIT_BLOCK profile. | Jan Hubicka | 1 | -1/+1 |
2017-06-05 | invoke.texi: Document the -fprofile-abs-path option. | Bernd Edlinger | 1 | -1/+1 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -41/+63 |
2017-04-28 | Make gcno more precise about BBs really belonging to a line (PR gcov-profile/... | Martin Liska | 1 | -21/+18 |
2017-04-28 | gcno file: do not stream block flags (PR gcov-profile/80031). | Martin Liska | 1 | -2/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-03 | Make direct emission of time profiler counter | Martin Liska | 1 | -10/+4 |
2016-09-27 | re PR gcov-profile/46266 (gcov generates data for non-existing file <built-in>) | Martin Liska | 1 | -5/+4 |
2016-09-26 | Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332) | Martin Liska | 1 | -4/+0 |
2016-06-10 | profile.c: Include cfgloop.h. | Jan Hubicka | 1 | -0/+13 |
2016-06-03 | tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid use of pro... | Jan Hubicka | 1 | -4/+7 |
2016-05-28 | profile.c (compute_branch_probabilities): Do not report hitrates here. | Jan Hubicka | 1 | -2/+2 |
2016-04-17 | predict.c (combine_predictions_for_bb): Add dry_run parmaeter. | Jan Hubicka | 1 | -0/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -15/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+9 |