summaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)Author
2020-03-11value-prof: Fix abs uses in value-prof.c [PR93962]Jakub Jelinek
2020-03-04Fix format warning which showed up on FreeBSD 11.3.Jeff Law
2020-02-18Restore LTO PGO bootstrap after ea0b12523d0d9a9059b5.Martin Liska
2020-02-18Introduce -fprofile-reproducibility and support it with TOP N.Martin Liska
2020-01-28ipa: fix handling of multiple speculations (PR93318)Jan Hubicka
2020-01-16Fix spacing in a dump in value-prof.c.Martin Liska
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-07Remove gimple_call_types_likely_match_p (PR 70929)Martin Jambor
2019-08-23Clean up value-prof.c a bit.Martin Liska
2019-08-13Simplify dump_printf in value-prof.cMartin Liska
2019-08-09Port value profiling to -fopt-info infrastructure.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-12Remove wrong assert about single value profiler.Martin Liska
2019-06-10Update a bit dump format.Martin Liska
2019-06-10Dump histograms only if present.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-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-01-01coverage.c (get_coverage_counts): Use current_function_decl.Jan Hubicka
2019-01-01Update copyright years.Jakub Jelinek
2018-12-19auto-profile.c (afdo_indirect_call): Skip generating histogram value if we ca...Bin Cheng
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-10-04Fix divergence in indirect profiling (PR gcov-profile/84107).Martin Liska
2018-08-01Improve dumping of value profiling transformations.Martin Liska
2018-08-01Add memmove to value profiling.Martin Liska
2018-06-26Introduce dump_location_tDavid Malcolm
2018-06-08Remove MPXMartin Liska
2018-01-23Clean-up IPA profile dump output.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-27value-prof.c (free_hist): Remove call to memset and the enclosing if condition.Prathamesh Kulkarni
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-02-22Remove wrong assert about gcov_type (PR lto/79587).Martin Liska
2017-01-31re PR c++/79267 (internal compiler error with -O3 or -O2 -finline-functions)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-24c-common.c (c_common_truthvalue_conversion): Warn for multiplications in bool...Bernd Edlinger
2016-09-26Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)Martin Liska
2016-08-09Fix usage of POW2 histogramMartin Liska
2016-08-09Fix POW2 histogramMartin Liska
2016-07-14Don't run instrumented value profiler changes with afdoAndi Kleen
2016-01-13re PR middle-end/69156 (gcc.dg/pr59630.c: ICE: verify_gimple failed: non-triv...Jakub Jelinek