This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7eb5ce7f58e Remove pass counting in VRP.
new 1be18ea110a ipa: Self-DCE of uses of removed call LHSs (PR 108007)
new 14d0c509898 ipa-sra: Allow IPA-SRA in presence of returns which will be [...]
new ed8fe3b1203 ipa-modref: Fix dumping
The 3 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/cgraph.cc | 10 +-
gcc/cgraph.h | 9 +-
gcc/ipa-modref.cc | 6 +-
gcc/ipa-modref.h | 2 +-
gcc/ipa-param-manipulation.cc | 95 +++++++++----
gcc/ipa-param-manipulation.h | 3 +-
gcc/ipa-sra.cc | 247 ++++++++++++++++++++++------------
gcc/testsuite/gcc.dg/ipa/ipa-sra-32.c | 30 +++++
gcc/testsuite/gcc.dg/ipa/ipa-sra-4.c | 4 +-
gcc/testsuite/gcc.dg/ipa/pr108007.c | 32 +++++
gcc/testsuite/gcc.dg/ipa/pr110378-4.c | 50 +++++++
gcc/tree-inline.cc | 28 ++--
12 files changed, 387 insertions(+), 129 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/ipa-sra-32.c
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr108007.c
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr110378-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk-code_size-cpu2017fast/gnu-aarch64-master-Os
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_size-cpu2017fast/gnu-aarch64-master-Os.
discards 155f104a onsuccess: #92: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
discards 49449b26 onsuccess: #91: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
discards 4b435543 onsuccess: #90: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
discards a1f88d9b force: #89: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk-c [...]
discards 8c57a910 force: #88: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk-c [...]
discards c2b2c1bb onsuccess: #85: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
discards 91f4d729 onsuccess: #81: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new a52cea34 onsuccess: #81: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new ec1445b9 onsuccess: #85: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new 681a933b force: #88: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk-c [...]
new 7d3d1f21 force: #89: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk-c [...]
new 248558af onsuccess: #90: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new 0d988a62 onsuccess: #91: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new 2fbcd1d1 onsuccess: #92: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (155f104a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk-code_size-cpu2017fas [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 7 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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.