aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-3/+2
2021-06-15Handle multiple latches in irreducible region markRichard Biener1-2/+1
2021-04-23First do add_noreturn_fake_exit_edges in connect_infinite_loops_to_exitRichard Biener1-2/+0
2021-04-23tree-optimization/100222 - remove redundant mark_irreducible_loops callsRichard Biener1-4/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-13remove almost all users of gimple_expr_codeRichard Biener1-1/+1
2020-10-26Implement three-level optimize_for_size predicatesJan Hubicka1-14/+51
2020-09-24add move CTOR to auto_vec, use auto_vec for get_loop_exit_edgesRichard Biener1-7/+2
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-08-11Do not combine PRED_LOOP_GUARD and PRED_LOOP_GUARD_WITH_RECURSIONJan Hubicka1-5/+31
2020-08-10Fix remove_predictions_associated_with_edgeJan Hubicka1-7/+8
2020-08-01Cap frequency of recursive calls by 90%Jan Hubicka1-1/+24
2020-02-25typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek1-1/+1
2020-01-17Extern -param=max-predicted-iterations range.Jan Hubicka1-1/+2
2020-01-16Make profile estimation more preciseJan Hubicka1-56/+45
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo1-1/+0
2020-01-02re PR ipa/93087 (Bogus `-Wsuggest-attribute=cold` on function already marked ...Jakub Jelinek1-4/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10predict.c (compute_function_frequency): Check for presence of IPA profile.Jan Hubicka1-5/+3
2019-12-10Fix typos in 2 functions.Martin Liska1-4/+3
2019-12-01profile-count.h (profile_count::operator<): Use IPA value for comparsion.Jan Hubicka1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-10/+10
2019-08-02invoke.texi (hot-bb-count-fraction): Rework description.Eric Botcazou1-3/+7
2019-08-01cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.Eric Botcazou1-36/+30
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-19/+19
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+4
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska1-2/+2
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-1/+1
2019-03-19Fix set of even probabilities (PR middle-end/89737).Martin Liska1-3/+14
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-3/+3
2019-01-02Calculate prediction remainder at proper place (PR tree-optimization/88650).Martin Liska1-7/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-31predict.c (set_even_probabilities): Include also unlikely_count in calculation.Martin Liska1-3/+12
2018-11-28predict.c (determine_unlikely_bbs): Forward declare...Jan Hubicka1-10/+37
2018-11-08Change wording of __builtin_expect_with_probability errors.Martin Liska1-4/+4
2018-11-05Verify that last argument of __builtin_expect_with_probability is a real cst ...Martin Liska1-0/+12
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-4/+5
2018-09-03Make __builtin_expect effective in switch statements (PR middle-end/PR59521).Martin Liska1-20/+80
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-3/+5
2018-08-15Fix merging of 2 predictors (PR tree-optimization/86925).Martin Liska1-3/+8
2018-08-10Introduce __builtin_expect_with_probability (PR target/83610).Martin Liska1-52/+110
2018-08-10Strip only selected predictors after early tree passes (PR tree-optimization/...Martin Liska1-31/+69
2018-08-07Add malloc predictor (PR middle-end/83023).Martin Liska1-0/+12
2018-08-03Print heuristics probability fraction part with 2 digits.Martin Liska1-1/+1
2018-07-07tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez1-1/+2
2018-03-20Handle -fno-guess-branch-probability properly in predict.c (PR ipa/84825).Martin Liska1-0/+3
2018-03-02predict.c (test_prediction_value_range): Use PROB_UNINITIALIZED instead of -1...Jakub Jelinek1-1/+1
2018-01-25re PR tree-optimization/83055 (ICE in operator>, at profile-count.h:834)Jan Hubicka1-13/+10