This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/binutils-gdb.
from ac0e4b7814 Automatic date update in version.in
adds 9757d0f1c5 Automatic date update in version.in
adds e15c7d2fd1 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_bmk/llvm-release-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards dde9c849 0: init: binutils-gcc-glibc-llvm: 0
new 626532a0 0: init: binutils-gcc-glibc-llvm: 0
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 (dde9c849)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-aarch64 [...]
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 | 166 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 10662 ++--
04-build_abe-stage1/console.log | 13838 +++--
05-build_abe-linux/console.log | 264 +-
06-build_abe-glibc/console.log | 38689 ++++++------
07-build_abe-stage2/console.log | 39564 ++++++------
08-build_llvm-true/console.log | 11704 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 33 +-
09-benchmark/console.log | 157 +-
console.log | 115498 +++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
results_id | 2 +-
14 files changed, 115442 insertions(+), 115567 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 a33e91df289 Daily bump.
new 1fcf995f952 rs6000: New iterator CCEITHER
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/rs6000/rs6000.md | 37 ++++++-------------------------------
2 files changed, 16 insertions(+), 31 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards af31919a 0: update: llvm-linux: all
new 66983439 0: update: llvm-2fb27a25fcb66e33152a278a6c6f284453fe5228: 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 (af31919a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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-build_llvm/console.log | 11642 ++++----
03-build_linux/console.log | 51365 ++++++++++++++++---------------
04-boot_linux/console.log | 2 +-
console.log | 63025 +++++++++++++++++++--------------------
jenkins/manifest.sh | 9 +-
6 files changed, 62890 insertions(+), 63169 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 4000c17fc9b Add a map_range function for applying map_iterator to a range.
new daecbabf55c Reapply "GlobalISel: Avoid producing Illegal copies in RegB [...]
new 34a27682ed0 [InstCombine] Add tests to show missing fold opportunity fo [...]
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:
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 6 +
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 30 ++-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 74 ++++++-
.../GlobalISel/regbankselect-illegal-copy.mir | 18 ++
.../AMDGPU/GlobalISel/regbankselect-phi.mir | 166 +++++++++++---
.../GlobalISel/regbankselect-reg-sequence.mir | 4 +-
.../InstCombine/lshr-and-negC-icmpeq-zero.ll | 238 ++++++++++++++++++++
.../InstCombine/lshr-and-signbit-icmpeq-zero.ll | 236 ++++++++++++++++++++
.../InstCombine/shl-and-negC-icmpeq-zero.ll | 237 ++++++++++++++++++++
.../InstCombine/shl-and-signbit-icmpeq-zero.ll | 237 ++++++++++++++++++++
.../InstCombine/signbit-lshr-and-icmpeq-zero.ll | 242 ++++++++++++++++++++
.../InstCombine/signbit-shl-and-icmpeq-zero.ll | 244 +++++++++++++++++++++
12 files changed, 1697 insertions(+), 35 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-illegal-copy.mir
create mode 100644 test/Transforms/InstCombine/lshr-and-negC-icmpeq-zero.ll
create mode 100644 test/Transforms/InstCombine/lshr-and-signbit-icmpeq-zero.ll
create mode 100644 test/Transforms/InstCombine/shl-and-negC-icmpeq-zero.ll
create mode 100644 test/Transforms/InstCombine/shl-and-signbit-icmpeq-zero.ll
create mode 100644 test/Transforms/InstCombine/signbit-lshr-and-icmpeq-zero.ll
create mode 100644 test/Transforms/InstCombine/signbit-shl-and-icmpeq-zero.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 gcc.
from 88098bd2ed7 2019-06-14 Harald Anlauf <anlauf(a)gmx.de>
new a33e91df289 Daily bump.
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/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.
unknown user pushed a change to branch gcc-9-branch
in repository gcc.
from c90dacf6d74 Reduce code instantiated by filesystem::path::_S_convert_loc
new 4cb0c90073a Daily bump.
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/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.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from ca471482ce8 Daily bump.
new 93fd8418745 Daily bump.
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/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.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 132a89099df Daily bump.
new 602b1ec4a17 Daily bump.
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/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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 0735b091ab Do not emit style escape sequences to log file
new 49455d8bbd Automatic date update in version.in
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:
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.