This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dbe37154765 2018-12-19 Steven G. Kargl <kargl(a)gcc.gnu.org>
new c008938d596 Daily bump.
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/DATESTAMP | 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.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from d0d3822b20e 2018-12-19 Bill Schmidt <wschmidt(a)linux.ibm.com>
new 791aa458423 Daily bump.
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/DATESTAMP | 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.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from f9e888b34d7 2018-12-19 Bill Schmidt <wschmidt(a)linux.ibm.com>
new 6bd3f27cfd2 Daily bump.
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/DATESTAMP | 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.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
discards a3acb74a2b3 [PR88180] bump function_depth when defining class in unexpe [...]
new 9fc1759b15e [PR88180] bump function_depth when defining class in unexpe [...]
new 832e5d36d02 [PR88146] avoid diagnostics diffs if cdtor_returns_this
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 (a3acb74a2b3)
\
N -- N -- N refs/heads/aoliva/testme (832e5d36d02)
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 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:
gcc/cp/cvt.c | 21 ++++++++++++++++++++-
gcc/testsuite/g++.dg/pr88180.C | 1 +
2 files changed, 21 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 147716a37 linux-ddfbab46539f2d37a9e9d357b054486b51f7dc27: 4970
new 37093d196 linux-62393dbcbe0f3001691e4bd479a25beb5941f2ed: 4970
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 (147716a37)
\
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 | 84 +-
2-build_llvm/console.log | 9749 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 230 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10069 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 2 +-
10 files changed, 10088 insertions(+), 10062 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 d24b4c89122 [gn build] Add check-lld target and make it work
new 722838d767d [DwarfExpression] Fix a typo in a doxygen comment. NFC.
new 94edab2572a [gn build] Make `ninja check-lld` also run LLD's unit tests
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/AsmPrinter/DwarfExpression.h | 2 +-
utils/gn/secondary/lld/test/BUILD.gn | 3 +-
utils/gn/secondary/lld/unittests/BUILD.gn | 7 ++++
.../secondary/lld/unittests/DriverTests/BUILD.gn | 15 ++++++++
.../gn/secondary/lld/unittests/MachOTests/BUILD.gn | 19 ++++++++++
utils/gn/secondary/llvm/utils/unittest/BUILD.gn | 40 ++++++++++++++++++++++
.../llvm/utils/unittest/UnitTestMain/BUILD.gn | 25 ++++++++++++++
7 files changed, 108 insertions(+), 3 deletions(-)
create mode 100644 utils/gn/secondary/lld/unittests/BUILD.gn
create mode 100644 utils/gn/secondary/lld/unittests/DriverTests/BUILD.gn
create mode 100644 utils/gn/secondary/lld/unittests/MachOTests/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/utils/unittest/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/utils/unittest/UnitTestMain/BUILD.gn
--
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 binutils-gdb.
from 8bcb520897 gdb: Add default frame methods to gdbarch
new f0f13ece4c Automatic date update in version.in
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:
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.
unknown user pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from efa1384688 Fix SYMBOL_LANGUAGE assertion failure on AIX.
new 0b4506e3eb Automatic date update in version.in
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:
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.
unknown user pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from ae69f74465 Automatic date update in version.in
new 9875794626 Automatic date update in version.in
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:
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-defconfig
in repository toolchain/binutils-gdb.
from d935c341f8 Automatic date update in version.in
adds ae69f74465 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.