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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0d8a20d0 2: update: llvm-linux: 16959
new 55172c3d 2: update: llvm-linux: 16959
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 (0d8a20d0)
\
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 | 166 +-
02-build_llvm/console.log | 11795 +++++++++++++++---------------
03-build_linux/console.log | 2952 ++++----
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 88 +-
console.log | 15007 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 14984 insertions(+), 15038 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_bmk
in repository toolchain/ci/interesting-commits.
from 9f45c5c Add commits from https://ci.linaro.org/job/tcwg_bmk-bisect-gn [...]
new 73f1ad1 Add commits from https://ci.linaro.org/job/tcwg_bmk-bisect-gn [...]
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 | 2 ++
1 file changed, 2 insertions(+)
--
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-defconfig
in repository toolchain/ci/llvm-project.
from 82c3f3dae0e [docs] Fix some RST errors.
adds 5fab538e2a9 [MinGW] Set the right updated option help for the updated p [...]
adds 63621832da6 Suppress false-positive GCC -Wreturn-type warning.
adds 2b45a70fd6d MemCmpExpansion::getCompareLoadPairs - assert we find a com [...]
adds 4c146ab8c46 ASTNodeImporter - fix uninitialized variable warnings. NFCI.
adds 3e95568dcf8 MIGChecker - assert we have a non-null LocationContext. NFCI.
adds 30aa42e1451 ScalarExprEmitter::EmitCompoundAssign - fix uninitialized v [...]
adds f40c18b628f [analyzer] PR41753: Include complex integer types in NonLoc [...]
adds 822b9c971be UpdateTestChecks: arm64-eabi handlind
adds 98092f37d0d UpdateTestChecks: fix AMDGPU handling
adds d1be3c446ef [NFC][AArch64] Add some ubfx tests with immediates
adds b04f3258dd6 GVN: Handle addrspacecast
adds e638a891660 [AVR] Fix 'symbol_relocations.s' MC test
adds 13ac317e4cf [NFC][AArch64] Autogenerate bitfield-insert.ll, selectcc-to [...]
adds 1a5d623ded8 [NFC][AArch64] Autogenerate fcopysign.ll test
adds 4b105f53082 [CommandLine] Reduce size of Option class
adds 3164b50af7a [X86] Remove combineShift function. Just dispatch directly [...]
adds 3d7ecc46183 [X86] Remove semicolons at the end of intrinsics implemente [...]
adds 2ff72f66541 [SLP] Refactoring of EdgeInfo and UserTreeIdx in buildTree_rec().
new cd78209a351 Use CMAKE_C_COMPILER_ARG1 in compiler invocation
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:
.../StaticAnalyzer/Core/PathSensitive/SVals.h | 2 +-
clang/lib/AST/ASTImporter.cpp | 4 +-
clang/lib/CodeGen/CGExprScalar.cpp | 2 +-
clang/lib/Headers/avx512fintrin.h | 48 +-
clang/lib/Headers/f16cintrin.h | 6 +-
clang/lib/Headers/xsaveintrin.h | 2 +-
clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp | 2 +
clang/test/Analysis/complex.c | 30 +-
clang/test/Analysis/cxx-uninitialized-object.cpp | 21 +-
compiler-rt/cmake/Modules/AddCompilerRT.cmake | 3 +-
compiler-rt/lib/crt/CMakeLists.txt | 4 +-
lld/ELF/Symbols.h | 1 +
lld/MinGW/Options.td | 3 +-
llvm/include/llvm/Support/CommandLine.h | 27 +-
llvm/lib/CodeGen/ExpandMemCmp.cpp | 4 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 24 +-
llvm/lib/Transforms/Scalar/GVN.cpp | 1 +
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 106 +-
.../test/CodeGen/AArch64/arm64-bitfield-extract.ll | 829 +++++++++--
llvm/test/CodeGen/AArch64/bitfield-insert.ll | 329 ++--
llvm/test/CodeGen/AArch64/fcopysign.ll | 46 +-
llvm/test/CodeGen/AArch64/selectcc-to-shiftand.ll | 10 +-
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll | 1575 +++++++++++++++++---
llvm/test/MC/AVR/symbol_relocation.s | 2 +-
llvm/test/Transforms/GVN/addrspacecast.ll | 20 +
llvm/utils/UpdateTestChecks/asm.py | 11 +
llvm/utils/update_llc_test_checks.py | 16 +-
27 files changed, 2443 insertions(+), 685 deletions(-)
create mode 100644 llvm/test/Transforms/GVN/addrspacecast.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-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 13a7ce73 0: update: llvm-linux: boot
new 2fd41b6c 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 (13a7ce73)
\
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 | 50 +-
02-build_llvm/console.log | 11824 ++++++++++++++++----------------
03-build_linux/console.log | 1778 ++---
04-boot_linux/console.log | 336 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 39 -
console.log | 14029 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13970 insertions(+), 14096 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 clang-tools-extra.
from 787980d4 [Lex] Allow to consume tokens while preprocessing
new 69b757fb [clangd] Respect clang-tidy suppression comments
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-tidy/ClangTidyDiagnosticConsumer.cpp | 36 +++++++++++++++++++++---------
clang-tidy/ClangTidyDiagnosticConsumer.h | 19 +++++++++++++++-
clangd/ClangdUnit.cpp | 28 +++++++++++++++++++++--
clangd/Diagnostics.cpp | 13 +++++++++++
clangd/Diagnostics.h | 8 +++++++
clangd/unittests/DiagnosticsTests.cpp | 21 +++++++++++++++++
6 files changed, 112 insertions(+), 13 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-mainline-allyesconfig
in repository toolchain/ci/gcc.
from 0aacfaf2a2c Daily bump.
adds 1a99cb550f8 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-arm-mainline-allyesconfig
in repository toolchain/ci/binutils-gdb.
from d7ce745b4e Automatic date update in version.in
adds 5e4591de38 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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 00be458c 2: update: binutils-gcc-linux: 17761
new 0c345d68 2: update: binutils-gcc-linux: 17761
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 (00be458c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10794 ++++++-------
04-build_abe-stage1/console.log | 17331 +++++++++++----------
05-build_linux/console.log | 778 +-
08-update_baseline/console.log | 32 +-
console.log | 29611 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 29548 insertions(+), 29558 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-aarch64-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 1c8ce0ebbe Automatic date update in version.in
adds 3e2cf42fe5 S12Z (doc): Minor improvements to text and formatting.
adds 122cf0f2d9 gdb: Add constructor to struct cu_partial_die_info
adds 34d11c682f gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats
adds 1aea5580c4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/doc/c-s12z.texi | 100 +++++++++++++--------------
gdb/ChangeLog | 19 +++++
gdb/dwarf2read.c | 27 +++++---
gdb/f-lang.c | 4 +-
gdb/i386-tdep.c | 4 +-
gdb/testsuite/ChangeLog | 10 +++
gdb/testsuite/gdb.fortran/complex.exp | 2 -
gdb/testsuite/gdb.fortran/printing-types.exp | 1 +
gdb/testsuite/gdb.fortran/printing-types.f90 | 2 +
gdb/testsuite/gdb.fortran/type-kinds.exp | 6 --
11 files changed, 101 insertions(+), 76 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.