summaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)Author
2020-02-25typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek
2020-01-17Extern -param=max-predicted-iterations range.Jan Hubicka
2020-01-16Make profile estimation more preciseJan Hubicka
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo
2020-01-02re PR ipa/93087 (Bogus `-Wsuggest-attribute=cold` on function already marked ...Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-12-10predict.c (compute_function_frequency): Check for presence of IPA profile.Jan Hubicka
2019-12-10Fix typos in 2 functions.Martin Liska
2019-12-01profile-count.h (profile_count::operator<): Use IPA value for comparsion.Jan Hubicka
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-08-02invoke.texi (hot-bb-count-fraction): Rework description.Eric Botcazou
2019-08-01cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.Eric Botcazou
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska
2019-03-19Fix set of even probabilities (PR middle-end/89737).Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-02Calculate prediction remainder at proper place (PR tree-optimization/88650).Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-12-31predict.c (set_even_probabilities): Include also unlikely_count in calculation.Martin Liska
2018-11-28predict.c (determine_unlikely_bbs): Forward declare...Jan Hubicka
2018-11-08Change wording of __builtin_expect_with_probability errors.Martin Liska
2018-11-05Verify that last argument of __builtin_expect_with_probability is a real cst ...Martin Liska
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-09-03Make __builtin_expect effective in switch statements (PR middle-end/PR59521).Martin Liska
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-15Fix merging of 2 predictors (PR tree-optimization/86925).Martin Liska
2018-08-10Introduce __builtin_expect_with_probability (PR target/83610).Martin Liska
2018-08-10Strip only selected predictors after early tree passes (PR tree-optimization/...Martin Liska
2018-08-07Add malloc predictor (PR middle-end/83023).Martin Liska
2018-08-03Print heuristics probability fraction part with 2 digits.Martin Liska
2018-07-07tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez
2018-03-20Handle -fno-guess-branch-probability properly in predict.c (PR ipa/84825).Martin Liska
2018-03-02predict.c (test_prediction_value_range): Use PROB_UNINITIALIZED instead of -1...Jakub Jelinek
2018-01-25re PR tree-optimization/83055 (ICE in operator>, at profile-count.h:834)Jan Hubicka
2018-01-24cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count to merge probabi...Jan Hubicka
2018-01-23Remove predictors that are unrealiable.Martin Liska
2018-01-23predict.c (probably_never_executed): Only use precise profile info.Jan Hubicka
2018-01-19Introduce PROB_UNINITIALIZED constant and use it in predict.def.Martin Liska
2018-01-19Fix usage of analyze_brprob.py script.Martin Liska
2018-01-13predict.c (determine_unlikely_bbs): Handle correctly BBs which appears in the...Jan Hubicka
2018-01-10re PR rtl-optimization/83575 (ICE: verify_flow_info failed (error: multiple h...Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-12-19re PR middle-end/81914 (gcc 7.1 generates branch for code which was branchles...Jakub Jelinek
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka
2017-11-17predict.c (determine_unlikely_bbs): Set cgraph node count to 0 when entry blo...Jan Hubicka
2017-11-16predict.c (combine_predictions_for_bb): Preserve zero predicted eges.Jan Hubicka