This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2c96583 Revert "In visitSTORE, always use FindBetterChain, rather tha [...]
new d22c85d [PPC] Add intrinsics for vector extract word and vector insert word.
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/IR/IntrinsicsPowerPC.td | 7 +++++++
lib/Target/PowerPC/PPCInstrVSX.td | 9 +++++++++
test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll | 18 ++++++++++++++++++
3 files changed, 34 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 clang.
from 153c995 Document and publish the useful module-file-info flag.
new 3a67a19 Store decls in prototypes on the declarator instead of in the AST
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/AST/Decl.h | 10 ----
include/clang/Sema/DeclSpec.h | 40 +++++++++++--
include/clang/Sema/Sema.h | 6 --
lib/AST/ASTDumper.cpp | 5 --
lib/AST/Decl.cpp | 22 -------
lib/Parse/ParseDecl.cpp | 16 +++++
lib/Parse/ParseExpr.cpp | 1 +
lib/Parse/ParseExprCXX.cpp | 2 +
lib/Sema/DeclSpec.cpp | 17 +++++-
lib/Sema/SemaDecl.cpp | 85 +++++++++++++--------------
lib/Sema/SemaTemplateVariadic.cpp | 2 +-
lib/Sema/SemaType.cpp | 3 +-
test/Misc/ast-dump-decl.c | 10 +++-
test/PCH/decl-in-prototype.c | 27 +++++++++
test/Sema/decl-in-prototype.c | 18 +++++-
test/SemaCXX/type-definition-in-specifier.cpp | 21 ++++---
16 files changed, 176 insertions(+), 109 deletions(-)
create mode 100644 test/PCH/decl-in-prototype.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 lld.
from 60f7e32 Don't crash on an extra symbol in a version script.
new f4830b0 Fix parsing when one extern follows another.
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/LinkerScript.cpp | 4 +++-
test/ELF/dynamic-list-extern.s | 15 +++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/dynamic-list-extern.s
--
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 cc3afa6 * gcc.target/powerpc/dimode-1.c: Update syntax on scan-assem [...]
new 94f4da1 PR78255: Make postreload aware of NO_FUNCTION_CSE
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/postreload.c | 5 +++
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gcc.target/aarch64/pr78255.c | 12 +++++++
gcc/testsuite/gcc.target/arm/pr78255-1.c | 57 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/pr78255-2.c | 12 +++++++
6 files changed, 99 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr78255.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr78255-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr78255-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 lldb.
from 02c71a7 [LLDB][MIPS] Fix TestWatchpointIter failure
new 8a6ba48 Rename multiple target test so it is unique.
new 7691287 Fix buildbots that are failing due to this test by adding all [...]
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:
.../test/api/multiple-targets/TestMultipleTargets.py | 11 ++++++++++-
1 file changed, 10 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 gcc.
from edae406 Fix std::variant for gnu-versioned--namespace build
new cc3afa6 * gcc.target/powerpc/dimode-1.c: Update syntax on scan-assem [...]
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 | 6 ++++++
gcc/testsuite/gcc.target/powerpc/p9-dimode1.c | 10 +++++-----
gcc/testsuite/gcc.target/powerpc/p9-dimode2.c | 8 ++++----
3 files changed, 15 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 26486ab AMDGPU/SI: Don't mark VINTRP instructions as mayLoad
new 8c44335 Use SelectionDAG.getSplatBuildVector helper. NFCI.
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/SelectionDAG/SelectionDAGBuilder.cpp | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.