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 76e4124 0: good: binutils-gcc-linux: boot
new 56faf50 0: good: 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 (76e4124)
\
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-binutils/console.log | 3194 ++++++++---------
4-build_abe-stage1/console.log | 3378 +++++++++---------
5-build_linux/console.log | 24 +-
6-boot_linux/console.log | 390 +--
console.log | 7050 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 7039 insertions(+), 7035 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 81f5bd5c087 [WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELs
new dc849bb04d8 [X86] Enable printAliasInstr for the Intel assembly printer [...]
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/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 4 +++-
lib/Target/X86/InstPrinter/X86IntelInstPrinter.h | 6 ++++++
test/MC/X86/x86-32-coverage.s | 8 ++++++++
3 files changed, 17 insertions(+), 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 master
in repository lldb.
from f6ece2314 Update the macOS implementation of ComputeClangResourceDirect [...]
new 9be651f32 [Python] Fix another batch of python 2/python 3 portability issues.
new dbc41cf47 [test] Some unicode sequences can't be printed, and Py 3 is m [...]
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:
examples/summaries/synth.py | 7 ++-----
.../Python/lldbsuite/test/macosx/nslog/TestDarwinNSLogOutput.py | 9 +++++++--
packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py | 4 ----
.../Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py | 6 +++++-
packages/Python/lldbsuite/test/tools/lldb-mi/lldbmi_testcase.py | 9 +++++++--
5 files changed, 21 insertions(+), 14 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-aarch64-stable-defconfig
in repository toolchain/ci/llvm-project.
from 60c055135da Merging r355489: ------------------------------------------ [...]
adds 25292d1cd55 Merging r355743: ------------------------------------------ [...]
adds a73e76ab38f ReleaseNotes: SystemZ, by Ulrich Weigand.
No new revisions were added by this update.
Summary of changes:
clang/lib/AST/ExprConstant.cpp | 3 +++
clang/test/SemaCXX/constant-expression-cxx1y.cpp | 24 ++++++++++++++++++++++++
clang/test/SemaCXX/enable_if.cpp | 8 ++++++++
llvm/docs/ReleaseNotes.rst | 20 ++++++++++++++++++++
4 files changed, 55 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-release-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards da91521 0: good: llvm-linux: boot
new 6c5e7be 0: good: 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 (da91521)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 9217 +++++++++++++++++++--------------------
3-build_linux/console.log | 37 +-
4-boot_linux/console.log | 336 +-
console.log | 9608 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
6 files changed, 9636 insertions(+), 9588 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 d929ec60384 Use AIX version detection at LLVM run-time
new 81f5bd5c087 [WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELs
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/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 5 +++
.../WebAssembly/WebAssemblyLateEHPrepare.cpp | 19 ++++++---
test/CodeGen/WebAssembly/eh-labels.mir | 46 ++++++++++++++++++++++
3 files changed, 65 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/eh-labels.mir
--
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 f47d76eba77 Daily bump.
new 5dc5719e5ec gcc/testsuite/ChangeLog:
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gdc.dg/{ => ubsan}/pr88957.d | 0
gcc/testsuite/gdc.dg/{asan/asan.exp => ubsan/ubsan.exp} | 10 +++++-----
gcc/testsuite/lib/gdc.exp | 3 ++-
4 files changed, 14 insertions(+), 6 deletions(-)
rename gcc/testsuite/gdc.dg/{ => ubsan}/pr88957.d (100%)
copy gcc/testsuite/gdc.dg/{asan/asan.exp => ubsan/ubsan.exp} (84%)
--
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-aarch64-lts-defconfig
in repository toolchain/ci/llvm-project.
from 60c055135da Merging r355489: ------------------------------------------ [...]
adds 25292d1cd55 Merging r355743: ------------------------------------------ [...]
adds a73e76ab38f ReleaseNotes: SystemZ, by Ulrich Weigand.
No new revisions were added by this update.
Summary of changes:
clang/lib/AST/ExprConstant.cpp | 3 +++
clang/test/SemaCXX/constant-expression-cxx1y.cpp | 24 ++++++++++++++++++++++++
clang/test/SemaCXX/enable_if.cpp | 8 ++++++++
llvm/docs/ReleaseNotes.rst | 20 ++++++++++++++++++++
4 files changed, 55 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-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 0c38081 0: good: llvm-linux: boot
new cdad13e 0: good: 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 (0c38081)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 9380 ++++++++++++++++++-------------------
3-build_linux/console.log | 59 +-
4-boot_linux/console.log | 330 +-
console.log | 10039 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
6 files changed, 9919 insertions(+), 9913 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-stable-allmodconfig
in repository toolchain/ci/gcc.
from 3e00163d288 PR rtl-optimization/89588 * loop-unroll.c (decide_unroll_ [...]
adds 3c765ca937d Daily bump.
adds 48a23367014 Backport of r269499 and related testism fix r269596.
adds c20688aec09 2019-03-12 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 14 +++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm.h | 2 +-
gcc/testsuite/ChangeLog | 18 +++++++++++++++++
gcc/testsuite/gcc.target/arm/f16_f64_conv_no_dp.c | 16 +++++++++++++++
gcc/testsuite/gfortran.dg/pr89664.f90 | 24 +++++++++++++++++++++++
gcc/tree-ssa-math-opts.c | 3 ++-
7 files changed, 76 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/f16_f64_conv_no_dp.c
create mode 100644 gcc/testsuite/gfortran.dg/pr89664.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.