This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from af4b988cf [libcxx] [test] Add void cast to result of compare_exchange_w [...]
new 8cc83b0d5 Fix -Wdouble-promotion warnings.
new 759c9bfb9 __threading_support: Remove (void) in favor of ().
new b10aebc76 Implement LWG2221: 'Formatted output for nullptr_t' Reviewed [...]
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/__threading_support | 4 ++--
include/limits | 2 +-
include/ostream | 5 +++++
include/utility | 4 ++--
.../ostream.formatted/ostream.inserters/streambuf.pass.cpp | 7 +++++++
www/cxx1z_status.html | 2 +-
6 files changed, 18 insertions(+), 6 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-arm-spec2k6-Os
in repository toolchain/ci/binutils-gdb.
from 0c5de26f02 Automatic date update in version.in
adds 30e1820d02 Automatic date update in version.in
adds 9a7543e1c7 Automatic date update in version.in
adds e07bdcfb0e Automatic date update in version.in
adds 67fcb693d7 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-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 71417f4df 0: update: binutils-gcc-glibc: -5
new 526bd5969 0: update: 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 (71417f4df)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-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 | 184 +-
02-prepare_abe/console.log | 358 +-
03-build_abe-binutils/console.log | 10702 ++--
04-build_abe-stage1/console.log | 17598 +++---
05-build_abe-linux/console.log | 176 +-
06-build_abe-glibc/console.log | 38119 ++++++------
07-build_abe-stage2/console.log | 46365 +++++++-------
08-benchmark/benchmark-start.log | 2 +-
08-benchmark/benchmark.log | 7 +-
08-benchmark/console.log | 140 +-
09-check_regression/console.log | 6 +-
10-update_baseline/console.log | 8 +-
console.log | 114234 ++++++++++++++++++-----------------
jenkins/manifest.sh | 14 +-
14 files changed, 114006 insertions(+), 113907 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 970d21048e1 Update email address in CODE_OWNERS
new ce3ccf7b692 [ARM] MVE: support QQPRRegClass and QQQQPRRegClass
new ebb2f49e2da AMDGPU/GlobalISel: Select G_BRCOND for vcc
new ec01b2964e0 [ARM] Fix MVE_VQxDMLxDH instruction class
new 962c2a67ea8 AMDGPU/GlobalISel: Implement select for 32-bit G_ADD
The 4 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/AMDGPU/AMDGPUGISel.td | 3 +
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 72 ++++++++++++++--------
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 3 +
lib/Target/ARM/ARMISelLowering.cpp | 5 +-
lib/Target/ARM/ARMInstrMVE.td | 15 +++--
test/CodeGen/AMDGPU/GlobalISel/inst-select-add.mir | 43 +++++++++++++
.../AMDGPU/GlobalISel/inst-select-brcond.mir | 47 ++++++++++----
7 files changed, 142 insertions(+), 46 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-add.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 llvm.
from 3e56c9d4260 [Hexagon] Custom-lower UADDO(x, 1) and USUBO(x, 1)
new 458204d4650 [InstCombine] Shift amount reassociation in bittest (PR42399)
new 5b80637fd33 [InstCombine] (Y + ~X) + 1 --> Y - X fold (PR42459)
new 970d21048e1 Update email address in CODE_OWNERS
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:
CODE_OWNERS.TXT | 2 +-
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 5 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 60 +++++++
test/Transforms/InstCombine/add.ll | 10 +-
...ld-inc-of-add-of-not-x-and-y-to-sub-x-from-y.ll | 29 +--
.../shift-amount-reassociation-in-bittest.ll | 196 +++++++++------------
6 files changed, 165 insertions(+), 137 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 1adfb58fa1b AMDGPU/GlobalISel: Select G_BRCOND for scc conditions
new faac328d81d AMDGPU/GlobalISel: Make s16 select legal
new c77d9f5b72b AMDGPU/GFX10: fix scratch resource descriptor
new 23031b82433 AMDGPU/GlobalISel: Select G_FRAME_INDEX
new 3e56c9d4260 [Hexagon] Custom-lower UADDO(x, 1) and USUBO(x, 1)
The 4 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/AMDGPU/AMDGPUInstructionSelector.cpp | 30 +++-
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 +
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 4 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 4 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 43 ++++-
lib/Target/Hexagon/HexagonISelLowering.h | 1 +
.../AMDGPU/GlobalISel/inst-select-frame-index.mir | 38 +++++
.../AMDGPU/GlobalISel/inst-select-select.mir | 176 +++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir | 8 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir | 20 +--
test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 110 ++++++-------
test/CodeGen/AMDGPU/scratch-simple.ll | 65 ++++----
test/CodeGen/Hexagon/isel-uaddo-1.ll | 37 +++++
13 files changed, 428 insertions(+), 109 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-frame-index.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-select.mir
create mode 100644 test/CodeGen/Hexagon/isel-uaddo-1.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 gcc.
from 10ba1f38764 rs6000: Improve indexed addressing
new 60d7d138646 2019-07-01 Sandra Loosemore <sandra(a)codesourcery.com>
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/ChangeLog | 5 +++++
gcc/doc/invoke.texi | 43 ++++++++++++++++++++++---------------------
2 files changed, 27 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 453fc220b 0: update: binutils-gcc-linux: all
new eb25f95d8 0: update: binutils-65392b3edd1f6873204a4890efc286c8970abf4e: 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 (453fc220b)
\
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 | 165 +-
02-prepare_abe/console.log | 200 +-
03-build_abe-binutils/console.log | 11465 +++++++--------
04-build_abe-stage1/console.log | 15282 ++++++++++----------
05-build_linux/console.log | 598 +-
06-boot_linux/console.log | 6 +-
console.log | 27716 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 27225 insertions(+), 28219 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.