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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 8d18e78f7 0: update: binutils-gcc-linux: boot
new ade30908b 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 (8d18e78f7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 128 +-
02-prepare_abe/console.log | 118 +-
03-build_abe-binutils/console.log | 11323 ++++++------
04-build_abe-stage1/console.log | 20337 +++++++++++----------
05-build_linux/console.log | 3146 ++--
06-boot_linux/console.log | 470 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 35524 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 35573 insertions(+), 35489 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 4383e1fc3b ubsan: sparc: left shift cannot be represented in type 'int'
new c296cbe681 Fix setting breakpoints or stepping on line 65535
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:
gdb/ChangeLog | 5 +++++
gdb/buildsym.c | 6 ------
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/{source-dir.c => line65535.c} | 7 ++-----
.../gdb.base/{source-execution.exp => line65535.exp} | 19 +++++++------------
5 files changed, 19 insertions(+), 23 deletions(-)
copy gdb/testsuite/gdb.base/{source-dir.c => line65535.c} (93%)
copy gdb/testsuite/gdb.base/{source-execution.exp => line65535.exp} (67%)
--
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-allmodconfig
in repository toolchain/ci/llvm-project.
from 3b6aec79b2c [X86] Add test cases for v4i64->v4f32 and v8i64->v8f32 stri [...]
adds e7853a5ce21 [CMake] Fix lld detection after D69685
adds 7ca86ee6494 [COFF] Make the autogenerated .weak.<name>.default symbols static
adds 0acfc493171 Allow redeclaration of __declspec(uuid)
adds 36fb199ecaa [lldb][NFC] Remove GetASTContext call in ClangPersistentVariables
adds bc5b7217dce Revert "[COFF] Make the autogenerated .weak.<name>.default [...]
adds e5957ac3d71 [mlir] Fix the wrong computation of dynamic strides for low [...]
adds f748fdb05ff [X86] Fix -enable-machine-outliner for x86-32 after D48683
adds ae321faeedd [X86] Remove a redundant (scalar_to_vector (extract_vector_ [...]
adds d62bf16131e [LV] Use getMask() when printing recipe [NFCI]
adds a5c96e326a7 [X86] Stop accidentally custom type legalizing v4i32->v4f32 [...]
adds ef4febd85b5 [Attributor] AAUndefinedBehavior: Check for branches on und [...]
adds dc93540acbf Fix handling of newlines in clang-query
adds 544f200c785 Fix newline handling in clang-query parser
adds bee973f4df3 Fix use of named values surrounded by newlines in clang-query
adds 0460a6bdf2f [lldb][NFC] Remove most GetASTContext calls in AST metadata code
adds cde071c4bfb [mlir] Update mlir/CMakeLists.txt to install *.td files
adds c926d96fcab [X86] Make the AVX1 check lines in vec-strict-inttofp-256.l [...]
adds 0007f9da7c0 [lldb][NFC] Delete static versions of ClangASTContext::Crea [...]
adds f7d9584c56d Fix formatting in previous commits
new 6991d5728f1 [lldb][NFC] Make integer types functions in ClangASTContext [...]
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-tools-extra/clang-query/QueryParser.cpp | 2 +-
.../unittests/clang-query/QueryParserTest.cpp | 49 ++
clang/lib/ASTMatchers/Dynamic/Parser.cpp | 20 +-
clang/lib/Sema/SemaDecl.cpp | 4 +
clang/lib/Sema/SemaDeclAttr.cpp | 8 +-
clang/test/SemaCXX/ms-uuid.cpp | 6 +
compiler-rt/cmake/Modules/AddCompilerRT.cmake | 2 +-
lldb/include/lldb/Symbol/ClangASTContext.h | 56 +-
.../Clang/ASTResultSynthesizer.cpp | 13 +-
.../Clang/ClangExpressionDeclMap.cpp | 4 +-
.../Clang/ClangPersistentVariables.cpp | 38 +-
.../Clang/ClangPersistentVariables.h | 12 +-
lldb/source/Symbol/ClangASTContext.cpp | 131 ++--
lldb/source/Symbol/ClangASTImporter.cpp | 9 +-
llvm/include/llvm/Transforms/IPO/Attributor.h | 35 +
llvm/lib/Target/X86/X86ISelLowering.cpp | 12 +-
llvm/lib/Target/X86/X86TargetMachine.cpp | 4 +-
llvm/lib/Transforms/IPO/Attributor.cpp | 192 ++++--
llvm/lib/Transforms/Vectorize/VPlan.cpp | 5 +-
llvm/lib/Transforms/Vectorize/VPlan.h | 2 +-
llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll | 710 +++++++++++++++++----
.../Attributor/IPConstantProp/PR26044.ll | 14 +-
.../IPConstantProp/fp-bc-icmp-const-fold.ll | 2 +-
...lve-after-each-resolving-undefs-for-function.ll | 2 +-
.../Transforms/Attributor/undefined_behavior.ll | 153 ++++-
mlir/CMakeLists.txt | 1 +
.../StandardToLLVM/ConvertStandardToLLVM.cpp | 9 +-
.../StandardToLLVM/convert-memref-ops.mlir | 6 +-
28 files changed, 1127 insertions(+), 374 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards feb2b73da 2: update: llvm-linux: 20116
new bcb4e4dcb 2: update: llvm-linux: 20116
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 (feb2b73da)
\
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 | 14 +-
02-build_llvm/console.log | 12514 +++++++++++++++++-----------------
03-build_linux/console.log | 1236 ++--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13776 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13780 insertions(+), 13780 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-next-allyesconfig
in repository toolchain/ci/gcc.
from 9bc495bcf72 Daily bump.
adds 0248902c912 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a378a491c 2: update: binutils-gcc-linux: 18079
new ae23afda9 2: update: binutils-gcc-linux: 18079
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 (a378a491c)
\
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 | 182 +-
02-prepare_abe/console.log | 290 +-
03-build_abe-binutils/console.log | 10630 +++++++--------
04-build_abe-stage1/console.log | 13935 +++++++++----------
05-build_linux/console.log | 652 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 88 +-
console.log | 25787 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
9 files changed, 25792 insertions(+), 25790 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-allyesconfig
in repository toolchain/ci/llvm-project.
from 3b6aec79b2c [X86] Add test cases for v4i64->v4f32 and v8i64->v8f32 stri [...]
adds e7853a5ce21 [CMake] Fix lld detection after D69685
adds 7ca86ee6494 [COFF] Make the autogenerated .weak.<name>.default symbols static
adds 0acfc493171 Allow redeclaration of __declspec(uuid)
adds 36fb199ecaa [lldb][NFC] Remove GetASTContext call in ClangPersistentVariables
adds bc5b7217dce Revert "[COFF] Make the autogenerated .weak.<name>.default [...]
adds e5957ac3d71 [mlir] Fix the wrong computation of dynamic strides for low [...]
adds f748fdb05ff [X86] Fix -enable-machine-outliner for x86-32 after D48683
adds ae321faeedd [X86] Remove a redundant (scalar_to_vector (extract_vector_ [...]
adds d62bf16131e [LV] Use getMask() when printing recipe [NFCI]
adds a5c96e326a7 [X86] Stop accidentally custom type legalizing v4i32->v4f32 [...]
adds ef4febd85b5 [Attributor] AAUndefinedBehavior: Check for branches on und [...]
adds dc93540acbf Fix handling of newlines in clang-query
adds 544f200c785 Fix newline handling in clang-query parser
adds bee973f4df3 Fix use of named values surrounded by newlines in clang-query
adds 0460a6bdf2f [lldb][NFC] Remove most GetASTContext calls in AST metadata code
adds cde071c4bfb [mlir] Update mlir/CMakeLists.txt to install *.td files
new c926d96fcab [X86] Make the AVX1 check lines in vec-strict-inttofp-256.l [...]
new 0007f9da7c0 [lldb][NFC] Delete static versions of ClangASTContext::Crea [...]
new f7d9584c56d Fix formatting in previous commits
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-tools-extra/clang-query/QueryParser.cpp | 2 +-
.../unittests/clang-query/QueryParserTest.cpp | 49 ++
clang/lib/ASTMatchers/Dynamic/Parser.cpp | 20 +-
clang/lib/Sema/SemaDecl.cpp | 4 +
clang/lib/Sema/SemaDeclAttr.cpp | 8 +-
clang/test/SemaCXX/ms-uuid.cpp | 6 +
compiler-rt/cmake/Modules/AddCompilerRT.cmake | 2 +-
lldb/include/lldb/Symbol/ClangASTContext.h | 46 +-
.../Clang/ASTResultSynthesizer.cpp | 13 +-
.../Clang/ClangExpressionDeclMap.cpp | 4 +-
.../Clang/ClangPersistentVariables.cpp | 38 +-
.../Clang/ClangPersistentVariables.h | 12 +-
lldb/source/Symbol/ClangASTContext.cpp | 54 +-
lldb/source/Symbol/ClangASTImporter.cpp | 9 +-
llvm/include/llvm/Transforms/IPO/Attributor.h | 35 +
llvm/lib/Target/X86/X86ISelLowering.cpp | 12 +-
llvm/lib/Target/X86/X86TargetMachine.cpp | 4 +-
llvm/lib/Transforms/IPO/Attributor.cpp | 192 ++++--
llvm/lib/Transforms/Vectorize/VPlan.cpp | 5 +-
llvm/lib/Transforms/Vectorize/VPlan.h | 2 +-
llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll | 710 +++++++++++++++++----
.../Attributor/IPConstantProp/PR26044.ll | 14 +-
.../IPConstantProp/fp-bc-icmp-const-fold.ll | 2 +-
...lve-after-each-resolving-undefs-for-function.ll | 2 +-
.../Transforms/Attributor/undefined_behavior.ll | 153 ++++-
mlir/CMakeLists.txt | 1 +
.../StandardToLLVM/ConvertStandardToLLVM.cpp | 9 +-
.../StandardToLLVM/convert-memref-ops.mlir | 6 +-
28 files changed, 1093 insertions(+), 321 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards eca2539cb 0: update: llvm-linux: all
new 977bc8d2e 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 (eca2539cb)
\
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 | 78 +-
02-build_llvm/console.log | 12628 +++++++++++------------
03-build_linux/console.log | 8174 +++++++--------
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 20886 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 20890 insertions(+), 20890 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.