This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from fae84852 [clangd] Fix a crash in Selection
new a0bcbdb5 [clang-tidy] refactor ExceptionAnalyzer further to give terna [...]
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-tidy/bugprone/ExceptionEscapeCheck.cpp | 4 +-
clang-tidy/utils/ExceptionAnalyzer.cpp | 223 ++++++++++++++++++---------
clang-tidy/utils/ExceptionAnalyzer.h | 127 +++++++++++++--
3 files changed, 271 insertions(+), 83 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 87814624959 [SDAG] Support vector UMULO/SMULO
new febe1abd953 [SelectionDAG] Teach GetDemandedBits to look at the known z [...]
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/SelectionDAG.cpp | 10 +++++++---
test/CodeGen/X86/bt.ll | 2 --
2 files changed, 7 insertions(+), 5 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 b5e360f0fbb [X86] Add more load folding patterns for blend instructions [...]
new 87814624959 [SDAG] Support vector UMULO/SMULO
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/CodeGen/SelectionDAG.h | 5 +
include/llvm/CodeGen/TargetLowering.h | 7 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 8 +-
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 16 +
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 44 +
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 40 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +
test/CodeGen/AArch64/vec_umulo.ll | 401 ++++
test/CodeGen/X86/vec_smulo.ll | 2770 ++++++++++++++++++++++++
test/CodeGen/X86/vec_umulo.ll | 2633 ++++++++++++++++++++++
10 files changed, 5904 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/AArch64/vec_umulo.ll
create mode 100644 test/CodeGen/X86/vec_smulo.ll
create mode 100644 test/CodeGen/X86/vec_umulo.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 71082e8303 [OPENMP] Use targetDiag for diagnostics of unsupported excep [...]
new 003a5a6ba2 Make predefined FLT16 macros conditional on support for the type
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/Frontend/InitPreprocessor.cpp | 3 ++-
test/Headers/float16.c | 12 ++++++++----
test/Preprocessor/init.c | 28 ++++++++++++++--------------
3 files changed, 24 insertions(+), 19 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 eb773d9b315 Add support for pointer types in patterns
new b5e360f0fbb [X86] Add more load folding patterns for blend instructions [...]
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/X86InstrSSE.td | 72 ++++++++++++++++++++--
test/CodeGen/X86/avx-cvt-3.ll | 4 +-
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 20 +++---
test/CodeGen/X86/commute-blend-sse41.ll | 2 +-
test/CodeGen/X86/insert-into-constant-vector.ll | 20 +++---
test/CodeGen/X86/masked_load.ll | 12 ++--
test/CodeGen/X86/merge-consecutive-loads-256.ll | 6 +-
7 files changed, 98 insertions(+), 38 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 google/grte/v5-2.27/master
in repository glibc.
from d65c936935 Suppress option not available in lld
new b9dab9c534 Avoid gas errors by supppressing extra arguments to section [...]
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:
Makerules | 2 +-
nptl/Makefile | 2 +-
stdio-common/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 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 7ad6dda6042 compiler: fix a typo in comments
new a268d555b47 Fix ICE with #line directive (PR c/89410)
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 | 9 +++++++++
gcc/diagnostic-show-locus.c | 9 ++++++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr89410-1.c | 9 +++++++++
gcc/testsuite/gcc.dg/pr89410-2.c | 13 +++++++++++++
libcpp/ChangeLog | 6 ++++++
libcpp/include/line-map.h | 7 +++++--
7 files changed, 54 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr89410-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr89410-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 llvm.
from aa2513371d6 Fix testcase.
new eb773d9b315 Add support for pointer types in patterns
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/CodeGen/ValueTypes.td | 11 +++++++++++
test/TableGen/GlobalISelEmitter.td | 35 +++++++++++++++++++++++++++++++----
utils/TableGen/CodeGenDAGPatterns.cpp | 8 +++++++-
utils/TableGen/CodeGenDAGPatterns.h | 11 +++++++++++
utils/TableGen/GlobalISelEmitter.cpp | 3 +++
utils/TableGen/InfoByHwMode.cpp | 7 ++++++-
utils/TableGen/InfoByHwMode.h | 6 ++++++
7 files changed, 75 insertions(+), 6 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 d7aaedbbe4 Fix remaining semicolon pedantic errors for intel
new 71082e8303 [OPENMP] Use targetDiag for diagnostics of unsupported excep [...]
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/Sema/SemaExprCXX.cpp | 5 +----
lib/Sema/SemaStmt.cpp | 5 +----
2 files changed, 2 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 binutils-gdb.
from 3ca60c57a7 Fix potential illegal memory access by readelf when parsing [...]
new 0c95f9ed6c Fix typos in symtab_symbol_info
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:
gdb/ChangeLog | 4 ++++
gdb/symtab.c | 4 ++--
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/info_qt.exp | 4 ++--
4 files changed, 12 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.