This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70
in repository openmp.
from e7966c0 Merging r338721: -------------------------------------------- [...]
new 366ce74 Merging r338757: -------------------------------------------- [...]
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:
cmake/OpenMPTesting.cmake | 5 +-
runtime/test/worksharing/for/kmp_doacross_check.c | 6 +++
runtime/test/worksharing/for/omp_doacross.c | 60 +++++++++++++++++++++++
3 files changed, 70 insertions(+), 1 deletion(-)
create mode 100644 runtime/test/worksharing/for/omp_doacross.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 openmp.
from d97a5df [OpenMP] Fix doacross testing for gcc
new 2b9968a [OpenMP] Cleanup code
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:
runtime/cmake/LibompHandleFlags.cmake | 25 ++-
runtime/cmake/config-ix.cmake | 1 +
runtime/src/kmp.h | 87 ++++----
runtime/src/kmp_affinity.cpp | 44 +----
runtime/src/kmp_affinity.h | 5 +-
runtime/src/kmp_alloc.cpp | 218 ---------------------
runtime/src/kmp_atomic.cpp | 2 -
runtime/src/kmp_barrier.cpp | 2 +-
runtime/src/kmp_csupport.cpp | 6 +-
runtime/src/kmp_debug.h | 27 ++-
runtime/src/kmp_dispatch.cpp | 10 +-
runtime/src/kmp_dispatch.h | 1 -
runtime/src/kmp_gsupport.cpp | 2 -
runtime/src/kmp_lock.cpp | 151 ++++++++------
runtime/src/kmp_lock.h | 4 +-
runtime/src/kmp_runtime.cpp | 14 +-
runtime/src/kmp_sched.cpp | 4 +-
runtime/src/kmp_settings.cpp | 9 +-
runtime/src/kmp_stub.cpp | 2 +
runtime/src/kmp_tasking.cpp | 11 +-
runtime/src/kmp_wait_release.h | 17 +-
runtime/src/ompt-general.cpp | 3 +
runtime/src/ompt-specific.h | 3 +
.../src/thirdparty/ittnotify/ittnotify_static.c | 8 +-
24 files changed, 239 insertions(+), 417 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 9d9ecd48fb7 ConstantMerge: update MadeChange when change is made
new 01d33f7676b [NFC] ConstantMerge: factor out some functions
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/IPO/ConstantMerge.cpp | 67 ++++++++++++++++++++++--------------
1 file changed, 42 insertions(+), 25 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 697929dc84 Fix and recommit r339382 based on solution from RSmith:
new 9a2dafaebb Added LLVM metadata to generated IR to increase vectorization width
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:
tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.cpp | 7 ++++++-
1 file 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 llvm.
from 3173bbdb726 [LICM] Suppress a compiler warning noticed by one of the bots
new 9d9ecd48fb7 ConstantMerge: update MadeChange when change is made
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/IPO/ConstantMerge.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 f88a6410d3a [RISC-V] Fixed alias for addi x2, x2, 0
new 3173bbdb726 [LICM] Suppress a compiler warning noticed by one of the bots
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/LICM.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 2dfd8132cf Port getLocEnd -> getEndLoc
new 110d876c2e Revert -r339382, which apparently breaks the Windows build.
new 697929dc84 Fix and recommit r339382 based on solution from RSmith:
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/Sema/ParsedAttr.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 fbcccaf8cc6 [LICM] hoist fences out of loops w/o memory operations
new f88a6410d3a [RISC-V] Fixed alias for addi x2, x2, 0
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/RISCV/RISCVInstrInfoC.td | 2 +-
test/MC/RISCV/rv32c-aliases-valid.s | 3 +++
2 files changed, 4 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 binutils-gdb.
from aff4e1751f gdb: Make infrun.c:resume function static
new 90ad36544c RISC-V: Add linux target support.
new 3c77f97eb0 RISC-V: Add native linux support.
new 52a187f8e7 RISC-V: Add configure support for riscv*-linux*.
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:
gdb/ChangeLog | 11 ++
gdb/Makefile.in | 3 +
gdb/NEWS | 8 ++
gdb/configure.host | 2 +
gdb/configure.nat | 4 +
gdb/configure.tgt | 6 ++
gdb/riscv-linux-nat.c | 280 +++++++++++++++++++++++++++++++++++++++++++++++++
gdb/riscv-linux-tdep.c | 94 +++++++++++++++++
8 files changed, 408 insertions(+)
create mode 100644 gdb/riscv-linux-nat.c
create mode 100644 gdb/riscv-linux-tdep.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.