This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6da0ac8 Handle memory leak in tree-inline.c.
new 3fa8260 PR c/70255 * c-decl.c (diagnose_mismatched_decls): Warn 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:
gcc/c/ChangeLog | 6 ++++++
gcc/c/c-decl.c | 12 ++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/attr-opt-1.c | 37 +++++++++++++++++++++++++++++++++++++
4 files changed, 60 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/attr-opt-1.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 b2816f0 [Clang][AVX512] completing missing intrinsics [vextractf].
new a5b8c55 [OPENMP 4.0] Fixed codegen for destructors in task-based directives.
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/CGOpenMPRuntime.cpp | 45 ++++++++++++++--------
lib/CodeGen/CGOpenMPRuntime.h | 1 +
test/OpenMP/task_codegen.cpp | 2 +-
test/OpenMP/task_firstprivate_codegen.cpp | 4 +-
test/OpenMP/task_private_codegen.cpp | 8 +---
test/OpenMP/taskloop_codegen.cpp | 2 +-
test/OpenMP/taskloop_firstprivate_codegen.cpp | 4 +-
test/OpenMP/taskloop_lastprivate_codegen.cpp | 14 +------
test/OpenMP/taskloop_private_codegen.cpp | 8 +---
test/OpenMP/taskloop_simd_codegen.cpp | 2 +-
test/OpenMP/taskloop_simd_firstprivate_codegen.cpp | 4 +-
test/OpenMP/taskloop_simd_lastprivate_codegen.cpp | 14 +------
test/OpenMP/taskloop_simd_private_codegen.cpp | 8 +---
13 files changed, 49 insertions(+), 67 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 9aa98ca Update Debug Intrinsics in RewriteUsesOfClonedInstructions in [...]
new 122b5fb [X86][AVX512] Added masked version of MOVDDUP test with 16f32
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:
.../CodeGen/X86/vector-shuffle-combining-avx512bw.ll | 20 ++++++++++++++++++++
1 file changed, 20 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 2f3be73 [OPENMP 4.5] Add codegen support in runtime for '[non]monoton [...]
new b2816f0 [Clang][AVX512] completing missing intrinsics [vextractf].
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/Headers/avx512fintrin.h | 39 +++++++++++++++++++++++++++++++++------
test/CodeGen/avx512f-builtins.c | 24 ++++++++++++++++++++++++
2 files changed, 57 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 gcc.
from 28d5f4b S/390: Disable scalar vector instructions with -mno-vx.
new 6da0ac8 Handle memory leak in tree-inline.c.
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 | 5 +++++
gcc/tree-inline.c | 2 +-
2 files changed, 6 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 clang-tools-extra.
from b3f23e7 [include-fixer] Emit some terminal output so users can see th [...]
new 63049c2 [include-fixer] Remove unused includes and accessor.
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-fixer/IncludeFixer.cpp | 5 -----
1 file changed, 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 clang.
from 69a3874 [Clang][AVX512] completing missing intrinsics [roundscale, ce [...]
new 2f3be73 [OPENMP 4.5] Add codegen support in runtime for '[non]monoton [...]
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/Basic/OpenMPKinds.h | 7 +++
lib/CodeGen/CGOpenMPRuntime.cpp | 107 ++++++++++++++++++++++++--------------
lib/CodeGen/CGOpenMPRuntime.h | 13 +++--
lib/CodeGen/CGStmtOpenMP.cpp | 38 +++++++-------
lib/CodeGen/CodeGenFunction.h | 2 +-
test/OpenMP/for_codegen.cpp | 8 +--
test/OpenMP/for_simd_codegen.cpp | 4 +-
7 files changed, 108 insertions(+), 71 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 5e24513 [InstCombine] Remove trivially empty va_start/va_end and va_c [...]
new 9aa98ca Update Debug Intrinsics in RewriteUsesOfClonedInstructions in [...]
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/LoopRotation.cpp | 34 +++++++++++++++++++++++++++++
test/Transforms/LoopRotate/dbgvalue.ll | 39 ++++++++++++++++++++++++++++++++++
2 files changed, 73 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-5-branch
in repository gcc.
from 3efafd7 [libatomic] Add RTEMS support
new bf3798a S/390: Disable scalar vector instructions with -mno-vx.
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 | 11 +++++++++++
gcc/config/s390/s390.md | 12 ++++++------
2 files changed, 17 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 llvm.
from 01fad33 [Sparc][LEON] Itineraries unit test.
new 5e24513 [InstCombine] Remove trivially empty va_start/va_end and va_c [...]
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/InstCombine/InstCombineCalls.cpp | 79 +++++++++++++++++-------
lib/Transforms/InstCombine/InstCombineInternal.h | 2 +
test/Transforms/InstCombine/vararg.ll | 30 +++++++++
3 files changed, 89 insertions(+), 22 deletions(-)
create mode 100644 test/Transforms/InstCombine/vararg.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.