This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from fa8c4ac408 Revert changes from my previous refactoring - will need to f [...]
new b001b6336b [OPENMP] Codegen for reduction clauses in 'taskloop' 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 | 452 ++++++++++++++++++++-
lib/CodeGen/CGOpenMPRuntime.h | 77 +++-
lib/CodeGen/CGStmtOpenMP.cpp | 51 ++-
lib/Sema/SemaOpenMP.cpp | 2 +
test/OpenMP/for_reduction_codegen.cpp | 2 +-
test/OpenMP/for_reduction_codegen_UDR.cpp | 2 +-
test/OpenMP/taskloop_codegen.cpp | 8 +-
test/OpenMP/taskloop_firstprivate_codegen.cpp | 8 +-
test/OpenMP/taskloop_lastprivate_codegen.cpp | 8 +-
test/OpenMP/taskloop_private_codegen.cpp | 8 +-
test/OpenMP/taskloop_reduction_codegen.cpp | 235 +++++++++++
test/OpenMP/taskloop_simd_codegen.cpp | 8 +-
test/OpenMP/taskloop_simd_firstprivate_codegen.cpp | 8 +-
test/OpenMP/taskloop_simd_lastprivate_codegen.cpp | 8 +-
test/OpenMP/taskloop_simd_private_codegen.cpp | 8 +-
test/OpenMP/taskloop_simd_reduction_codegen.cpp | 235 +++++++++++
16 files changed, 1066 insertions(+), 54 deletions(-)
create mode 100644 test/OpenMP/taskloop_reduction_codegen.cpp
create mode 100644 test/OpenMP/taskloop_simd_reduction_codegen.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 llvm.
from 325ccf1c3d9 [YAMLTraits] Add filename support to yaml::Input
new 3f5734df587 [CodeGen] Add begin-end iterators to MachineInstr
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/ARM/ARMMCInstLower.cpp | 4 +---
1 file changed, 1 insertion(+), 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 256e76369f2 [ARC] Enable indexed loads for elf targers.
new f969d0c174f [ARC] [LRA] Avoid emitting COND_EXEC during expand.
new 3fecb0997a4 [ARC] Deprecate mexpand-adddi option.
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:
gcc/ChangeLog | 18 ++++++++++++
gcc/config/arc/arc.md | 80 ++++++++++++++++++++++----------------------------
gcc/config/arc/arc.opt | 2 +-
gcc/doc/invoke.texi | 2 +-
4 files changed, 55 insertions(+), 47 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 55d57ab7318 * semantics.c (classtype_has_nothrow_assign_or_copy_p): Cl [...]
new 256e76369f2 [ARC] Enable indexed loads for elf targers.
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/arc/arc.opt | 4 ++--
gcc/config/arc/elf.h | 8 ++++++++
gcc/config/arc/linux.h | 8 ++++++++
4 files changed, 29 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 96cea83ca93 Do not allow -fgnu-tm w/ -fsanitize={kernel-,}address (PR s [...]
new 55d57ab7318 * semantics.c (classtype_has_nothrow_assign_or_copy_p): Cl [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/semantics.c | 32 ++++++++++++--------------------
2 files changed, 17 insertions(+), 20 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 94e516eee5b [X86][AVX] Fix typo in vector rotate tests
new 325ccf1c3d9 [YAMLTraits] Add filename support to yaml::Input
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/Support/YAMLTraits.h | 4 ++++
lib/Support/YAMLTraits.cpp | 8 ++++++++
unittests/Support/YAMLIOTest.cpp | 16 ++++++++++++++++
3 files changed, 28 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 newlib.
from 13665a7c3 Fix link when nosys.specs is used to link
new bb12a1e58 Support building in a different directory than the default ou [...]
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:
libgloss/multi-build.in | 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 gcc.
from da2134ec0ac [ARC] Consolidate PIC implementation.
new 5c49e6ea026 PR tree-optimization/81374 * tree-loop-distribution.c (pa [...]
new 1df7b42bf78 PR target/81369 * tree-loop-distribution.c (merge_dep_scc [...]
new 1c4ee7690c2 PR target/81369 * tree-loop-distribution.c (classify_part [...]
new 96cea83ca93 Do not allow -fgnu-tm w/ -fsanitize={kernel-,}address (PR s [...]
The 4 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 | 27 +++++++++++++++++++++++++
gcc/opts.c | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr81369.c | 23 ++++++++++++++++++++++
gcc/tree-loop-distribution.c | 35 +++++++++++++++++----------------
5 files changed, 80 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81369.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 gcc.
from 4c7b6202c7c [PATCH] [ARC] Add support for naked functions.
new da2134ec0ac [ARC] Consolidate PIC implementation.
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 | 25 +++++
gcc/config/arc/arc-protos.h | 2 -
gcc/config/arc/arc.c | 150 +++++++++-------------------
gcc/config/arc/arc.h | 11 +-
gcc/config/arc/constraints.md | 6 +-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.target/arc/pic-1.c | 11 ++
gcc/testsuite/gcc.target/arc/pr9000674901.c | 58 +++++++++++
gcc/testsuite/gcc.target/arc/pr9001191897.c | 10 ++
9 files changed, 167 insertions(+), 112 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/pic-1.c
create mode 100644 gcc/testsuite/gcc.target/arc/pr9000674901.c
create mode 100644 gcc/testsuite/gcc.target/arc/pr9001191897.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 binutils-gdb.
from 78b13106ed Rename make_symbol_completion_list_fn -> symbol_completer
new 6e1dbf8cda Clean up "completer_handle_brkchars" callback handling
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 | 26 ++++++++++
gdb/cli/cli-decode.c | 4 +-
gdb/cli/cli-decode.h | 17 +------
gdb/command.h | 18 +++++--
gdb/completer.c | 139 ++++++++++++++++++++++++++++++++++++---------------
gdb/completer.h | 10 ++--
gdb/python/py-cmd.c | 7 ++-
7 files changed, 153 insertions(+), 68 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.