This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 616c97a [AVX-512] Implement masked floating point logical operations [...]
new 810bd3b [Coverage] Suppress creating a code region if the same area i [...]
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/CoverageMappingGen.cpp | 28 +++++++++++++++++++++++-----
test/CoverageMapping/macroception.c | 6 ------
test/CoverageMapping/macros.c | 11 ++++++++++-
3 files changed, 33 insertions(+), 12 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 f903ac6 [AVX-512] Add patterns to select masked logical operations if [...]
new da47983 [Coverage] Make sorting criteria for CounterMappingRegions local.
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/ProfileData/Coverage/CoverageMapping.h | 6 ------
lib/ProfileData/Coverage/CoverageMappingWriter.cpp | 12 ++++++++++--
2 files changed, 10 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 llvm.
from 74727ab [XRay] Support multiple return instructions in a single basic block
new bcb836f [X86] Regenerate a test using update_llc_test_checks.py.
new 2699e28 [AVX-512] Add test cases for masked floating point logic oper [...]
new f903ac6 [AVX-512] Add patterns to select masked logical operations if [...]
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:
lib/Target/X86/X86InstrAVX512.td | 210 +++++++++
test/CodeGen/X86/avx512-logic.ll | 357 +++++++++++++++
test/CodeGen/X86/avx512vl-logic.ll | 869 ++++++++++++++++++++++++++++++++++---
3 files changed, 1387 insertions(+), 49 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 434bc34 PR12298 et al: don't recursively instantiate a template speci [...]
new afa1082 [X86] Use v2i64 vectors to implement _mm_and/andn/or/xor_pd.
new 616c97a [AVX-512] Implement masked floating point logical operations [...]
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:
include/clang/Basic/BuiltinsX86.def | 24 ---
lib/Headers/avx512dqintrin.h | 178 +++++++++------------
lib/Headers/avx512vldqintrin.h | 303 +++++++++++++++---------------------
lib/Headers/emmintrin.h | 8 +-
test/CodeGen/avx512dq-builtins.c | 64 ++++++--
test/CodeGen/avx512vldq-builtins.c | 106 +++++++++----
test/CodeGen/sse2-builtins.c | 10 +-
7 files changed, 334 insertions(+), 359 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 8b6ce01 [Loads] Properly populate the visited set in isDereferenceabl [...]
new 74727ab [XRay] Support multiple return instructions in a single basic block
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/XRayInstrumentation.cpp | 1 -
test/CodeGen/X86/xray-attribute-instrumentation.ll | 32 ++++++++++++++++++++++
test/CodeGen/X86/xray-multiplerets-in-blocks.mir | 28 +++++++++++++++++++
3 files changed, 60 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/xray-multiplerets-in-blocks.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 binutils-gdb.
from f7d6900 PowerPC VLE sh_flags and p_flags
new 3e8c34e Adjust VLE testsuite
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:
ld/ChangeLog | 8 ++
ld/testsuite/ld-powerpc/vle-multiseg-1.d | 8 +-
ld/testsuite/ld-powerpc/vle-multiseg-2.d | 10 +-
ld/testsuite/ld-powerpc/vle-multiseg-3.d | 10 +-
ld/testsuite/ld-powerpc/vle-multiseg-6.d | 10 +-
ld/testsuite/ld-powerpc/vle-reloc-2.d | 166 +++++++++++++++----------------
6 files changed, 105 insertions(+), 107 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 6c95c84 Automatic date update in version.in
new afe002d [GOLD] Add debug output for powerpc section grouping
new f7d6900 PowerPC VLE sh_flags and p_flags
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:
bfd/ChangeLog | 8 +++++
bfd/elf32-ppc.c | 85 ++++++++++++++++++++++++++++++-----------------------
gas/ChangeLog | 6 ++++
gas/config/tc-ppc.c | 14 +++++----
gold/ChangeLog | 7 +++++
gold/debug.h | 8 +++--
gold/powerpc.cc | 9 ++++++
7 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 982b9c9 [PowerPC] Don't spill the frame pointer twice
new 8b6ce01 [Loads] Properly populate the visited set in isDereferenceabl [...]
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/Analysis/Loads.cpp | 7 +++++--
1 file changed, 5 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 clang.
from f08aef7 Concatenate two FileCheck lines in a test.
new 434bc34 PR12298 et al: don't recursively instantiate a template speci [...]
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/DeclTemplate.h | 10 ++
include/clang/Basic/DiagnosticSemaKinds.td | 4 +
include/clang/Sema/Sema.h | 23 +++--
lib/Sema/SemaDecl.cpp | 3 +-
lib/Sema/SemaExpr.cpp | 5 +
lib/Sema/SemaTemplate.cpp | 13 ++-
lib/Sema/SemaTemplateInstantiate.cpp | 37 ++++++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 35 +++++--
test/SemaTemplate/instantiate-self.cpp | 103 ++++++++++++++++++---
.../instantiation-depth-exception-spec.cpp | 15 +--
test/SemaTemplate/instantiation-depth.cpp | 9 +-
11 files changed, 206 insertions(+), 51 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.