This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 532beba3aad 2019-05-23 Mark Eggleston <mark.eggleston(a)codethink.com>
new 8e2a1096b0e From what I understand of the libstdc++/83237 thread at <ht [...]
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 | 5 +++++
.../26_numerics/random/poisson_distribution/operators/values.cc | 4 ++++
2 files changed, 9 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-arm-mainline-allmodconfig
in repository toolchain/ci/linux.
from 54dee406374c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds fba388032cf2 counter: fix Documentation build error due to incorrect so [...]
adds e6d319f68d4d scripts/spdxcheck.py: Fix path to deprecated licenses
adds 29077bc5b7a4 scripts/spdxcheck.py: Add dual license subdirectory
adds a65fd4f0def5 Documentation: kdump: fix minor typo
adds 61686afe1ff3 Merge tag 'docs-5.2-fixes' of git://git.lwn.net/linux
No new revisions were added by this update.
Summary of changes:
Documentation/driver-api/generic-counter.rst | 2 +-
Documentation/kdump/kdump.txt | 2 +-
scripts/spdxcheck.py | 2 +-
3 files changed, 3 insertions(+), 3 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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9bfb3cec 2: update: llvm-linux: 19523
new 1fcb5743 2: update: llvm-linux: 19523
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 (9bfb3cec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 184 +-
02-build_llvm/console.log | 11732 ++++++++++++++++----------------
03-build_linux/console.log | 1938 +++---
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 20 +-
console.log | 13880 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13884 insertions(+), 13884 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 dd5b336ef6c [WebAssembly] Add multivalue and tail-call target features
new b13ba2bf8c7 [LOOPINFO] Extend Loop object to add utilities to get t [...]
new 3dd78048247 AMDGPU/GlobalISel: Legality for integer min/max
new 6b4f8f2cc75 gn build: Merge r361418 more
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:
include/llvm/Analysis/LoopInfo.h | 162 ++++
lib/Analysis/LoopInfo.cpp | 246 ++++++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 14 +-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 23 +
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 7 +
lib/Transforms/Scalar/LoopInterchange.cpp | 29 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir | 423 ++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir | 423 ++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir | 413 ++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir | 413 ++++++++++
.../AMDGPU/GlobalISel/regbankselect-smax.mir | 73 ++
.../AMDGPU/GlobalISel/regbankselect-smin.mir | 73 ++
.../AMDGPU/GlobalISel/regbankselect-umax.mir | 73 ++
.../AMDGPU/GlobalISel/regbankselect-umin.mir | 73 ++
unittests/Analysis/LoopInfoTest.cpp | 900 +++++++++++++++++++++
.../clang-tools-extra/clang-tidy/utils/BUILD.gn | 1 +
.../unittests/clang-tidy/BUILD.gn | 1 +
17 files changed, 3318 insertions(+), 29 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-smax.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-smin.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-umax.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-umin.mir
--
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 5d63c8b6bd [WebAssembly] Add multivalue and tail-call target features
new a663efb444 lld-link, clang: Treat non-existent input files as possible [...]
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/DiagnosticDriverKinds.td | 12 ++++----
include/clang/Driver/Driver.h | 8 ++++++
lib/Driver/Driver.cpp | 41 ++++++++++++++++++++--------
test/Driver/unknown-arg.c | 37 +++++++++++++------------
test/Driver/unsupported-option.c | 2 +-
test/Frontend/unknown-arg.c | 2 +-
6 files changed, 67 insertions(+), 35 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 lld.
from e9352c943 Simplify InputFile::fetch().
new 92c9f501b lld-link, clang: Treat non-existent input files as possible s [...]
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:
COFF/Driver.cpp | 17 ++++++++++++++---
COFF/DriverUtils.cpp | 3 ++-
test/COFF/color-diagnostics.test | 4 ++--
test/COFF/could-not-open.test | 2 +-
test/COFF/driver.test | 12 +++++++++++-
test/COFF/error-limit.test | 20 ++++++++++----------
test/COFF/nodefaultlib.test | 4 ++--
test/COFF/responsefile.test | 6 +++---
8 files changed, 45 insertions(+), 23 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/gnu-master-aarch64-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from af1a8d0387 [gdb/testsuite] Require c++11 for gdb.base/align.exp
adds 18125b1639 Add "style" proc to the test suite
adds 4ca51187d2 Constify target_ops::follow_exec
adds 016181423b Automatic date update in version.in
adds 82d7a6f4e3 Re: Have the linker report an error if the same script is us [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 9 +++++
gdb/infrun.c | 2 +-
gdb/remote.c | 4 +-
gdb/target-delegates.c | 12 +++---
gdb/target.c | 2 +-
gdb/target.h | 4 +-
gdb/testsuite/ChangeLog | 6 +++
gdb/testsuite/gdb.base/info-shared.exp | 6 ++-
gdb/testsuite/gdb.base/style.exp | 13 +++---
gdb/testsuite/lib/gdb-utils.exp | 18 +++++++++
ld/ChangeLog | 10 +++++
ld/ldfile.c | 72 ++++++++++++++++++++--------------
13 files changed, 109 insertions(+), 51 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/gnu-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 01ad3cb4 0: update: binutils-gcc-linux: all
new a08e8bff 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 (01ad3cb4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 181 +-
03-build_abe-binutils/console.log | 10576 ++++----
04-build_abe-stage1/console.log | 15527 ++++++-----
05-build_linux/console.log | 24552 +++++++++--------
06-boot_linux/console.log | 6 +-
console.log | 50972 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 50930 insertions(+), 51026 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/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3ec42b67 0: update: gcc-1db1e5ccca0d962558987bd1d87537e99f60e859: all
new ca71365b 0: update: linux-c3a0725977484ea2d7f17746d7e168d2b19f99a2: 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 (3ec42b67)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 129 +-
02-prepare_abe/console.log | 322 +-
03-build_abe-binutils/console.log | 8413 +-
04-build_abe-stage1/console.log | 15270 +-
05-build_linux/console.log | 377847 ++++++++++++++++----------------
06-boot_linux/console.log | 2 +-
08-update_baseline/console.log | 8 +-
console.log | 401987 +++++++++++++++++------------------
jenkins/manifest.sh | 6 +-
9 files changed, 401825 insertions(+), 402159 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.