summaryrefslogtreecommitdiff
path: root/gcc/predict.def
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-01-17Fix merging of value predictorsJan Hubicka
2024-01-03Update copyright years.Jakub Jelinek
2023-06-30Fix handling of __builtin_expect_with_probability and improve first-match heu...Jan Hubicka
2023-01-02Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-06-02re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig
2019-01-01Update copyright years.Jakub Jelinek
2018-12-31predict.c (set_even_probabilities): Include also unlikely_count in calculation.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-01-23Remove predictors that are unrealiable.Martin Liska
2018-01-19Adjust predictor values according to SPEC2006 and SPEC2017.Martin Liska
2018-01-19Introduce PROB_UNINITIALIZED constant and use it in predict.def.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-07-31Recover GOTO predictor.Jan Hubicka
2017-06-21Make early return predictor more precise.Martin Liska
2017-05-30Fix coding style.Martin Liska
2017-01-10re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka
2017-01-08re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka
2017-01-06re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka
2017-01-01re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-06-26predict-12.c: New testcase.Jan Hubicka
2016-06-25predict.c (predict_paths_leading_to, [...]): Add in_loop parameter.Jan Hubicka
2016-06-25predict.c: Include ipa-utils.hJan Hubicka
2016-06-17Change PRED_LOOP_EXIT from 92 to 85.Martin Liska
2016-06-16Introduce fortran loop preheaderMartin Liska
2016-06-16Add 'Fortran' to display text of all PRED_FORTRAN_*Martin Liska
2016-06-16Fix code emission for FAIL_ALLOC predictorMartin Liska
2016-06-10predict.c (predict_loops): Remove PRED_LOOP_BRANCH.Jan Hubicka
2016-06-07predict.c (predict_iv_comparison): Mention that heuristics is broken.Jan Hubicka
2016-06-05predict.c (predicted_by_loop_heuristics_p): New function.Jan Hubicka
2016-06-02Fix display name of PRED_FORTRAN_FAIL_IOMartin Liska
2016-05-31predict-lop-exit-1.C: Update template for new predictor name.Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-10-26predict.c (PRED_MUDFLAP): Remove.Jeff Law
2013-10-03predict.c (tree_predict_by_opcode): Get the probability for builtin_expect fr...Rong Xu
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-07-26Hot/cold attributes for labels.Richard Henderson
2012-05-08predict.c (find_qualified_ssa_name): NewDehao Chen
2009-11-25Remove trailing white spaces.H.J. Lu