aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka1-3/+4
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-45/+68
2017-06-27predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro...Jakub Jelinek1-1/+1
2017-06-21Rework cold and hot label attributes in predict.c.Martin Liska1-23/+0
2017-06-21Make early return predictor more precise.Martin Liska1-41/+0
2017-06-16predict.c (force_edge_cold): Handle declaring edges impossible more aggresively.Jan Hubicka1-1/+32
2017-06-10predict.c (drop_profile): Also drop individual bb/edge and cgraph edge counts.Jan Hubicka1-9/+34
2017-06-09* predict.c (unlikely_executed_stmt_p): Cleanup.Jan Hubicka1-1/+1
2017-06-09* predict.c (unlikely_executed_stmt_p): Cleanup.Jan Hubicka1-2/+3
2017-06-09Come up with selftests for predict.c.Martin Liska1-0/+44
2017-06-08predict.c (unlikely_executed_edge_p): Move ahead.Jan Hubicka1-9/+11
2017-06-08cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.Jan Hubicka1-3/+2
2017-06-08predict.c (maybe_hot_bb_p): Do not check profile status.Jan Hubicka1-20/+223
2017-06-06predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.Jan Hubicka1-3/+18
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-76/+70
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-7/+7
2017-05-14use auto_bitmap moreTrevor Saunders1-14/+5
2017-01-06re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka1-1/+1
2017-01-06Fix lto-bootstrap (PR bootstrap/79003).Martin Liska1-1/+1
2017-01-01re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka1-1/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-18re PR middle-end/65950 (exit in main is causing the path to it to become unli...Andrew Pinski1-1/+18
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek1-3/+1
2016-09-14Add braces to a condition in predict.c (PR middle-end/77574)Bernd Edlinger1-1/+1
2016-08-17gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p instead of testi...Jakub Jelinek1-2/+1
2016-07-27predict.c (set_even_probabilities): Make nedges unsigned.Richard Biener1-1/+1
2016-07-27predict.c: merge multi-edgesMartin Liska1-10/+63
2016-07-13use auto_vec for more local variablesTrevor Saunders1-3/+1
2016-06-28re PR middle-end/66867 (Suboptimal code generation for atomic_compare_exchange)Jakub Jelinek1-0/+19
2016-06-26predict-12.c: New testcase.Jan Hubicka1-15/+103
2016-06-25predict.c (predict_paths_leading_to, [...]): Add in_loop parameter.Jan Hubicka1-11/+91
2016-06-25predict.c: Include ipa-utils.hJan Hubicka1-0/+5
2016-06-23re PR middle-end/71619 (ICE: in predict_loops, at predict.c:1772 with --param...Martin Liska1-1/+5
2016-06-21s/imposisble/impossible in predict.cMartin Liska1-3/+3
2016-06-16Fix finding of a first match predictorMartin Liska1-12/+18
2016-06-15Fix obvious typo in predict.cMartin Liska1-2/+2
2016-06-13Change enum value to not to clash with a MSP430 private enumMartin Liska1-14/+14
2016-06-10predict.c (predict_loops): Remove PRED_LOOP_BRANCH.Jan Hubicka1-12/+0
2016-06-09Add edge predictions pruningMartin Liska1-20/+164
2016-06-09Introduce filtering for edge_predictions.Martin Liska1-8/+29
2016-06-08predict.c (pass_strip_predict_hints::execute): Cleanup CFG if some statements...Jan Hubicka1-1/+4
2016-06-07predict.c (predict_iv_comparison): Mention that heuristics is broken.Jan Hubicka1-1/+2
2016-06-05predict.c (predicted_by_loop_heuristics_p): New function.Jan Hubicka1-21/+57
2016-06-02Fix first match heuristicsMartin Liska1-1/+1
2016-05-31predict-lop-exit-1.C: Update template for new predictor name.Jan Hubicka1-4/+5
2016-05-30predict.h (force_edge_cold): Declare.Jan Hubicka1-0/+96
2016-05-29* predict.c (maybe_hot_frequency_p): Avoid division.Jan Hubicka1-2/+2
2016-05-28profile.c (compute_branch_probabilities): Do not report hitrates here.Jan Hubicka1-4/+4
2016-05-28predict.c (edge_predicted_by_p): New function.Jan Hubicka1-1/+29