This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b10d8303590 2019-05-09 Paolo Carlini paolo.carlini@oracle.com new 6b33947d4a0 Support profile (BB counts and edge probabilities) in GIMPLE FE. new 4fba5dda7c8 Support {MIN,MAX}_EXPR in GIMPLE FE.
The 2 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: gcc/ChangeLog | 23 ++++ gcc/c/ChangeLog | 29 +++++ gcc/c/c-parser.c | 3 +- gcc/c/c-tree.h | 2 + gcc/c/gimple-parser.c | 221 +++++++++++++++++++++++++++++++++---- gcc/c/gimple-parser.h | 3 +- gcc/gimple-pretty-print.c | 28 ++++- gcc/params.def | 6 + gcc/predict.c | 4 +- gcc/profile-count.c | 88 ++++++++------- gcc/profile-count.h | 22 +++- gcc/testsuite/ChangeLog | 9 ++ gcc/testsuite/gcc.dg/gimplefe-37.c | 27 +++++ gcc/testsuite/gcc.dg/gimplefe-38.c | 27 +++++ gcc/testsuite/gcc.dg/gimplefe-39.c | 21 ++++ gcc/tree-cfg.c | 26 ++++- 16 files changed, 466 insertions(+), 73 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gimplefe-37.c create mode 100644 gcc/testsuite/gcc.dg/gimplefe-38.c create mode 100644 gcc/testsuite/gcc.dg/gimplefe-39.c