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