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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 238ac338 0: update: binutils-gcc-linux: boot
new d58e3fd0 0: update: binutils-gcc-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 (238ac338)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 56 +-
02-prepare_abe/console.log | 396 +-
03-build_abe-binutils/console.log | 10752 +++++++--------
04-build_abe-stage1/console.log | 14145 ++++++++++---------
05-build_linux/console.log | 566 +-
06-boot_linux/console.log | 406 +-
console.log | 26323 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 26317 insertions(+), 26335 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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 31817338 0: update: llvm-linux: all
new 734abaef 0: update: llvm-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 (31817338)
\
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 | 166 +-
02-build_llvm/console.log | 12050 ++++++++++++++++++------------------
03-build_linux/console.log | 608 +-
04-boot_linux/console.log | 6 +-
console.log | 12830 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12834 insertions(+), 12834 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-aarch64-lts-allnoconfig
in repository toolchain/ci/llvm-project.
from e921ede5406 [AMDGPU] Fix Vreg_1 PHI lowering in SILowerI1Copies.
adds 05a9e344ee3 [YAMLTraits] - Revert a change committed by a mistake in D68983
adds 073ab70b72f [ObjectYAML] - Do not use auto. NFC.
adds 9231e443445 fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include)
adds 82b82e39c45 Add all the issues to be voted upon in Belfast
adds 0d0509384f0 [X86] NFC: expand inline memcmp test coverage
adds 11c920207af [X86] Prefer KORTEST on Knights Landing or later for memcmp()
adds 9d77ad57540 [APInt] Introduce APIntOps::GetMostSignificantDifferentBit()
adds 1ce8a5b385a [X86] Only look up boolean reduction cost tables if the red [...]
adds f7c3c640af1 [NFC][libomptarget]Remove TRUE,FALSE macros from option.h
adds d4758d4a8d8 Fix a spelling mistake in a couple of intrinsic description [...]
new 4640223ebdb [MCA] Fix a spelling mistake in a comment. NFC
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:
clang/lib/Headers/emmintrin.h | 4 +-
libcxx/www/upcoming_meeting.html | 97 +-
.../include/lldb/Expression/ExpressionSourceCode.h | 1 +
llvm/include/llvm/ADT/APInt.h | 6 +
llvm/include/llvm/Support/YAMLTraits.h | 3 +-
llvm/lib/MCA/InstrBuilder.cpp | 2 +-
llvm/lib/ObjectYAML/ELFEmitter.cpp | 2 +-
llvm/lib/Support/APInt.cpp | 8 +
llvm/lib/Target/X86/X86.td | 5 +
llvm/lib/Target/X86/X86ISelLowering.cpp | 67 +-
llvm/lib/Target/X86/X86Subtarget.h | 4 +
llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 2 +-
llvm/lib/Target/X86/X86TargetTransformInfo.h | 1 +
llvm/test/CodeGen/X86/memcmp.ll | 4066 ++++++++++++++++++--
llvm/test/CodeGen/X86/setcc-wide-types.ll | 48 +-
llvm/unittests/ADT/APIntTest.cpp | 71 +
openmp/libomptarget/deviceRTLs/nvptx/src/cancel.cu | 4 +-
openmp/libomptarget/deviceRTLs/nvptx/src/debug.h | 6 +-
.../libomptarget/deviceRTLs/nvptx/src/libcall.cu | 2 +-
openmp/libomptarget/deviceRTLs/nvptx/src/loop.cu | 2 +-
openmp/libomptarget/deviceRTLs/nvptx/src/option.h | 6 -
.../libomptarget/deviceRTLs/nvptx/src/parallel.cu | 2 +-
22 files changed, 4057 insertions(+), 352 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-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a835cd71 0: update: llvm-linux: boot
new 24011a36 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 (a835cd71)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 14 +-
02-build_llvm/console.log | 13034 ++++++++++++++++++------------------
03-build_linux/console.log | 812 +--
04-boot_linux/console.log | 4 +-
console.log | 13889 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 13893 insertions(+), 13868 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 6588f6ba91b fix cgraph comment
new f37ffcc5675 * ipa-prop.c (ipa_propagate_indirect_call_infos): Do not r [...]
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/ipa-prop.c | 1 -
2 files changed, 5 insertions(+), 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-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 4cf19b20 0: update: llvm-linux: all
new 0e3e4a5b 0: update: llvm-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 (4cf19b20)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 52 +-
02-build_llvm/console.log | 12050 ++++++++++++++++++------------------
03-build_linux/console.log | 648 +-
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 8 +-
console.log | 12760 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12764 insertions(+), 12764 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-aarch64-stable-allmodconfig
in repository toolchain/ci/llvm-project.
from e921ede5406 [AMDGPU] Fix Vreg_1 PHI lowering in SILowerI1Copies.
adds 05a9e344ee3 [YAMLTraits] - Revert a change committed by a mistake in D68983
adds 073ab70b72f [ObjectYAML] - Do not use auto. NFC.
adds 9231e443445 fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include)
adds 82b82e39c45 Add all the issues to be voted upon in Belfast
adds 0d0509384f0 [X86] NFC: expand inline memcmp test coverage
adds 11c920207af [X86] Prefer KORTEST on Knights Landing or later for memcmp()
adds 9d77ad57540 [APInt] Introduce APIntOps::GetMostSignificantDifferentBit()
adds 1ce8a5b385a [X86] Only look up boolean reduction cost tables if the red [...]
adds f7c3c640af1 [NFC][libomptarget]Remove TRUE,FALSE macros from option.h
No new revisions were added by this update.
Summary of changes:
libcxx/www/upcoming_meeting.html | 97 +-
.../include/lldb/Expression/ExpressionSourceCode.h | 1 +
llvm/include/llvm/ADT/APInt.h | 6 +
llvm/include/llvm/Support/YAMLTraits.h | 3 +-
llvm/lib/ObjectYAML/ELFEmitter.cpp | 2 +-
llvm/lib/Support/APInt.cpp | 8 +
llvm/lib/Target/X86/X86.td | 5 +
llvm/lib/Target/X86/X86ISelLowering.cpp | 67 +-
llvm/lib/Target/X86/X86Subtarget.h | 4 +
llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 2 +-
llvm/lib/Target/X86/X86TargetTransformInfo.h | 1 +
llvm/test/CodeGen/X86/memcmp.ll | 4066 ++++++++++++++++++--
llvm/test/CodeGen/X86/setcc-wide-types.ll | 48 +-
llvm/unittests/ADT/APIntTest.cpp | 71 +
openmp/libomptarget/deviceRTLs/nvptx/src/cancel.cu | 4 +-
openmp/libomptarget/deviceRTLs/nvptx/src/debug.h | 6 +-
.../libomptarget/deviceRTLs/nvptx/src/libcall.cu | 2 +-
openmp/libomptarget/deviceRTLs/nvptx/src/loop.cu | 2 +-
openmp/libomptarget/deviceRTLs/nvptx/src/option.h | 6 -
.../libomptarget/deviceRTLs/nvptx/src/parallel.cu | 2 +-
20 files changed, 4054 insertions(+), 349 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-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8cac9d40 0: update: llvm-linux: all
new 5f9a173d 0: update: llvm-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 (8cac9d40)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 182 +-
02-build_llvm/console.log | 13294 +++++++++++++--------------
03-build_linux/console.log | 5066 +++++------
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 18560 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 18564 insertions(+), 18564 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.