This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 96fc4b2d 0: good: binutils-gcc-glibc-llvm: -1
new 3a8087d8 0: good: binutils-gcc-glibc-llvm: -1
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 (96fc4b2d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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 | 58 +-
02-prepare_abe/console.log | 22 +-
03-build_abe-binutils/console.log | 6159 +--
04-build_abe-stage1/console.log | 13482 +++---
05-build_abe-linux/console.log | 64 +-
06-build_abe-glibc/console.log | 21583 +++++-----
07-build_abe-stage2/console.log | 30365 ++++++-------
08-build_llvm-true/console.log | 10412 ++---
09-benchmark/benchmark.log | 14 +-
09-benchmark/console.log | 40 +-
11-update_baseline/console.log | 2 +-
console.log | 82193 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
13 files changed, 82280 insertions(+), 82130 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_bmk/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/gcc.
from 1bb1765ee7c Daily bump.
adds 445f6d5bc73 fix PR 71861
adds 4baa5ac3cb3 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++
gcc/fortran/symbol.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gfortran.dg/interface_abstract_5.f90 | 32 ++++++++++++++++++++++
5 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/interface_abstract_5.f90
--
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_bmk/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/binutils-gdb.
from 896c962193 Automatic date update in version.in
adds 0289c08eb3 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_bmk/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 5d64f4b0 0: good: binutils-gcc-glibc: -5
new 40252740 0: good: binutils-gcc-glibc: -5
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 (5d64f4b0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-aarch64- [...]
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 | 4 +-
03-build_abe-binutils/console.log | 3194 +++---
04-build_abe-stage1/console.log | 3379 +++---
05-build_abe-linux/console.log | 14 +-
06-build_abe-glibc/console.log | 1078 +-
07-build_abe-stage2/console.log | 12525 +++++++++++-----------
08-benchmark/benchmark.log | 14 +-
08-benchmark/console.log | 24 +-
console.log | 20164 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 20194 insertions(+), 20214 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-tools-extra.
from ff21a701 [pp-trace] Delete redundant clang::
new e1c3b271 [clang-tidy] Fix more false positives for bugprone-string-int [...]
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:
.../bugprone/StringIntegerAssignmentCheck.cpp | 107 ++++++++++++++++-----
.../bugprone-string-integer-assignment.cpp | 42 +++++++-
2 files changed, 125 insertions(+), 24 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 83768b93ba5 [X86] When selecting (x << C1) op C2 as (x op (C2>>C1)) << [...]
new a8f354662a7 [X86] Update some of the getMachineNode calls from X86ISelD [...]
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/X86ISelDAGToDAG.cpp | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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 90968934917 Revert r356688 "[X86] Don't avoid folding multiple use sign [...]
new 78b7d4a4920 [X86] Remove a couple unused SDNodeXForms. NFC
new 52df471d08b [X86] Remove GetLo8XForm and use GetLo32XForm instead. NFCI
new 83768b93ba5 [X86] When selecting (x << C1) op C2 as (x op (C2>>C1)) << [...]
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:
lib/Target/X86/X86ISelDAGToDAG.cpp | 3 ++-
lib/Target/X86/X86InstrCompiler.td | 7 +------
lib/Target/X86/X86InstrFragmentsSIMD.td | 11 -----------
3 files changed, 3 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.