This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1d6984a6976 Daily bump.
new 961f1f9c3c7 Enable tuning options for skylake-avx512.
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 | 6 ++++++
gcc/config/i386/x86-tune.def | 4 ++--
2 files changed, 8 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 5488d68d0be [AMDGPU] Fix the SDWA Peephole phase to handle src for dst: [...]
new 4e45b963bcd Revert "[LLVM-C] Finish exception instruction bindings"
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/llvm-c/Core.h | 79 +++----------------------------------
lib/IR/Core.cpp | 94 +-------------------------------------------
test/Bindings/llvm-c/echo.ll | 35 -----------------
tools/llvm-c-test/echo.cpp | 62 +----------------------------
4 files changed, 10 insertions(+), 260 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 aoliva/testme
in repository gcc.
from 9d8ea7536cb [PR c++/85027] deal with baselink in save_expr in instantiate_type
new d363d8c9a26 [PR c++/85039] no type definitions in builtin offsetof
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/cp/mangle.c | 3 +++
gcc/cp/parser.c | 8 +++++++-
gcc/testsuite/g++.dg/pr85039-1.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/pr85039-2.C | 10 ++++++++++
4 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr85039-1.C
create mode 100644 gcc/testsuite/g++.dg/pr85039-2.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 clang.
from 297171608b Adding UNSUPPORTED: system-windows at George's request until [...]
new 4326573fd4 [Modules] Improve fixit for framework private module maps
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/Lex/ModuleMap.cpp | 17 +++++++++++------
test/Modules/implicit-private-with-submodule.m | 2 +-
2 files changed, 12 insertions(+), 7 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 805514b4e0b [Hexagon] add missing lit config file
new 5488d68d0be [AMDGPU] Fix the SDWA Peephole phase to handle src for dst: [...]
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/AMDGPU/SIPeepholeSDWA.cpp | 74 ++++++++++++++++++++++++++---
test/CodeGen/AMDGPU/sdwa-preserve.mir | 88 +++++++++++++++++++++++++++++++++++
2 files changed, 155 insertions(+), 7 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 aoliva/testme
in repository gcc.
discards 4c073dcddec [PR c++/84943] mark function as used when taking its address
new a69fcc8b871 [PR c++/84943] mark function as used when taking its address
new 9d8ea7536cb [PR c++/85027] deal with baselink in save_expr in instantiate_type
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 (4c073dcddec)
\
N -- N -- N refs/heads/aoliva/testme (9d8ea7536cb)
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 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:
gcc/cp/class.c | 10 +++++-----
gcc/cp/typeck.c | 5 +++--
gcc/testsuite/g++.dg/pr85027.C | 8 ++++++++
3 files changed, 16 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr85027.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 51feea5bc38 peel loops with runtime small trip counts
new 805514b4e0b [Hexagon] add missing lit config file
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/{CodeGen => Transforms/LoopUnroll}/Hexagon/lit.local.cfg | 0
1 file changed, 0 insertions(+), 0 deletions(-)
copy test/{CodeGen => Transforms/LoopUnroll}/Hexagon/lit.local.cfg (100%)
--
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 033a78e4eb4 [MachineCopyPropagation] Handle COPY with overlapping source/dest.
new 51feea5bc38 peel loops with runtime small trip counts
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/Hexagon/HexagonTargetTransformInfo.cpp | 8 +++++
lib/Transforms/Utils/LoopUnrollPeel.cpp | 7 +++-
.../LoopUnroll/Hexagon/peel-small-loop.ll | 37 ++++++++++++++++++++++
3 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopUnroll/Hexagon/peel-small-loop.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 clang.
from af48a14243 Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFC
new 297171608b Adding UNSUPPORTED: system-windows at George's request until [...]
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/Analysis/autoreleasewritechecker_test.m | 1 +
1 file changed, 1 insertion(+)
--
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.
from ae59080c156 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
new 4c073dcddec [PR c++/84943] mark function as used when taking its address
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/cp/typeck.c | 8 ++++-
gcc/testsuite/g++.dg/pr84943-2.C | 64 ++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/pr84943.C | 8 +++++
3 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr84943-2.C
create mode 100644 gcc/testsuite/g++.dg/pr84943.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.