This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 47b719dfa8e [X86] Remove X86ISD::FMADD in favor ISD::FMA
new 44f90d0a157 [AVX512] Don't create SHRUNKBLEND SDNodes for 512-bit vectors
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 | 3 +++
test/CodeGen/X86/pr34139.ll | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 test/CodeGen/X86/pr34139.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 6083032511 [analyzer] Make StmtDataCollector customizable
new 78a71a1c1d [clang-diff] HTML diff navigation
new 5404f128ef [clang-diff] Reformat test, NFC
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/Tooling/clang-diff-html.test | 72 +++++++++++++++++++--------------------
tools/clang-diff/ClangDiff.cpp | 65 ++++++++++++++++++++++++++++++-----
2 files changed, 92 insertions(+), 45 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 18b8cfa7ee0 LowerAtomic: Don't skip optnone functions; atomic still nee [...]
new d0ef4bebe95 bpf: close the file descriptor after probe inside getHostCP [...]
new 47b719dfa8e [X86] Remove X86ISD::FMADD in favor ISD::FMA
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/Support/Host.cpp | 6 ++++-
lib/Target/X86/X86ISelLowering.cpp | 18 ++++++--------
lib/Target/X86/X86ISelLowering.h | 2 +-
lib/Target/X86/X86InstrAVX512.td | 8 +++---
lib/Target/X86/X86InstrFMA.td | 14 +++++------
lib/Target/X86/X86InstrFragmentsSIMD.td | 2 +-
lib/Target/X86/X86IntrinsicsInfo.h | 44 ++++++++++++++++-----------------
7 files changed, 48 insertions(+), 46 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 4bf0c5df66 Revert "[clang-format] Emit absolute splits before lines for [...]
new 6083032511 [analyzer] Make StmtDataCollector customizable
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/DataCollection.h | 65 +++++++++++
include/clang/Analysis/CloneDetection.h | 190 --------------------------------
lib/AST/CMakeLists.txt | 1 +
lib/AST/DataCollection.cpp | 50 +++++++++
lib/AST/StmtDataCollectors.inc | 141 ++++++++++++++++++++++++
lib/Analysis/CloneDetection.cpp | 112 +++++++++++--------
unittests/AST/CMakeLists.txt | 1 +
unittests/AST/DataCollectionTest.cpp | 173 +++++++++++++++++++++++++++++
8 files changed, 499 insertions(+), 234 deletions(-)
create mode 100644 include/clang/AST/DataCollection.h
create mode 100644 lib/AST/DataCollection.cpp
create mode 100644 lib/AST/StmtDataCollectors.inc
create mode 100644 unittests/AST/DataCollectionTest.cpp
--
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 376b40a27a string/stratcliff.c: Replace int with size_t [BZ #21982]
new fcaaca412f x86-64: Regenerate libm-test-ulps for AVX512 mathvec tests
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/x86_64/fpu/libm-test-ulps | 4 ++--
2 files changed, 6 insertions(+), 2 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 98d7f16bff1 * config/i386/i386.opt: Remove unneeded Init(0) initializa [...]
new 2ac219a2ce6 testsuite: add param-type-mismatch.c/C testcases as a baseline
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 | 5 +
.../g++.dg/diagnostic/param-type-mismatch.C | 179 +++++++++++++++++++++
gcc/testsuite/gcc.dg/param-type-mismatch.c | 63 ++++++++
3 files changed, 247 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/diagnostic/param-type-mismatch.C
create mode 100644 gcc/testsuite/gcc.dg/param-type-mismatch.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 72db063424 Headers: give _Unwind_Control_Block double-word alignment
new 4bf0c5df66 Revert "[clang-format] Emit absolute splits before lines for [...]
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/Format/BreakableToken.cpp | 22 ++++++++++++----------
unittests/Format/FormatTestComments.cpp | 17 -----------------
2 files changed, 12 insertions(+), 27 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 851d8014a19 Fixed invalid variable name in Dockerfile scripts.
new 18b8cfa7ee0 LowerAtomic: Don't skip optnone functions; atomic still nee [...]
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/Scalar/LowerAtomic.cpp | 3 +--
test/Feature/optnone-opt.ll | 1 -
test/Transforms/LowerAtomic/atomic-swap.ll | 11 +++++++++++
3 files changed, 12 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 newlib.
from bd86e9de7 Add myself to RISC-V Port Maintainer
new b706c6b47 cygwin: only expose /dev/con{in,out,sole} when started from a [...]
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:
winsup/cygwin/fhandler.h | 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 0e75cf0e235 Revert r311546 as it breaks build
new 851d8014a19 Fixed invalid variable name in Dockerfile scripts.
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:
utils/docker/scripts/build_install_llvm.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.