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-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 1e97a7b8ac Automatic date update in version.in
adds 0c5de26f02 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b7101fccf 0: update: binutils-gcc-linux: all
new e13ec1011 0: update: binutils-gcc-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 (b7101fccf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 9148 ++++++------
04-build_abe-stage1/console.log | 16898 +++++++++++-----------
05-build_linux/console.log | 820 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 39 -
console.log | 27481 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
11 files changed, 27460 insertions(+), 27546 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-arm-next-defconfig
in repository toolchain/ci/llvm-project.
from 21f32a9683f Merging r355033:
adds cf7a59f2d7d Merging r359809: ------------------------------------------ [...]
adds 180a937d9a6 Merging r354633:
No new revisions were added by this update.
Summary of changes:
clang/lib/AST/MicrosoftMangle.cpp | 7 +++--
clang/lib/CodeGen/CGDebugInfo.cpp | 36 +++++++++-------------
clang/test/CodeGenCXX/char8_t.cpp | 12 +++++---
.../test/CodeGenCXX/debug-info-template-member.cpp | 2 +-
.../CodeGenCXX/debug-info-var-template-partial.cpp | 17 ++++++++++
5 files changed, 44 insertions(+), 30 deletions(-)
create mode 100644 clang/test/CodeGenCXX/debug-info-var-template-partial.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-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 0145392c2 0: update: llvm-linux: boot
new 1c896aaf3 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 (0145392c2)
\
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 | 184 +-
02-build_llvm/console.log | 11480 +++++++++++++++----------------
03-build_linux/console.log | 1714 +++--
04-boot_linux/console.log | 420 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 13804 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 13795 insertions(+), 13852 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 616dcd2a525 [llvm-objdump] Update the doc for --disassemble-functions.
new b389cd0209d [WebAssembly] AsmParser: better atomic inst detection
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:
.../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 49 ++++++++++------------
test/MC/WebAssembly/basic-assembly.s | 8 +++-
2 files changed, 29 insertions(+), 28 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.
from 530eb474fd [clang] Add DISuprogram and DIE for a func decl
new edbbe62fb9 [OPENMP]Generate correctly implicit flags for mapped data.
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:
lib/CodeGen/CGOpenMPRuntime.cpp | 26 ++++++++++----
test/OpenMP/nvptx_lambda_capturing.cpp | 2 +-
test/OpenMP/target_codegen.cpp | 4 +--
test/OpenMP/target_firstprivate_codegen.cpp | 12 +++----
test/OpenMP/target_map_codegen.cpp | 40 +++++++++++-----------
test/OpenMP/target_parallel_codegen.cpp | 4 +--
test/OpenMP/target_parallel_for_codegen.cpp | 4 +--
test/OpenMP/target_parallel_for_simd_codegen.cpp | 4 +--
test/OpenMP/target_simd_codegen.cpp | 4 +--
test/OpenMP/target_teams_codegen.cpp | 6 ++--
test/OpenMP/target_teams_distribute_codegen.cpp | 6 ++--
.../target_teams_distribute_simd_codegen.cpp | 6 ++--
12 files changed, 65 insertions(+), 53 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.