This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 43e46df [AVX-512] Add more patterns to fold masked VPTERNLOG with loa [...]
new 1fb4f8f [SLP] Rework `findBuildAggregate()` from ercursive form to it [...]
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/Transforms/Vectorize/SLPVectorizer.cpp | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 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 67191c1 [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
new 5e39baf [AVX-512] Use a better immediate in the VPTERNLOG commuting t [...]
new 415a83f [AVX-512] Fix mistake in the immediate swizzle for some of th [...]
new e67b3cf [AVX-512] Add tests for missed opportunities to fold masked V [...]
new 43e46df [AVX-512] Add more patterns to fold masked VPTERNLOG with loa [...]
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/X86/X86InstrAVX512.td | 54 +++-
test/CodeGen/X86/avx512-vpternlog-commute.ll | 375 +++++++++++++++------------
2 files changed, 267 insertions(+), 162 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 ad2c271 Daily bump.
new 67378ae PR c++/79503 - inherited ctor taking base class
new a37a80f PR c++/79580 - ICE with compound literal
new ef9d529 PR c++/79500 - ICE with non-template deduction guide
new 155f7f7 PR c++/79470 - partial ordering with reference parameters
new 3d83084 PR c++/79400 - confusing suggestion of 'noexcept'
new c462f4c PR c++/79566 - elaborated-type-specifier in range for
new 9722fa4 PR c++/79607 - ICE with T{} initializer
new 8de8559 PR c++/79606 - ICE with this->base_member in NSDMI
new 02b6d4d PR c++/78282 - auto template and pack expansion
The 9 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/ChangeLog | 35 ++++++++++++++++++++++++++
gcc/cp/call.c | 4 ++-
gcc/cp/class.c | 1 +
gcc/cp/decl.c | 3 +++
gcc/cp/parser.c | 11 +++++---
gcc/cp/pt.c | 15 ++++++++---
gcc/testsuite/g++.dg/cpp0x/inh-ctor26.C | 21 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/nsdmi-template16.C | 14 +++++++++++
gcc/testsuite/g++.dg/cpp0x/range-for34.C | 16 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/variadic-ref1.C | 10 ++++++++
gcc/testsuite/g++.dg/cpp1y/auto-fn36.C | 26 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction29.C | 6 +++++
gcc/testsuite/g++.dg/ext/complit15.C | 8 ++++++
gcc/testsuite/g++.dg/template/init11.C | 9 +++++++
14 files changed, 171 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor26.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template16.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for34.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-ref1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn36.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction29.C
create mode 100644 gcc/testsuite/g++.dg/ext/complit15.C
create mode 100644 gcc/testsuite/g++.dg/template/init11.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 5686a0d [AVX-512] Add more VPTERNLOG patterns to enable folding of br [...]
new 67191c1 [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
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:
...jectLinkingLayer.h => RTDyldObjectLinkingLayer.h} | 18 +++++++++---------
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 4 ++--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 8 ++++----
tools/lli/OrcLazyJIT.h | 4 ++--
unittests/ExecutionEngine/Orc/CMakeLists.txt | 2 +-
.../ExecutionEngine/Orc/ObjectTransformLayerTest.cpp | 4 ++--
...ayerTest.cpp => RTDyldObjectLinkingLayerTest.cpp} | 20 ++++++++++----------
7 files changed, 30 insertions(+), 30 deletions(-)
rename include/llvm/ExecutionEngine/Orc/{ObjectLinkingLayer.h => RTDyldObjectLinki [...]
rename unittests/ExecutionEngine/Orc/{ObjectLinkingLayerTest.cpp => RTDyldObjectLi [...]
--
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 10bdc60 Driver: inline a single caller of a function (NFC)
new 571d97e Enable support for __float128 in Clang on OpenBSD/X86
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/Basic/Targets.cpp | 8 +++++---
test/CodeGenCXX/float128-declarations.cpp | 4 ++++
2 files changed, 9 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.
unknown user pushed a change to branch master
in repository llvm.
from ffea086 [X86] Use memory form of shift right by 1 when the rotl immed [...]
new 5686a0d [AVX-512] Add more VPTERNLOG patterns to enable folding of br [...]
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/X86/X86InstrAVX512.td | 39 +++++++++++++++++++
test/CodeGen/X86/avx512-vpternlog-commute.ll | 56 +++++++++-------------------
2 files changed, 57 insertions(+), 38 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 630a5da Add more comments about copy relocations.
new 770dbbe Remove a dead function.
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/Symbols.h | 2 --
1 file changed, 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 lld.
from cf3def0 Add a comment about the copy relocation.
new 630a5da Add more comments about copy relocations.
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/Relocations.cpp | 23 +++++++++++++++++++----
1 file changed, 19 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 zorg.
from 113ba8b Revert "[sanitizers] Enable ccache on linux bot."
new 4cf1256 [sanitizers] Use ccache on sanitizers bootstrap bot
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:
zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh | 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 zorg.
from 18c025e [sanitizers] Enable ccache on linux bot.
new 9e6ba43 Revert "[sanitizers] Enable ccache on linux bot."
new 113ba8b Revert "[sanitizers] Enable ccache on linux bot."
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:
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh | 6 ------
zorg/buildbot/builders/sanitizers/buildbot_standard.sh | 6 ------
2 files changed, 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.