This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ef94c9caff6 AMDGPU/GlobalISel: Selection for fminnum/fmaxnum
new 3f1090fd927 AMDGPU: Attempt to fix bot error
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:
test/CodeGen/AMDGPU/split-arg-dbg-value.ll | 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/llvm-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 38aa4edb 2: update: llvm-linux: 25
new 9d136e10 2: update: llvm-linux: 25
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 (38aa4edb)
\
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 | 220 +-
02-build_llvm/console.log | 11740 +++++++++++++++++------------------
03-build_linux/console.log | 660 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 94 +-
console.log | 12720 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12724 insertions(+), 12724 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-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0e006fcf 0: update: llvm-linux: 17849
new 03fd45ea 0: update: llvm-linux: 17851
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 (0e006fcf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 130 +-
02-build_llvm/console.log | 12058 +++++++++++++++---------------
03-build_linux/console.log | 2650 +++----
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 28 -
console.log | 14874 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 14857 insertions(+), 14905 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 e7d49e218ea AMDGPU/GlobalISel: Support arguments with multiple registers
new ef94c9caff6 AMDGPU/GlobalISel: Selection for fminnum/fmaxnum
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:
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 4 +
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 6 +-
.../AMDGPU/GlobalISel/inst-select-fmaxnum-ieee.mir | 308 +++++++++++++++++++++
.../AMDGPU/GlobalISel/inst-select-fmaxnum.mir | 307 ++++++++++++++++++++
.../AMDGPU/GlobalISel/inst-select-fminnum-ieee.mir | 308 +++++++++++++++++++++
.../AMDGPU/GlobalISel/inst-select-fminnum.mir | 307 ++++++++++++++++++++
.../AMDGPU/GlobalISel/inst-select-maxnum.mir | 60 ----
.../AMDGPU/GlobalISel/inst-select-minnum.mir | 59 ----
.../AMDGPU/GlobalISel/regbankselect-maxnum.mir | 66 -----
.../AMDGPU/GlobalISel/regbankselect-minnum.mir | 66 -----
10 files changed, 1238 insertions(+), 253 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum-ieee.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum-ieee.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum.mir
delete mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-maxnum.mir
delete mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-minnum.mir
delete mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-maxnum.mir
delete mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-minnum.mir
--
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 1e1061813e9 PR ipa/91194 * ipa-inline.c (recursive_inlining): Fix lim [...]
new 23189e0c331 PR target/91204 * config/i386/mmx.md (one_cmpl<mode>2): N [...]
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 | 5 +++++
gcc/config/i386/mmx.md | 8 ++++++++
2 files changed, 13 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.