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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards f5372e75ff 0: last-good: binutils-gcc-linux: all
new 35849f48a0 0: last-good: 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 (f5372e75ff)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3277 ++++++++--------
4-build_abe-stage1/console.log | 4127 ++++++++++----------
5-count_linux_objs/console.log | 70 +-
console.log | 7878 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 7718 insertions(+), 7646 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 70b3852f944 [Tests] RMW folding tests w/unordered atomic operations
new 4477a571f31 [Tests] More unordered atomic lowering tests
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:
test/CodeGen/X86/atomic-unordered.ll | 325 ++++++++++++++++++++++++++++++++++-
1 file changed, 324 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 gcc-8-branch
in repository gcc.
from 7f079c13c77 2019-02-13 Richard Biener <rguenther(a)suse.de>
new 60fb636ffff [gcc]
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/ChangeLog | 11 +++-
gcc/config/rs6000/rs6000.c | 60 +++++++++++++++++++---
gcc/testsuite/ChangeLog | 15 ++++++
gcc/testsuite/gcc.target/powerpc/vec-sld-modulo.c | 42 +++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-srad-modulo.c | 43 ++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-srd-modulo.c | 42 +++++++++++++++
6 files changed, 204 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-sld-modulo.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-srad-modulo.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-srd-modulo.c
--
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 1a7fd1cca Deserialize Clang module search path from DWARF
new bf9b05afa Add missing include
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:
source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h | 1 +
1 file changed, 1 insertion(+)
--
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 601c59dd85e [PR87322] move cp_evaluated up to tsubst all lambda parms
new 40563cf7c35 [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
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/cp/ChangeLog | 11 ++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl.c | 3 +-
gcc/cp/name-lookup.c | 2 +-
gcc/cp/search.c | 19 +++-
gcc/cp/semantics.c | 6 +-
gcc/testsuite/ChangeLog | 3 +
gcc/testsuite/g++.dg/cpp0x/pr86379.C | 207 +++++++++++++++++++++++++++++++++++
8 files changed, 245 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr86379.C
--
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 aoliva/testme
in repository gcc.
discards 57b5ecd66fc [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
new 40563cf7c35 [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
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 (57b5ecd66fc)
\
N -- N -- N refs/heads/aoliva/testme (40563cf7c35)
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:
gcc/cp/ChangeLog | 11 +++++++++++
gcc/testsuite/ChangeLog | 3 +++
2 files changed, 14 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a6bdf92915 3: last-good: llvm-linux: 16048
new 579f838dfb 3: last-good: llvm-linux: 16048
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 (a6bdf92915)
\
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 | 68 +-
2-build_llvm/console.log | 10193 +++++++++++++-------------
3-count_linux_objs/console.log | 4882 +++----------
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 30 +-
console.log | 15165 ++++++++++++++++-----------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 12548 insertions(+), 17806 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e4297ed714 0: last-good: llvm-linux: all
new eb75a7a7aa 0: last-good: 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 (e4297ed714)
\
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:
2-build_llvm/console.log | 9004 ++++++++++++++++++++-------------------
3-count_linux_objs/console.log | 22 +-
console.log | 9042 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
4 files changed, 9036 insertions(+), 9040 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 6f25168e02 [Headers][mips] Add `__attribute__((__mode__(__unwind_word__ [...]
new 4f0d23590f Re-enable the test disabled in r353836 and hopefully make it [...]
new def315d989 [clang] Make sure C99/C11 features in <float.h> are provided [...]
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/CodeGen/CGBuiltin.cpp | 7 ++++---
lib/Headers/float.h | 8 ++++----
test/CodeGen/ms-x86-intrinsics.c | 30 +++++++++++++-----------------
test/Headers/float.c | 13 ++++++++-----
4 files changed, 29 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.