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-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 1894264d34 Automatic date update in version.in
adds f47dfffafc 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-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b67c3e4b 0: update: binutils-gcc-linux: boot
new 265c3863 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 (b67c3e4b)
\
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 | 130 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 10459 +++++++--------
04-build_abe-stage1/console.log | 12935 ++++++++++---------
05-build_linux/console.log | 480 +-
06-boot_linux/console.log | 4 +-
console.log | 24475 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
8 files changed, 24457 insertions(+), 24444 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 402b6f9543d [NFC][CodeGen] Add unary FNeg tests to X86/fma-intrinsics-c [...]
new 131800e73e8 [NFC][CodeGen] Forgot 2 unary FNeg tests in X86/fma-intrins [...]
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/fma-intrinsics-canonical.ll | 56 ++++++++++++++++++++++++++++
1 file changed, 56 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/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
from d9c69269 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
new fbfcb03e 2: update: gcc-4a5ea126cdcc95710399438fe1e15060c1a9c6e9: -9
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-prepare_abe/console.log | 84 +-
03-build_abe-binutils/console.log | 8470 ++++++-------
04-build_abe-stage1/console.log | 16024 ++++++++++++-----------
07-check_regression/console.log | 20 +-
08-update_baseline/console.log | 30 +-
console.log | 24669 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
9 files changed, 24664 insertions(+), 24657 deletions(-)
delete mode 100644 reset-baseline
--
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-arm-stable-allmodconfig
in repository toolchain/ci/gcc.
from 96161eee929 2019-06-09 Paul Thomas <pault(a)gcc.gnu.org>
adds 6da8cd22dff PR c++/60366 * g++.dg/cpp0x/lambda/lambda-ice32.C: New test.
adds a032a26894e PR c++/65175 * g++.dg/cpp0x/alias-decl-69.C: New test.
adds eabef64f6e1 Daily bump.
adds 8482ddd3ae2 Fix build with --enable-gather-detailed-mem-stats.
adds 2d19df75657 testsuite - Require alias support in a test using it.
adds 1a15313ca9b Implement N disk counters for single value and indirect cal [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 30 +++++
gcc/DATESTAMP | 2 +-
gcc/gcov-io.h | 7 ++
gcc/hash-map.h | 6 +-
gcc/hash-table.h | 2 +-
gcc/ipa-profile.c | 12 +-
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C | 40 +++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.C | 9 ++
gcc/testsuite/gcc.dg/attr-copy-6.c | 1 +
gcc/tree-profile.c | 6 +-
gcc/value-prof.c | 136 +++++++++++++----------
gcc/value-prof.h | 4 +
libgcc/ChangeLog | 24 ++++
libgcc/Makefile.in | 6 +-
libgcc/libgcov-merge.c | 83 +++++++++-----
libgcc/libgcov-profiler.c | 33 +++---
libgcc/libgcov.h | 29 ++++-
18 files changed, 322 insertions(+), 120 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
from 84fd7b99 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: all
new d9c69269 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
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 | 121 +-
02-prepare_abe/console.log | 205 +-
03-build_abe-binutils/console.log | 9667 +++++----
04-build_abe-stage1/console.log | 18164 ++++++++---------
05-build_linux/console.log | 11387 -----------
06-boot_linux/console.log | 8 -
07-check_regression/console.log | 17 +-
08-update_baseline/console.log | 10 +-
console.log | 39588 ++++++++++++------------------------
jenkins/manifest.sh | 11 +-
reset-baseline | 0
results | 6 -
12 files changed, 27050 insertions(+), 52134 deletions(-)
delete mode 100644 05-build_linux/console.log
delete mode 100644 06-boot_linux/console.log
create mode 100644 reset-baseline
--
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 e0fccd9cf8f Fix typo from r362990 to fix Windows builds
new 402b6f9543d [NFC][CodeGen] Add unary FNeg tests to X86/fma-intrinsics-c [...]
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/fma-intrinsics-canonical.ll | 621 +++++++++++++++++++++++++++
1 file changed, 621 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.
unknown user pushed a change to branch master
in repository clang.
from ae5a4cd2ab [analyzer][tests] Use normalize_plist in place of diff_plist [...]
new 239c4e1996 Require stdcall etc parameters to be complete on ODR use
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:
include/clang/Basic/DiagnosticSemaKinds.td | 3 ++
lib/Sema/SemaExpr.cpp | 81 ++++++++++++++++++++++++++++++
test/Sema/calling-conv-complete-params.c | 53 +++++++++++++++++++
3 files changed, 137 insertions(+)
create mode 100644 test/Sema/calling-conv-complete-params.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 70d04110 0: update: binutils-c6a636ce375d5af4ce0b3aa78b1cc90fd82040bd: all
new 84fd7b99 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: 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 (70d04110)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 161 +-
02-prepare_abe/console.log | 405 +-
03-build_abe-binutils/console.log | 10876 ++++----
04-build_abe-stage1/console.log | 18084 +++++++------
05-build_linux/console.log | 22455 ++++++++--------
06-boot_linux/console.log | 2 +-
console.log | 51997 ++++++++++++++++++------------------
jenkins/manifest.sh | 6 +-
8 files changed, 51810 insertions(+), 52176 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.