This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 8c682f3d9 0: update: gcc-d9f9a289e04cbff016f88e4622ed683773b03468: -5
new 746aa8e76 0: update: gcc-f825856aed4915b2bba66ea1d086236445fdd246: -5
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 (8c682f3d9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 1 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:
01-reset_artifacts/console.log | 137 +-
02-prepare_abe/console.log | 204 +-
03-build_abe-bootstrap_O3/console.log | 66705 +++++++++++++++----------------
console.log | 67046 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
5 files changed, 67081 insertions(+), 67021 deletions(-)
--
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.
unknown user pushed a change to branch master
in repository llvm.
from da1c0f6889a [LFTR] Use SCEVExpander for the pointer limit case instead [...]
new f042a1d6e6e Try to XFAIL mri-utf8.test on Mac
new 895cff45556 [LoopBase] Strengthen isLoopExiting by requiring that BB mu [...]
new 68d24f572ea Teach ValueTracking that aarch64.irg result aliases its input.
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:
include/llvm/Analysis/LoopInfo.h | 3 ++-
lib/Analysis/ValueTracking.cpp | 3 ++-
test/Analysis/ValueTracking/aarch64.irg.ll | 18 ++++++++++++++
test/tools/llvm-ar/mri-utf8.test | 39 ++++++++++++++++--------------
4 files changed, 43 insertions(+), 20 deletions(-)
create mode 100644 test/Analysis/ValueTracking/aarch64.irg.ll
--
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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 5265b7e5 [clang-tidy] new check: bugprone-posix-return
new e5186b55 Fixed a link in ReleaseNotes.rst (follow-up to r365007)
The 1 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:
docs/ReleaseNotes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_kernel/gnu-release-arm-lts-allmodconfig
in repository toolchain/ci/gcc.
from fc0fef93fb1 Daily bump.
adds 74887405157 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_kernel/gnu-release-arm-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from cd40594f59 Ensure that debug information for ARM security functions is [...]
adds 2ab3145b4f Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_kernel/gnu-release-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 100726aa0 0: update: binutils-gcc-linux: all
new 4898d0973 0: update: binutils-gcc-linux: all
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 (100726aa0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 1 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:
01-reset_artifacts/console.log | 16 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10564 +++++++------
04-build_abe-stage1/console.log | 17482 +++++++++++----------
05-build_linux/console.log | 660 +-
06-boot_linux/console.log | 2 +-
console.log | 29160 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 29091 insertions(+), 29243 deletions(-)
--
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.
unknown user pushed a change to branch master
in repository llvm.
from 9a6b61c6ab4 [AMDGPU] Kernel arg metadata: added support for "__hip_text [...]
new da1c0f6889a [LFTR] Use SCEVExpander for the pointer limit case instead [...]
The 1 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:
lib/Transforms/Scalar/IndVarSimplify.cpp | 15 +++++----------
test/Transforms/IndVarSimplify/2011-11-01-lftrptr.ll | 8 ++++----
.../IndVarSimplify/lftr-address-space-pointers.ll | 6 ++----
test/Transforms/IndVarSimplify/lftr-dead-ivs.ll | 6 +++---
test/Transforms/IndVarSimplify/lftr-pr41998.ll | 4 ++--
test/Transforms/IndVarSimplify/lftr-reuse.ll | 7 +++----
6 files changed, 19 insertions(+), 27 deletions(-)
--
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.
unknown user pushed a change to branch master
in repository gcc.
from fec35c88106 [Darwin] Revise pie,no-pie and rdynamic driver specs.
new 2490bba4cae [AArch64] Remove constraint strings from define_expand constructs
The 1 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 | 10 +
gcc/config/aarch64/aarch64-simd.md | 506 ++++++++++++++++++-------------------
gcc/config/aarch64/aarch64-sve.md | 3 +-
gcc/config/aarch64/aarch64.md | 197 ++++++++-------
gcc/config/aarch64/atomics.md | 36 +--
5 files changed, 382 insertions(+), 370 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.