This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from a44061398c Remove unused frame.h header, sigcontextinfo.h macros.
new cd66c0e584 Fix i386 memmove issue (bug 22644).
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 | 8 +++
string/test-memmove.c | 58 ++++++++++++++++++++++
.../i386/i686/multiarch/memcpy-sse2-unaligned.S | 12 ++---
3 files changed, 72 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.
unknown user pushed a change to branch master
in repository llvm.
from 9dd8ea36b2b [InstCombine] regenerate test checks; NFC
new 4561f7dac87 Re-commit: [MachineLICM] Add functions to MachineLICM to ho [...]
new ff51e420754 [InstSimplify] regenerate checks, move tests; NFC
new 1234988eb62 [X86][Btver2] Vector store instructions use a JFPU1 schedul [...]
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/CodeGen/TargetRegisterInfo.h | 7 +
lib/CodeGen/MachineLICM.cpp | 84 +++-
lib/CodeGen/TargetRegisterInfo.cpp | 23 +
lib/Target/PowerPC/PPCInstrInfo.cpp | 25 +-
lib/Target/PowerPC/PPCInstrInfo.h | 7 -
lib/Target/PowerPC/PPCMIPeephole.cpp | 20 +-
lib/Target/PowerPC/PPCRegisterInfo.cpp | 25 +-
lib/Target/X86/X86ScheduleBtVer2.td | 4 +-
test/CodeGen/PowerPC/extra-toc-reg-deps.ll | 2 -
test/CodeGen/PowerPC/loop-hoist-toc-save.ll | 129 ++++++
test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll | 2 -
test/Transforms/InstCombine/gep-vector.ll | 16 -
test/Transforms/InstSimplify/gep.ll | 61 ++-
test/tools/llvm-mca/X86/BtVer2/load-store-alias.s | 18 +-
test/tools/llvm-mca/X86/BtVer2/memcpy-like-test.s | 18 +-
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 508 +++++++++++-----------
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 4 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 282 ++++++------
18 files changed, 735 insertions(+), 500 deletions(-)
create mode 100644 test/CodeGen/PowerPC/loop-hoist-toc-save.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 2c6301eba30 [ARM] Fix pr84826.c failure for thumb1
new 61cdc200306 XFAIL AIX.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/debug/pr84704.C | 1 +
2 files changed, 5 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 aoliva/testme
in repository gcc.
discards 5fe2f67749f [PR c++/84979] improve auto handling in explicit tmpl args [...]
discards 9a1274fd588 [PR c++/84973] don't defer output of uninstantiated templates
discards 1304ac7cbb6 [PR c++/84968] reject stmt-exprs in noexcept constexprs
discards 8c64e458cce [PR c++/84943] allow folding of array indexing indirect_ref
new 32ceef74291 [PR c++/84968] reject stmt-exprs in noexcept constexprs
new 1b6e374d4d6 [PR c++/84973] don't defer output of uninstantiated templates
new 86fb94d50d6 [PR c++/84943] cancel-out indirect_ref and addr_expr in call
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 (5fe2f67749f)
\
N -- N -- N refs/heads/aoliva/testme (86fb94d50d6)
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 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:
gcc/cp/pt.c | 40 ++++---------------------------
gcc/cp/typeck.c | 39 +++++++++++++++++++-----------
gcc/testsuite/g++.dg/concepts/pr84979-2.C | 9 -------
gcc/testsuite/g++.dg/concepts/pr84979-3.C | 9 -------
gcc/testsuite/g++.dg/concepts/pr84979-4.C | 9 -------
gcc/testsuite/g++.dg/concepts/pr84979.C | 9 -------
6 files changed, 29 insertions(+), 86 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/concepts/pr84979-2.C
delete mode 100644 gcc/testsuite/g++.dg/concepts/pr84979-3.C
delete mode 100644 gcc/testsuite/g++.dg/concepts/pr84979-4.C
delete mode 100644 gcc/testsuite/g++.dg/concepts/pr84979.C
--
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 9e58a322ef6 [InstCombine] reduce code duplication; NFC
new 8ec7dc027c8 [X86][Btver2] Cleanup DPPS/DPPD instructions to use JFPA/JF [...]
new 9dd8ea36b2b [InstCombine] regenerate test checks; NFC
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/Target/X86/X86ScheduleBtVer2.td | 24 ++--
test/Transforms/InstCombine/gep-vector.ll | 27 +++--
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 24 ++--
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 138 +++++++++++------------
4 files changed, 110 insertions(+), 103 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 gcc-7-branch
in repository gcc.
from 44803abcbaf PR c++/78489 - Substitution in wrong order
new 1e2c7709014 gcc/ChangeLog:
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 | 7 ++
gcc/config/rs6000/rs6000.c | 1 +
gcc/testsuite/ChangeLog | 4 +
.../gcc.target/powerpc/crypto-builtin-1-runnable.c | 110 +++++++++++++++++++++
4 files changed, 122 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/crypto-builtin-1-runnable.c
--
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 02dc2b96487 [InstCombine] improve variable name; NFC
new 9e58a322ef6 [InstCombine] reduce code duplication; 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/InstructionCombining.cpp | 105 ++++++++++-----------
1 file changed, 49 insertions(+), 56 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 a5f02879283 [AArch64] Don't reduce the width of loads if it prevents co [...]
new 02dc2b96487 [InstCombine] improve variable name; 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/InstructionCombining.cpp | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 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 35ac3518056 [X86][Btver2] Cleanup SSE42 PCMPISTR/PCMPESTR string instru [...]
new 9023810566b [X86][Btver2] Fix MicroOps counts for DPPS/YMM memory folde [...]
new a5f02879283 [AArch64] Don't reduce the width of loads if it prevents co [...]
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/Target/AArch64/AArch64ISelLowering.cpp | 27 ++
lib/Target/AArch64/AArch64ISelLowering.h | 3 +
lib/Target/X86/X86ScheduleBtVer2.td | 6 +-
test/CodeGen/AArch64/arm64-fold-lsl.ll | 306 +++++++++++++++++++++
.../AArch64/arm64-register-offset-addressing.ll | 3 +-
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 76 ++---
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 36 +--
7 files changed, 396 insertions(+), 61 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 957abdf33 [ELF] - Another fix for "LLD crashes with --emit-relocs when [...]
new 98fe82299 [ELF] - Simplify. 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:
ELF/Writer.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.