This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9d3d610d05 [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign [...]
new 39c04dc5ca Fixed markup formatting
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:
docs/UsersManual.rst | 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 clang.
from 5f7f2c06ee Enable configuration files in clang
new 9d3d610d05 [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign [...]
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/Type.h | 4 +-
include/clang/AST/TypeLoc.h | 16 +++----
include/clang/Basic/Specifiers.h | 16 +++----
include/clang/Parse/Parser.h | 9 ++--
include/clang/Sema/DeclSpec.h | 88 +++++++++++++++++++--------------------
include/clang/Sema/Sema.h | 33 +++++++--------
lib/AST/Type.cpp | 46 ++++++++++++--------
lib/AST/TypeLoc.cpp | 14 +++----
lib/Parse/ParseDecl.cpp | 10 ++---
lib/Parse/ParseDeclCXX.cpp | 26 +++++++-----
lib/Parse/ParseExpr.cpp | 9 ++--
lib/Parse/ParseExprCXX.cpp | 2 +-
lib/Parse/ParseObjc.cpp | 5 ++-
lib/Parse/Parser.cpp | 2 +-
lib/Sema/DeclSpec.cpp | 72 ++++++++++++++++----------------
lib/Sema/SemaCodeComplete.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 12 +++---
lib/Sema/SemaDeclCXX.cpp | 11 +++--
lib/Sema/SemaTemplate.cpp | 10 ++---
lib/Sema/SemaTemplateVariadic.cpp | 69 +++++++++++++++---------------
lib/Sema/SemaType.cpp | 23 +++++-----
lib/Serialization/ASTWriter.cpp | 6 +--
22 files changed, 254 insertions(+), 231 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 5a145347115 [X86] Regenerate test checks in sse-intrinsics-x86-upgrade [...]
new 5ce04a5c35c [X86][SSE] Add test case from PR32160
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/X86/vector-trunc.ll | 77 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 77 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 gcc-7-branch
in repository gcc.
from b85e203220e * es.po: Update.
new befa18f825f PR middle-end/83623 * expmed.c (expand_shift_1): For 2-by [...]
new 9d0056c6cf6 PR middle-end/83609 * expr.c (expand_assignment): Fix up [...]
new 4ec0d753204 PR middle-end/83608 * expr.c (store_expr_with_bounds): Us [...]
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/ChangeLog | 20 +++++++++++++++
gcc/expmed.c | 5 ++--
gcc/expr.c | 50 ++++++++++++++++++++++++++++++++------
gcc/testsuite/ChangeLog | 12 +++++++++
gcc/testsuite/g++.dg/opt/pr83608.C | 28 +++++++++++++++++++++
gcc/testsuite/g++.dg/opt/pr83609.C | 28 +++++++++++++++++++++
gcc/testsuite/gcc.dg/pr83609.c | 29 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr83623.c | 12 +++++++++
8 files changed, 174 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr83608.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr83609.C
create mode 100644 gcc/testsuite/gcc.dg/pr83609.c
create mode 100644 gcc/testsuite/gcc.dg/pr83623.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 31978278b11 [X86] Regenerate test checks in sse2-intrinsics-x86-upgrade [...]
new 5a145347115 [X86] Regenerate test checks in sse-intrinsics-x86-upgrade [...]
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/X86/sse-intrinsics-x86-upgrade.ll | 68 --------------------------
1 file changed, 68 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 ce169cc70ee [X86] In LowerTruncateVecI1, don't add SHL if the input is [...]
new 31978278b11 [X86] Regenerate test checks in sse2-intrinsics-x86-upgrade [...]
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/X86/sse2-intrinsics-x86-upgrade.ll | 56 -------------------------
1 file changed, 56 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 893d8a79e0f [X86] Add missing NoVLX predicate around some patterns that [...]
new ce169cc70ee [X86] In LowerTruncateVecI1, don't add SHL if the input is [...]
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/X86ISelLowering.cpp | 26 +-
.../X86/avx512-extract-subvector-load-store.ll | 40 --
test/CodeGen/X86/avx512-insert-extract.ll | 1 -
test/CodeGen/X86/avx512-vec-cmp.ll | 6 -
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 429 ---------------------
test/CodeGen/X86/bitcast-and-setcc-128.ll | 6 -
test/CodeGen/X86/bitcast-and-setcc-256.ll | 2 -
test/CodeGen/X86/bitcast-setcc-128.ll | 3 -
test/CodeGen/X86/bitcast-setcc-256.ll | 3 -
test/CodeGen/X86/bitcast-setcc-512.ll | 6 -
test/CodeGen/X86/broadcastm-lowering.ll | 3 -
test/CodeGen/X86/vector-compare-results.ll | 16 -
test/CodeGen/X86/vector-shuffle-v1.ll | 31 +-
test/CodeGen/X86/x86-interleaved-access.ll | 8 +-
14 files changed, 25 insertions(+), 555 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 7e33c74d98 Add scope specifiers to updated scoped-enums (that I somehow [...]
new 20f9e21530 Revert r321614 and r321615 - the enum changes to TypeSpeci [...]
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/Type.h | 4 +-
include/clang/AST/TypeLoc.h | 16 +++----
include/clang/Basic/Specifiers.h | 15 ++++---
include/clang/Parse/Parser.h | 9 ++--
include/clang/Sema/DeclSpec.h | 88 +++++++++++++++++++--------------------
include/clang/Sema/Sema.h | 33 ++++++++-------
lib/AST/Type.cpp | 46 ++++++++------------
lib/AST/TypeLoc.cpp | 14 +++----
lib/Parse/ParseDecl.cpp | 10 ++---
lib/Parse/ParseDeclCXX.cpp | 26 +++++-------
lib/Parse/ParseExpr.cpp | 9 ++--
lib/Parse/ParseExprCXX.cpp | 2 +-
lib/Parse/ParseObjc.cpp | 5 +--
lib/Parse/Parser.cpp | 2 +-
lib/Sema/DeclSpec.cpp | 72 ++++++++++++++++----------------
lib/Sema/SemaCodeComplete.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 12 +++---
lib/Sema/SemaDeclCXX.cpp | 11 ++---
lib/Sema/SemaTemplate.cpp | 10 ++---
lib/Sema/SemaTemplateVariadic.cpp | 69 +++++++++++++++---------------
lib/Sema/SemaType.cpp | 21 ++++------
lib/Serialization/ASTWriter.cpp | 6 +--
22 files changed, 230 insertions(+), 252 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 8723ca6013 [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign [...]
new 7e33c74d98 Add scope specifiers to updated scoped-enums (that I somehow [...]
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/AST/TypeLoc.cpp | 14 +++++++-------
lib/Serialization/ASTWriter.cpp | 6 +++---
2 files changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.