This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from bf6a880 Fix bitmask upper bounds check new 75e689d [OMPT] extend ompt tests by checks for frame pointers new 4890f69 [OMPT] Align implementation of reenter frame address to lates [...] new 1b9360b [OMPT] Reset task exit frame when execution is finished new cd7b29a [OMPT] fix __ompt_get_teaminfo to consult lwt entries of pare [...] new f091351 [OMPT] save exit address to lwt if available new 8e30df7 [OMPT] fix task frame information for gomp interface
The 6 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/src/kmp_csupport.c | 46 +++--- runtime/src/kmp_gsupport.c | 91 ++++++----- runtime/src/kmp_runtime.c | 23 ++- runtime/src/kmp_tasking.c | 10 +- runtime/src/ompt-specific.c | 11 +- runtime/test/ompt/callback.h | 15 +- runtime/test/ompt/parallel/nested.c | 47 ++++-- .../test/ompt/parallel/{nested.c => nested_lwt.c} | 178 ++++++++++++++------- runtime/test/ompt/parallel/nested_serialized.c | 14 +- runtime/test/ompt/parallel/normal.c | 6 +- runtime/test/ompt/parallel/serialized.c | 3 +- runtime/test/ompt/worksharing/for/base.h | 3 +- .../test/ompt/worksharing/for/base_serialized.h | 3 +- 13 files changed, 292 insertions(+), 158 deletions(-) copy runtime/test/ompt/parallel/{nested.c => nested_lwt.c} (54%)