This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fa13e5dd1db Fix bad copy-and-paste in r329108
new d82ffe5dae5 Revert "MSG"
new 5d2f4dba66d [MachineOutliner] Keep track of fns that use a redzone in A [...]
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/AArch64FrameLowering.cpp | 6 ++-
lib/Target/AArch64/AArch64InstrInfo.cpp | 13 +++---
lib/Target/AArch64/AArch64MachineFunctionInfo.h | 15 +++++++
lib/Target/AMDGPU/SIISelLowering.cpp | 2 +-
test/CodeGen/AArch64/machine-outliner-noredzone.ll | 47 ++++++++++++++++++++++
test/CodeGen/AMDGPU/fmax3.ll | 12 ------
test/CodeGen/AMDGPU/fmin3.ll | 12 ------
7 files changed, 75 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner-noredzone.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 llvm.
from 4831763daab [MachineOutliner][NFC] Make outlined functions have interna [...]
new fa13e5dd1db Fix bad copy-and-paste in r329108
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/IPO/ForceFunctionAttrs.cpp | 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.
unknown user pushed a change to branch master
in repository lld.
from 627244fd7 Instead of using std::copy, clear the vector first and add ne [...]
new b9f4fd304 Inline initOffsetMap.
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/InputSection.cpp | 6 ------
ELF/InputSection.h | 4 +---
ELF/SyntheticSections.cpp | 29 +++++++++++++++++------------
3 files changed, 18 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.
unknown user pushed a change to branch master
in repository gcc.
from df234ea9849 PR c++/85092 - C++17 ICE with unused list constructor.
new 2f2a7720d3b PR tree-optimization/85156 * builtins.c (fold_builtin_exp [...]
new d77081862a5 PR rtl-optimization/85167 * shrink-wrap.c (move_insn_for_ [...]
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/ChangeLog | 10 ++++++++++
gcc/builtins.c | 1 +
gcc/shrink-wrap.c | 9 ++++++---
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/c-c++-common/pr85156.c | 11 +++++++++++
gcc/testsuite/gcc.c-torture/execute/pr85156.c | 21 +++++++++++++++++++++
gcc/testsuite/gcc.dg/pr85167.c | 16 ++++++++++++++++
7 files changed, 74 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr85156.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr85156.c
create mode 100644 gcc/testsuite/gcc.dg/pr85167.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 aoliva/testme
in repository gcc.
discards e98ec638506 [PR c++/85039] adjust context of new types in member initializers
discards 1235d425384 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
new f4ee8ea81d1 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
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 (e98ec638506)
\
N -- N -- N refs/heads/aoliva/testme (f4ee8ea81d1)
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:
gcc/cp/cp-tree.h | 1 +
gcc/cp/name-lookup.c | 17 ++--------
gcc/cp/parser.c | 49 ++++++----------------------
gcc/cp/pt.c | 53 ++++++++++++++++++++++++++++++-
gcc/cp/typeck2.c | 3 +-
gcc/testsuite/g++.dg/concepts/pr84979-2.C | 41 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/concepts/pr84979-3.C | 45 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/concepts/pr84979.C | 2 +-
gcc/testsuite/g++.dg/pr85039-1.C | 17 ----------
gcc/testsuite/g++.dg/pr85039-2.C | 10 ------
gcc/testsuite/g++.dg/pr85039-3.C | 13 --------
11 files changed, 154 insertions(+), 97 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84979-2.C
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84979-3.C
delete mode 100644 gcc/testsuite/g++.dg/pr85039-1.C
delete mode 100644 gcc/testsuite/g++.dg/pr85039-2.C
delete mode 100644 gcc/testsuite/g++.dg/pr85039-3.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 9a0ce889d1c MSG
new 4831763daab [MachineOutliner][NFC] Make outlined functions have interna [...]
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/CodeGen/MachineOutliner.cpp | 2 +-
test/CodeGen/AArch64/machine-outliner.ll | 28 +++++++++++++-------------
test/CodeGen/X86/machine-outliner-debuginfo.ll | 8 +++++---
test/CodeGen/X86/machine-outliner-tailcalls.ll | 10 +++++----
test/CodeGen/X86/machine-outliner.ll | 26 ++++++++++++++----------
5 files changed, 41 insertions(+), 33 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 clang.
from 4d4cbc1864 Add REQUIRES: darwin-system to test/Driver/darwin-sdkroot.c
new c35631a920 [StaticAnalyzer] Fix some Clang-tidy modernize and Include W [...]
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:
.../clang/StaticAnalyzer/Core/CheckerRegistry.h | 22 +-
.../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 235 ++++++++++-----------
.../Core/PathSensitive/TaintManager.h | 31 ++-
.../StaticAnalyzer/Core/PathSensitive/TaintTag.h | 11 +-
lib/StaticAnalyzer/Core/CheckerRegistry.cpp | 66 +++---
lib/StaticAnalyzer/Core/MemRegion.cpp | 200 ++++++++++--------
6 files changed, 297 insertions(+), 268 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 d36a0f0f415 [coroutines] Respect alloca alignment requirements when bui [...]
new 9a0ce889d1c MSG
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/SIISelLowering.cpp | 2 +-
test/CodeGen/AMDGPU/fmax3.ll | 12 ++++++++++++
test/CodeGen/AMDGPU/fmin3.ll | 12 ++++++++++++
3 files changed, 25 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 def77d03c8 [driver][darwin] Do not infer -simulator environment for non [...]
new 4d4cbc1864 Add REQUIRES: darwin-system to test/Driver/darwin-sdkroot.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:
test/Driver/darwin-sdkroot.c | 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 master
in repository glibc.
from 5e17a480f8 Revert parts of "hurd: Avoid more libc.so local PLTs"
new 92846492dc hurd: Make __if_nametoindex return ENODEV if ifname is too long
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 | 4 ++--
sysdeps/mach/hurd/if_index.c | 8 ++++++--
2 files changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.