This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df2f0d60e6b rs6000: Implement [u]avg<mode>3_ceil new 096bdef978d * cgraphunit.c (symbol_table::process_new_functions): Call [...] new 34f0543c9af * symbols-summary.h (fast_function_summary<T *, V>::releas [...] new 073e8b082fb * config/arc/arc.c (hwloop_optimize): Add missing space in [...] new 922773eec46 * gimplify.h (omp_construct_selector_matches): Declare. * [...]
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: gcc/ChangeLog | 72 +++++ gcc/c-family/ChangeLog | 7 + gcc/c-family/c-attribs.c | 6 + gcc/c-family/c-common.h | 1 - gcc/c-family/c-omp.c | 188 ------------- gcc/c/ChangeLog | 9 + gcc/c/c-decl.c | 8 +- gcc/c/c-parser.c | 2 +- gcc/cgraphunit.c | 5 +- gcc/config/arc/arc.c | 6 +- gcc/config/rx/rx.c | 2 +- gcc/cp/ChangeLog | 9 + gcc/cp/call.c | 2 +- gcc/cp/decl2.c | 8 +- gcc/genemit.c | 2 +- gcc/gimplify.c | 102 +++++++ gcc/gimplify.h | 2 + gcc/ipa-cp.c | 11 +- gcc/ipa-fnsummary.c | 151 ++++++----- gcc/ipa-fnsummary.h | 63 ++++- gcc/ipa-icf.c | 4 +- gcc/ipa-inline-analysis.c | 9 +- gcc/ipa-inline-transform.c | 8 +- gcc/ipa-inline.c | 55 ++-- gcc/ipa-prop.h | 2 +- gcc/ipa-sra.c | 8 +- gcc/lto/ChangeLog | 5 + gcc/lto/lto-partition.c | 6 +- gcc/lto/lto.c | 4 +- gcc/omp-general.c | 298 +++++++++++++++++++++ gcc/omp-general.h | 3 + gcc/plugin.c | 6 +- gcc/symbol-summary.h | 4 + gcc/testsuite/ChangeLog | 4 + .../c-c++-common/gomp/declare-variant-8.c | 125 +++++++++ gcc/tree-ssa-loop-ch.c | 2 +- gcc/tree-vect-data-refs.c | 2 +- 37 files changed, 869 insertions(+), 332 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-variant-8.c