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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 60c52e5de 0: update: llvm-linux: boot
new 395b675a9 0: update: llvm-linux: boot
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 (60c52e5de)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 184 +-
02-build_llvm/console.log | 11955 ++++++++++++++++---------------
03-build_linux/console.log | 1796 ++---
04-boot_linux/console.log | 464 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 14413 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 14411 insertions(+), 14425 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 9a5e06d9619 [X86] combineX86ShufflesRecursively - merge shuffles with m [...]
new c1056cbe8b1 [WebAssembly] Fix p2align in assembler.
new 6998f5cb034 Revert "[LiveDebugValues] Emit the debug entry values"
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:
lib/CodeGen/LiveDebugValues.cpp | 159 +++------------------
.../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 36 +++--
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 10 +-
test/DebugInfo/MIR/X86/dbginfo-entryvals.mir | 79 ----------
.../MIR/X86/multiple-param-dbg-value-entry.mir | 83 -----------
test/MC/WebAssembly/atomics-encodings.s | 96 ++++++-------
test/MC/WebAssembly/basic-assembly.s | 6 +-
test/MC/WebAssembly/reloc-pic.s | 4 +-
test/MC/WebAssembly/simd-encodings.s | 4 +-
9 files changed, 110 insertions(+), 367 deletions(-)
delete mode 100644 test/DebugInfo/MIR/X86/dbginfo-entryvals.mir
delete mode 100644 test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.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 f135a8d4eca 2019-06-27 Aaron Sawdey <acsawdey(a)linux.ibm.com>
new cbbdeb30f53 2019-06-27 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 8 ++++++-
gcc/fortran/match.c | 28 +++++++++++++++++++---
gcc/testsuite/ChangeLog | 8 ++++++-
gcc/testsuite/gfortran.dg/common_1.f | 14 +++++++++++
.../gfortran.dg/{pr90988_2.f90 => common_26.f90} | 6 ++---
5 files changed, 56 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/common_1.f
copy gcc/testsuite/gfortran.dg/{pr90988_2.f90 => common_26.f90} (62%)
--
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-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 88c3c79bc 0: update: binutils-gcc-linux: all
new e334d84b6 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 (88c3c79bc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 418 +-
03-build_abe-binutils/console.log | 11131 ++++----
04-build_abe-stage1/console.log | 15281 +++++------
05-build_linux/console.log | 24528 ++++++++---------
06-boot_linux/console.log | 6 +-
console.log | 51542 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 51653 insertions(+), 51433 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 1df452bb5a5 Revert "[CodeGen] [SelectionDAG] More efficient code for X [...]
new 9a5e06d9619 [X86] combineX86ShufflesRecursively - merge shuffles with m [...]
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/Target/X86/X86ISelLowering.cpp | 4 ----
1 file changed, 4 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 c71a1c39025 AMDGPU: Make fixing i1 copies robust against re-ordering
new 1df452bb5a5 Revert "[CodeGen] [SelectionDAG] More efficient code for X [...]
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:
include/llvm/CodeGen/TargetLowering.h | 6 -
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 107 ----------------
test/CodeGen/AArch64/urem-seteq-optsize.ll | 12 +-
test/CodeGen/AArch64/urem-seteq-vec-splat.ll | 20 ++-
test/CodeGen/AArch64/urem-seteq.ll | 82 +++++++-----
test/CodeGen/X86/jump_sign.ll | 10 +-
...ower-of-two-or-zero-when-comparing-with-zero.ll | 30 +++--
test/CodeGen/X86/urem-seteq-optsize.ll | 21 ++-
test/CodeGen/X86/urem-seteq-vec-splat.ll | 123 ++++++++++++------
test/CodeGen/X86/urem-seteq.ll | 141 ++++++++++++++-------
10 files changed, 288 insertions(+), 264 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/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/ci/gcc.
from 9b710240414 [PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_with
adds 061fc7b6823 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-aarch64-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 1e97a7b8ac Automatic date update in version.in
adds 0c5de26f02 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.