aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.def
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Fix merging of value predictorsJan Hubicka1-0/+10
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-06-30Fix handling of __builtin_expect_with_probability and improve first-match heu...Jan Hubicka1-9/+9
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-06-02re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-0/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-31predict.c (set_even_probabilities): Include also unlikely_count in calculation.Martin Liska1-7/+8
2018-08-10Introduce __builtin_expect_with_probability (PR target/83610).Martin Liska1-0/+5
2018-08-10Strip only selected predictors after early tree passes (PR tree-optimization/...Martin Liska1-1/+1
2018-08-07Add malloc predictor (PR middle-end/83023).Martin Liska1-1/+4
2018-01-23Remove predictors that are unrealiable.Martin Liska1-9/+5
2018-01-19Adjust predictor values according to SPEC2006 and SPEC2017.Martin Liska1-9/+9
2018-01-19Introduce PROB_UNINITIALIZED constant and use it in predict.def.Martin Liska1-4/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-31Recover GOTO predictor.Jan Hubicka1-3/+2
2017-06-21Make early return predictor more precise.Martin Liska1-12/+3
2017-05-30Fix coding style.Martin Liska1-3/+4
2017-01-10re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka1-1/+1
2017-01-08re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka1-1/+1
2017-01-06re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka1-1/+1
2017-01-01re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka1-1/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-06-26predict-12.c: New testcase.Jan Hubicka1-3/+14
2016-06-25predict.c (predict_paths_leading_to, [...]): Add in_loop parameter.Jan Hubicka1-0/+8
2016-06-25predict.c: Include ipa-utils.hJan Hubicka1-0/+3
2016-06-17Change PRED_LOOP_EXIT from 92 to 85.Martin Liska1-1/+1
2016-06-16Introduce fortran loop preheaderMartin Liska1-0/+6
2016-06-16Add 'Fortran' to display text of all PRED_FORTRAN_*Martin Liska1-9/+12
2016-06-16Fix code emission for FAIL_ALLOC predictorMartin Liska1-6/+9
2016-06-10predict.c (predict_loops): Remove PRED_LOOP_BRANCH.Jan Hubicka1-6/+0
2016-06-07predict.c (predict_iv_comparison): Mention that heuristics is broken.Jan Hubicka1-25/+39
2016-06-05predict.c (predicted_by_loop_heuristics_p): New function.Jan Hubicka1-0/+4
2016-06-02Fix display name of PRED_FORTRAN_FAIL_IOMartin Liska1-1/+1
2016-05-31predict-lop-exit-1.C: Update template for new predictor name.Jan Hubicka1-0/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-0/+43
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-26predict.c (PRED_MUDFLAP): Remove.Jeff Law1-3/+0
2013-10-03predict.c (tree_predict_by_opcode): Get the probability for builtin_expect fr...Rong Xu1-1/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-07-26Hot/cold attributes for labels.Richard Henderson1-0/+7
2012-05-08predict.c (find_qualified_ssa_name): NewDehao Chen1-0/+10
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-08-31cold-attribute-1.c: New testcase.Jan Hubicka1-2/+2