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-next-allnoconfig
in repository toolchain/ci/gcc.
from 6bf460c3366 2019-09-07 Paul Thomas <pault(a)gcc.gnu.org>
adds d601b246f84 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-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 0348c20771 Automatic date update in version.in
adds 75f0e88419 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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bd67b570 0: update: binutils-gcc-linux: boot
new c46b3801 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 (bd67b570)
\
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 | 175 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11110 +++++++--------
04-build_abe-stage1/console.log | 14050 ++++++++++---------
05-build_linux/console.log | 600 +-
06-boot_linux/console.log | 4 +-
console.log | 26367 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26348 insertions(+), 26398 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-next-defconfig
in repository toolchain/ci/llvm-project.
from 08692e5dd1f [X86] Avoid uses of getZextValue(). NFCI.
adds 9443c18704f [mips] Follow-up to r371313 - fix failed test case. NFC
adds 879ed20bde2 Fix typo. NFCI
adds bf1a23ad0e7 [llvm-nm] - Fix a bug and unbreak ASan BB.
adds 8cfff1e1bc2 [X86] Add prefer-128-bit subtarget feature.
adds c4450437ec9 Fixes an assertion while instantiating a template with an i [...]
adds eacb2c2c975 [aarch64] Add combine patterns for fp16 fmla
adds a461c26dd85 [X86] Add broadcast load unfolding tests for FMA instructions.
adds 1829a09bea1 [X86] Add support for unfold broadcast loads from FMA instr [...]
adds 5bd4a4806aa Remove ::gets for FreeBSD 13 and later
adds 37dd59298fd [X86] Make getZeroVector return floating point vectors in t [...]
adds 486b173cfeb [NewPM][Sancov] Create the Sancov Pass after building the p [...]
adds acf81f4210c [StackMap] Current stackmap version should be 3. NFC.
adds 3262084384c [X86][SSE] Add support for <64 x i1> bool reduction
adds 9d570020708 [X86] Add test case for PR32546
adds 178cd2cd3a6 [X86][SSE] Fix out of range shift introduced in D67070/rL371328
adds df2501adcac [ARM] Remove declaration of unimplemented function. NFC.
new 8b70139e959 [NFC] Make the describeLoadedValue() hook return machine op [...]
new 5a583665f4c [DebugInfo][X86] Describe call site values for zero-valued imms
new c8afbf3d95d Do not intercept malloc_usable_size on NetBSD
new 14f1990921f Enable leak-detection for NetBSD/amd64 in test/asan
new 307daa71a8f [ASan] Only run dlopen-mixed-c-cxx.c with static runtime
new 90d2be0163e Stop marking 5 ASan tests as failing on NetBSD/i386
The 6 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/CodeGen/BackendUtil.cpp | 24 +-
clang/lib/Sema/SemaTemplate.cpp | 8 +-
...tiate-incomplete-typo-suggested-error-limit.cpp | 60 +++
.../sanitizer_platform_interceptors.h | 3 +-
.../test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c | 5 +-
.../test/asan/TestCases/Posix/coverage-reset.cpp | 2 -
compiler-rt/test/asan/TestCases/Posix/coverage.cpp | 1 -
.../Posix/interception-in-shared-lib-test.cpp | 2 -
.../test/asan/TestCases/suppressions-library.cpp | 1 -
compiler-rt/test/asan/lit.cfg.py | 3 +-
libcxx/include/__config | 7 +
libcxx/include/cstdio | 2 +-
lld/test/ELF/mips-higher-highest.s | 2 +-
llvm/include/llvm/CodeGen/MachineCombinerPattern.h | 19 +
llvm/include/llvm/CodeGen/TargetInstrInfo.h | 2 +-
llvm/include/llvm/Object/StackMapParser.h | 4 +-
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 42 +-
llvm/lib/CodeGen/TargetInstrInfo.cpp | 6 +-
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 342 +++++++++++++---
llvm/lib/Target/ARM/ARMBaseRegisterInfo.h | 2 -
llvm/lib/Target/X86/X86.td | 4 +
llvm/lib/Target/X86/X86ISelLowering.cpp | 28 +-
llvm/lib/Target/X86/X86InstrAVX512.td | 12 +
llvm/lib/Target/X86/X86InstrFoldTables.cpp | 121 ++++++
llvm/lib/Target/X86/X86InstrInfo.cpp | 7 +-
llvm/lib/Target/X86/X86InstrSSE.td | 11 +-
llvm/lib/Target/X86/X86Subtarget.cpp | 2 +
llvm/lib/Target/X86/X86Subtarget.h | 3 +
llvm/lib/Target/X86/X86TargetTransformInfo.h | 1 +
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +-
llvm/test/CodeGen/AArch64/fp16-fmla.ll | 208 ++++++++++
llvm/test/CodeGen/X86/2012-04-26-sdglue.ll | 4 +-
llvm/test/CodeGen/X86/avx-basic.ll | 2 +-
llvm/test/CodeGen/X86/avx2-gather.ll | 4 +-
llvm/test/CodeGen/X86/avx512-broadcast-unfold.ll | 428 +++++++++++++++++++++
llvm/test/CodeGen/X86/avx512-cmp-mask.ll | 51 +++
llvm/test/CodeGen/X86/nontemporal-3.ll | 149 ++-----
llvm/test/CodeGen/X86/packss.ll | 22 +-
llvm/test/CodeGen/X86/vec_ss_load_fold.ll | 4 +-
llvm/test/CodeGen/X86/vector-reduce-and-bool.ll | 149 ++-----
llvm/test/CodeGen/X86/vector-reduce-or-bool.ll | 155 ++------
llvm/test/CodeGen/X86/vector-reduce-xor-bool.ll | 286 +++++---------
.../DebugInfo/X86/dbgcall-site-zero-valued-imms.ll | 68 ++++
.../test/Transforms/SLPVectorizer/X86/arith-add.ll | 6 +-
llvm/test/Transforms/SLPVectorizer/X86/arith-fp.ll | 8 +-
.../test/Transforms/SLPVectorizer/X86/arith-mul.ll | 6 +-
.../test/Transforms/SLPVectorizer/X86/arith-sub.ll | 6 +-
llvm/tools/llvm-nm/llvm-nm.cpp | 5 +-
48 files changed, 1593 insertions(+), 696 deletions(-)
create mode 100644 clang/test/SemaTemplate/instantiate-incomplete-typo-suggested-e [...]
create mode 100644 llvm/test/CodeGen/AArch64/fp16-fmla.ll
create mode 100644 llvm/test/CodeGen/X86/avx512-cmp-mask.ll
create mode 100644 llvm/test/DebugInfo/X86/dbgcall-site-zero-valued-imms.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 8f09802e 0: update: llvm-linux: boot
new b2c9b28e 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 (8f09802e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 162 +-
02-build_llvm/console.log | 12162 +++++++++++++++++------------------
03-build_linux/console.log | 680 +-
04-boot_linux/console.log | 476 +-
console.log | 13480 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 13484 insertions(+), 13484 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 compiler-rt.
from 2de29bfe0 [ASan] Only run dlopen-mixed-c-cxx.c with static runtime
new 7564c7007 Stop marking 5 ASan tests as failing on NetBSD/i386
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/asan/TestCases/Posix/coverage-reset.cpp | 2 --
test/asan/TestCases/Posix/coverage.cpp | 1 -
test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp | 2 --
test/asan/TestCases/suppressions-library.cpp | 1 -
4 files changed, 6 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-master-arm-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from deccd150e1 Automatic date update in version.in
adds c7f839cbf0 Change lookup_symbol's block_index parameter type to block_enum
adds b26b24e027 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 14 ++++++++++++++
gdb/dwarf2read.c | 9 ++++-----
gdb/psymtab.c | 2 +-
gdb/symfile-debug.c | 4 ++--
gdb/symfile.h | 3 ++-
6 files changed, 24 insertions(+), 10 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-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4e6e51d8 0: update: linux-218ca2e5affedf0f98e371a15aa56574a18109f1: all
new 288f522f 0: update: binutils-b26b24e0278f9746913a6f8add7d0e3533934adb: 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 (4e6e51d8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 183 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11090 +++++++------
04-build_abe-stage1/console.log | 19054 +++++++++++-----------
05-build_linux/console.log | 920 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 31698 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 31885 insertions(+), 31498 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 compiler-rt.
from c2a089508 Enable leak-detection for NetBSD/amd64 in test/asan
new 2de29bfe0 [ASan] Only run dlopen-mixed-c-cxx.c with static runtime
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/asan/TestCases/Linux/dlopen-mixed-c-cxx.c | 5 +++--
1 file changed, 3 insertions(+), 2 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 compiler-rt.
from 6d406c31f Do not intercept malloc_usable_size on NetBSD
new c2a089508 Enable leak-detection for NetBSD/amd64 in test/asan
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/asan/lit.cfg.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.