This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 907b83ae15c PR c++/80990 use cv-qualifiers in class template argument d [...]
new c2b91adce4a Add C++17 deduction guide for std::basic_string (P0433R2, partial)
new 69bf76d9be4 2017-06-07 Tony Reix <tony.reix(a)atos.net> Mat [...]
new 5c672d0baa8 Fix white space.
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:
libgcc/ChangeLog | 9 ++
libgcc/config/rs6000/aix-unwind.h | 37 +++++--
libstdc++-v3/ChangeLog | 12 +++
libstdc++-v3/include/bits/alloc_traits.h | 16 +++
libstdc++-v3/include/bits/basic_string.h | 12 +++
libstdc++-v3/include/ext/alloc_traits.h | 2 +-
.../21_strings/basic_string/cons/char/deduction.cc | 118 +++++++++++++++++++++
.../basic_string/cons/wchar_t/deduction.cc | 77 ++++++++++++++
8 files changed, 273 insertions(+), 10 deletions(-)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/deduction.cc
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/ded [...]
--
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 3204344f223 [PowerPC] Eliminate integer compare instructions - vol. 3
new f6257e92c06 [ARM] GlobalISel: Purge G_SEQUENCE
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/ARM/ARMCallLowering.cpp | 5 +-
lib/Target/ARM/ARMInstructionSelector.cpp | 70 +++++++++++-----------
lib/Target/ARM/ARMRegisterBankInfo.cpp | 30 +++++-----
.../ARM/GlobalISel/arm-instruction-select.mir | 8 +--
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 58 ++++++++----------
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 3 +-
test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir | 36 +++++------
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 5 +-
8 files changed, 98 insertions(+), 117 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 binutils-gdb.
from 50d6adef3b Remove MAX_REGISTER_SIZE from regcache.c
new 62e20ed45e Add support for AArch64 system register names IP0, IP1, FP and LR.
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-aarch64.c | 5 +++++
gas/testsuite/gas/aarch64/diagnostic.l | 1 -
gas/testsuite/gas/aarch64/diagnostic.s | 2 +-
4 files changed, 16 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 5a998740d1d [FileCheck] Don't scan past the closing CHECK-DAG for CHECK [...]
new 3204344f223 [PowerPC] Eliminate integer compare instructions - vol. 3
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/PowerPC/PPCISelDAGToDAG.cpp | 35 ++++++
test/CodeGen/PowerPC/crbits.ll | 46 ++++----
test/CodeGen/PowerPC/ppc-crbits-onoff.ll | 18 ++-
test/CodeGen/PowerPC/setcc-logic.ll | 16 +--
test/CodeGen/PowerPC/testComparesinesc.ll | 121 +++++++++++++++++++++
test/CodeGen/PowerPC/testComparesinesi.ll | 121 +++++++++++++++++++++
test/CodeGen/PowerPC/testComparesiness.ll | 121 +++++++++++++++++++++
.../{testComparesieqsc.ll => testComparesineuc.ll} | 90 ++++++++-------
test/CodeGen/PowerPC/testComparesineui.ll | 121 +++++++++++++++++++++
.../{testComparesiequs.ll => testComparesineus.ll} | 89 ++++++++-------
10 files changed, 648 insertions(+), 130 deletions(-)
create mode 100644 test/CodeGen/PowerPC/testComparesinesc.ll
create mode 100644 test/CodeGen/PowerPC/testComparesinesi.ll
create mode 100644 test/CodeGen/PowerPC/testComparesiness.ll
copy test/CodeGen/PowerPC/{testComparesieqsc.ll => testComparesineuc.ll} (59%)
create mode 100644 test/CodeGen/PowerPC/testComparesineui.ll
copy test/CodeGen/PowerPC/{testComparesiequs.ll => testComparesineus.ll} (59%)
--
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 arjun/backport-c579f48-to-2.24
in repository glibc.
discards c6e5c5db93 Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.c
new 7b60553e36 Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.c
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 (c6e5c5db93)
\
N -- N -- N refs/heads/arjun/backport-c579f48-to-2.24 (7b60553e36)
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:
ChangeLog | 6 ++++++
1 file changed, 6 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.
unknown user pushed a change to branch master
in repository llvm.
from f5c9f953969 [ARM] GlobalISel: Support G_XOR
new 5a998740d1d [FileCheck] Don't scan past the closing CHECK-DAG for CHECK [...]
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/FileCheck/check-dag.txt | 9 +++++++++
utils/FileCheck/FileCheck.cpp | 2 +-
2 files changed, 10 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.
unknown user pushed a change to branch master
in repository clang.
from 54a73f9758 [CodeGen] Add thumb-mode to target-features for arm/thumb triples.
new 0a5e4c3b26 Only print registered targets for `--version`
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/Driver/Driver.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 glibc.
from ea01a4da21 aarch64: Add hwcap string routines
new fdc543919a Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.c
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:
ChangeLog | 6 ++++++
sysdeps/unix/sysv/linux/tst-clone2.c | 7 +++----
2 files changed, 9 insertions(+), 4 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 b47b55f6d11 evert "[mips] Fix test mips64fpldst.ll with machine verifie [...]
new f5c9f953969 [ARM] GlobalISel: Support G_XOR
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/ARM/ARMLegalizerInfo.cpp | 2 +-
lib/Target/ARM/ARMRegisterBankInfo.cpp | 1 +
.../ARM/GlobalISel/arm-instruction-select.mir | 34 +++++++++
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 27 ++++++++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 80 ++++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 27 ++++++++
6 files changed, 170 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.