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-allnoconfig
in repository toolchain/ci/llvm-project.
from 479f3bdb2c8 AMDGPU: Fix iterator error when lowering SI_END_CF
adds f43106e341d [SelectionDAG] Add a node creation debug message to getMach [...]
adds 74168ded039 [TargetLowering] Teach computeRegisterProperties to only wi [...]
adds b4806822d2d [Diagnostics] Improve -Wsizeof-pointer-div
adds 9b957d33217 [InstCombine] Cherry-pick NFC cleanups of foldShiftIntoShif [...]
adds 000dfdab2df [MC] MCFixup - Fix cppcheck + MSVC analyzer uninitialized m [...]
adds 133e2d7bf83 [X86][SSE] Improve PACKSS shuffle tests to better match cod [...]
adds a66edd86e27 [X86] isTargetShuffleEquivalent - early out on illegal shuf [...]
adds fee2546f3f2 [X86] isTargetShuffleEquivalent - add BUILD_VECTOR matching
adds 63b3c56fca6 Fix signed/unsigned comparison warning. NFCI.
adds 37860d524e8 [clang-format] Fix a bug that joins template closer and =
adds 9e074c06fe0 [X86] Improve lower1BitShuffle handling for KSHIFTL on narr [...]
adds c944438dfdb [Docs] Test commit
adds 920890e2681 [Diagnostics] Diagnose misused xor as pow
adds a264b6074a4 [ORC] Remove some dead code.
adds cf276ba82e8 [ORC] Make sure we linker-mangle symbol names in the Specul [...]
adds 45e598d1357 [CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.
adds c313944da62 [cmake] Move blocks out of redundant else( MSVC ); NFC
new 388b8dd94a4 [X86] Replace uses of getZeroVector for vXi1 vectors with D [...]
new 6bd2e8eff81 [X86] Add test cases for suboptimal insertion of a vXi1 vec [...]
new 2ee46c7c4be [X86] Add a special case to LowerCONCAT_VECTORSvXi1 to hand [...]
The 3 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/docs/ClangFormatStyleOptions.rst | 4 +-
clang/include/clang/Basic/DiagnosticGroups.td | 1 +
clang/include/clang/Basic/DiagnosticSemaKinds.td | 11 ++
clang/include/clang/Format/Format.h | 4 +-
clang/lib/Format/TokenAnnotator.cpp | 2 +-
clang/lib/Sema/SemaExpr.cpp | 116 ++++++++++++++++++-
clang/test/Sema/div-sizeof-ptr.cpp | 24 ++--
clang/test/SemaCXX/warn-xor-as-pow.cpp | 105 +++++++++++++++++
clang/unittests/Format/FormatTest.cpp | 9 +-
lldb/cmake/caches/Apple-lldb-Xcode.cmake | 2 +-
llvm/cmake/modules/HandleLLVMOptions.cmake | 121 ++++++++++----------
llvm/docs/TestingGuide.rst | 2 +-
llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp | 2 +-
.../include/llvm/ExecutionEngine/Orc/Speculation.h | 22 ++--
llvm/include/llvm/MC/MCFixup.h | 6 +-
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 +
llvm/lib/CodeGen/TargetLoweringBase.cpp | 34 ++++--
llvm/lib/Target/X86/X86ISelLowering.cpp | 126 +++++++++++++++------
.../Transforms/InstCombine/InstCombineCompares.cpp | 13 ++-
llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll | 36 ++++++
llvm/test/CodeGen/X86/kshift.ll | 50 +++-----
llvm/test/CodeGen/X86/packss.ll | 115 ++++++++++++++-----
llvm/test/CodeGen/X86/promote-vec3.ll | 116 +++++++++++++------
llvm/test/CodeGen/X86/vec_cast.ll | 46 ++++++--
llvm/test/CodeGen/X86/vec_setcc.ll | 45 ++++++++
llvm/test/CodeGen/X86/widen_load-2.ll | 20 ++--
26 files changed, 765 insertions(+), 268 deletions(-)
create mode 100644 clang/test/SemaCXX/warn-xor-as-pow.cpp
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards cd52e3f0 0: update: llvm-linux: all
new 18b90f4e 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 (cd52e3f0)
\
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 | 220 +-
02-build_llvm/console.log | 12106 +++++++++++++++++------------------
03-build_linux/console.log | 640 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 12984 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 12990 insertions(+), 12990 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-arm-stable-defconfig
in repository toolchain/ci/gcc.
from b72bc0e2097 Daily bump.
adds 9796a699925 Darwin, libsanitizer - remove reference to __cxa_rethrow_pr [...]
new e90d9a4fa48 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 +-
libsanitizer/ChangeLog | 12 ++++++++++++
libsanitizer/asan/Makefile.am | 2 +-
libsanitizer/asan/Makefile.in | 2 +-
libsanitizer/asan/asan_interceptors.h | 7 ++++++-
5 files changed, 21 insertions(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from 5400e80893 Automatic date update in version.in
new 49c6db46bc 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.
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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards d8b495c5 0: update: binutils-gcc-linux: boot
new 14d86b54 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 (d8b495c5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 162 +-
02-prepare_abe/console.log | 413 +-
03-build_abe-binutils/console.log | 10928 ++++++-------
04-build_abe-stage1/console.log | 18586 +++++++++++----------
05-build_linux/console.log | 828 +-
06-boot_linux/console.log | 474 +-
console.log | 31391 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 31390 insertions(+), 31404 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 63681f0a22c [X86] Add a special case to LowerCONCAT_VECTORSvXi1 to hand [...]
new 1bf17233759 [X86] Add test case for missed opportunity to recognize a v [...]
new 8d8abdc2bdc [X86] Teach lower1BitShuffle to recognize padding a subvect [...]
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/Target/X86/X86ISelLowering.cpp | 23 ++++++++++++++++-------
test/CodeGen/X86/avx512-skx-insert-subvec.ll | 14 ++++++++++++++
2 files changed, 30 insertions(+), 7 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 binutils-gdb.
from 2c115c4f3c Automatic date update in version.in
new 72c03e30ae Float16: Fix test failures for non ELF targets
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:
gas/ChangeLog | 4 ++++
gas/config/tc-arm.c | 49 ++++++++++++++++++++++---------------------------
2 files changed, 26 insertions(+), 27 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 168a1e2923e [Darwin, fixincludes] Fix PR83531
new b71ab3fdaa3 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 9796a699925 Darwin, libsanitizer - remove reference to __cxa_rethrow_pr [...]
new e90d9a4fa48 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.