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-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 01f7b61d41 Automatic date update in version.in
adds d3a33b07fa 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 994b5fb 0: update: binutils-gcc-linux: all
new a1b89c8 0: update: 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 (994b5fb)
\
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 | 106 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11066 +++++++--------
04-build_abe-stage1/console.log | 13849 +++++++++----------
05-build_linux/console.log | 736 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26215 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 26327 insertions(+), 26117 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.
"Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from ceb9c0dc Add ability to choose --with-multilib-list profile for arm newlib
new 1ec7f8b2 latest-rel/gcc.conf: Bump to gcc-9.2.0
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:
config/latest-rel/gcc.conf | 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 master
in repository llvm.
from 4ad4c5dcdea [XCOFF] Use a single symbolic constant for the size of an e [...]
new d4c8890067d [ARM] Add or update a number of costmodel tests. NFC
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/Analysis/CostModel/ARM/arith.ll | 419 ++++++++++
test/Analysis/CostModel/ARM/cast.ll | 888 ++++++++++++++------
test/Analysis/CostModel/ARM/divrem.ll | 1284 +++++++++++++++++++----------
test/Analysis/CostModel/ARM/fparith.ll | 172 ++++
test/Analysis/CostModel/ARM/load_store.ll | 278 +++++++
test/Analysis/CostModel/ARM/select.ll | 101 ++-
test/Analysis/CostModel/ARM/shuffle.ll | 137 +--
7 files changed, 2486 insertions(+), 793 deletions(-)
create mode 100644 test/Analysis/CostModel/ARM/arith.ll
create mode 100644 test/Analysis/CostModel/ARM/fparith.ll
create mode 100644 test/Analysis/CostModel/ARM/load_store.ll
--
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 compiler-rt.
from 0c8ff6968 Add support for FreeBSD's LD_32_LIBRARY_PATH
new 0b161aaff [scudo][standalone] Minor corrections
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/scudo/standalone/fuchsia.cpp | 2 +-
lib/scudo/standalone/internal_defs.h | 4 +---
lib/scudo/standalone/linux.cpp | 2 +-
lib/scudo/standalone/list.h | 12 ++++++------
lib/scudo/standalone/quarantine.h | 6 +++---
lib/scudo/standalone/secondary.cpp | 4 ++--
6 files changed, 14 insertions(+), 16 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 newlib.
from d178de278 Cygwin: console: Fix cursor position restore after screen alt [...]
new 3b4685bf9 Cygwin: ps: fix a compiler warning
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:
winsup/utils/ps.cc | 4 ++--
1 file changed, 2 insertions(+), 2 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 6c7af34052a [InstCombine] add tests for scalar-select-of-vectors; NFC
new 4ad4c5dcdea [XCOFF] Use a single symbolic constant for the size of an e [...]
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/llvm/BinaryFormat/XCOFF.h | 2 +-
include/llvm/Object/XCOFFObjectFile.h | 6 +++---
lib/Object/XCOFFObjectFile.cpp | 18 +++++++++---------
3 files changed, 13 insertions(+), 13 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 ad324a1d846 Revert r368339 "[MBP] Disable aggressive loop rotate in pla [...]
new 6c7af34052a [InstCombine] add tests for scalar-select-of-vectors; NFC
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:
.../InstCombine/select-extractelement.ll | 103 ++++++++++++++++-----
1 file changed, 82 insertions(+), 21 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 newlib.
from 744b90c99 Regenerated files from fenv.h addition
new 92e2c1ad9 Cygwin: console: Fix deadlock at calling fork().
new 33a21904a Cygwin: console: Add workaround for windows xterm compatible [...]
new d178de278 Cygwin: console: Fix cursor position restore after screen alt [...]
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:
winsup/cygwin/fhandler_console.cc | 30 ++++++++++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 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 gcc.
from 4d451454d3d 2019-08-12 Richard Biener <rguenther(a)suse.de>
new 963743ccffb Add noexcept-specifier to std::apply and std::make_from_tuple
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:
libstdc++-v3/ChangeLog | 8 +++
libstdc++-v3/include/std/tuple | 26 +++++++++
libstdc++-v3/testsuite/20_util/tuple/apply/2.cc | 62 +++++++++++++++++++++
.../testsuite/20_util/tuple/make_from_tuple/2.cc | 63 ++++++++++++++++++++++
4 files changed, 159 insertions(+)
create mode 100644 libstdc++-v3/testsuite/20_util/tuple/apply/2.cc
create mode 100644 libstdc++-v3/testsuite/20_util/tuple/make_from_tuple/2.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.