This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1ae144e91f4 Check whether any statements need masking (PR 83922) new 041d9b52837 Fix usage of analyze_brprob.py script. new 8d7738e18ac Introduce PROB_UNINITIALIZED constant and use it in predict.def. new 2bbcff9a18f Adjust predictor values according to SPEC2006 and SPEC2017. new 380b366879b Fix test-suite fallout.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: contrib/ChangeLog | 5 ++ contrib/analyze_brprob.py | 103 +++++++++++++++++++++++++++------------ gcc/ChangeLog | 31 ++++++++++++ gcc/predict.c | 19 +++++++- gcc/predict.def | 26 +++++----- gcc/predict.h | 1 + gcc/profile-count.h | 5 ++ gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/gcc.dg/predict-1.c | 2 +- gcc/testsuite/gcc.dg/predict-3.c | 2 +- gcc/testsuite/gcc.dg/predict-5.c | 2 +- gcc/testsuite/gcc.dg/predict-6.c | 2 +- gcc/testsuite/gcc.dg/predict-9.c | 4 +- 13 files changed, 159 insertions(+), 51 deletions(-)