This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cab3257e74 Fix some handling of AST nodes with diagnostics.
new 9f49beb064 [PATCH] [RISCV] Verify the input value of -march=
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/ToolChains/Arch/RISCV.cpp | 73 ++++++++++++++++++++++++++---
test/Driver/riscv-arch.c | 89 ++++++++++++++++++++++++++++++++++++
2 files changed, 156 insertions(+), 6 deletions(-)
create mode 100644 test/Driver/riscv-arch.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 users/clyon/arm-fdpic
in repository binutils-gdb.
discards 3fdcc43207 [ARM] FDPIC: Implement Thumb-only PLT for FDPIC.
discards dc823a7c06 [ARM] FDPIC: New tests.
new 3972797146 [ARM] FDPIC: New tests.
new 7ae864cf13 [ARM] FDPIC: Implement Thumb-only PLT for FDPIC.
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 (3fdcc43207)
\
N -- N -- N refs/heads/users/clyon/arm-fdpic (7ae864cf13)
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:
ld/testsuite/ld-arm/arm-elf.exp | 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 llvm.
from de6ad3a31fb [ORC] Fix ORC on platforms without indirection support.
new 1effa108aef [RegisterCoalescing] Don't move COPY if it would interfere [...]
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/RegisterCoalescer.cpp | 15 ++++++--
...oalesce-partial-redundant-reguse-terminator.mir | 41 ++++++++++++++++++++++
2 files changed, 54 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Mips/coalesce-partial-redundant-reguse-terminator.mir
--
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 67157f84bac Daily bump.
new 106682b12ec [PR c++/84968] reject stmt-exprs in noexcept constexprs
new 2a1efcf5ecb [PR c++/84973] don't defer output of uninstantiated templates
new 33540c0c053 [PR c++/84789] adjust testcase for -fconcepts
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/ChangeLog | 9 +++++++++
gcc/cp/decl2.c | 3 +++
gcc/cp/tree.c | 4 ++++
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/g++.dg/eh/pr84968.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/template/pr84789.C | 2 +-
gcc/testsuite/g++.dg/template/pr84973-2.C | 13 +++++++++++++
gcc/testsuite/g++.dg/template/pr84973-3.C | 13 +++++++++++++
gcc/testsuite/g++.dg/template/pr84973.C | 8 ++++++++
9 files changed, 80 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/eh/pr84968.C
create mode 100644 gcc/testsuite/g++.dg/template/pr84973-2.C
create mode 100644 gcc/testsuite/g++.dg/template/pr84973-3.C
create mode 100644 gcc/testsuite/g++.dg/template/pr84973.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 7d573824c6 [ObjC] Make C++ triviality type traits available to non-triv [...]
new cab3257e74 Fix some handling of AST nodes with diagnostics.
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/clang/Basic/DiagnosticParseKinds.td | 2 +-
include/clang/Basic/DiagnosticSemaKinds.td | 29 ++++++++++++-----------
lib/Lex/PPMacroExpansion.cpp | 2 +-
lib/Parse/ParseDeclCXX.cpp | 2 +-
lib/Sema/AnalysisBasedWarnings.cpp | 15 ++++++------
lib/Sema/SemaCUDA.cpp | 2 +-
lib/Sema/SemaChecking.cpp | 10 ++++----
lib/Sema/SemaDecl.cpp | 6 ++---
lib/Sema/SemaDeclCXX.cpp | 6 ++---
lib/Sema/SemaExpr.cpp | 8 +++----
lib/Sema/TreeTransform.h | 2 +-
test/Preprocessor/has_include.c | 12 +++++-----
test/Sema/warn-duplicate-enum.c | 20 ++++++++--------
test/SemaCUDA/function-overload.cu | 4 ++--
test/SemaCUDA/kernel-call.cu | 4 ++--
test/SemaCXX/ms-interface.cpp | 6 ++---
test/SemaCXX/typo-correction.cpp | 2 +-
test/SemaCXX/warn-thread-safety-analysis.cpp | 12 +++++-----
test/SemaObjC/comptypes-legal.m | 2 +-
test/SemaObjC/protocol-expr-neg-1.m | 6 ++---
test/SemaTemplate/warn-thread-safety-analysis.cpp | 6 ++---
21 files changed, 79 insertions(+), 79 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 abcc316cb54 [AArch64] add ftrunc tests; NFC
new de6ad3a31fb [ORC] Fix ORC on platforms without indirection support.
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/ExecutionEngine/Orc/IndirectionUtils.cpp | 6 +++++-
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 8 ++++----
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 13 ++++++++++---
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp | 4 ++--
4 files changed, 21 insertions(+), 10 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 143591c5a Define a trivial method inline.
new bd5ea8bc7 Initialize OffsetMap in a known location.
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 | 13 ++++++-------
ELF/InputSection.h | 6 ++----
ELF/SyntheticSections.cpp | 5 ++++-
ELF/SyntheticSections.h | 3 +--
4 files changed, 13 insertions(+), 14 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 ef1e10748 Store live offsets as uint32_t.
new 143591c5a Define a trivial method inline.
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 | 9 ++-------
ELF/InputSection.h | 4 +++-
2 files changed, 5 insertions(+), 8 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 79b56e145 [ELF] Fix offsets in comment of tls-got.s
new ef1e10748 Store live offsets as uint32_t.
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 | 2 +-
ELF/InputSection.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.