This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from b840a85 [libomptarget] Handle offload policy in push_tripcount new 57b2faf [OpenMP] RISCV64 port
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: README.rst | 6 +- runtime/CMakeLists.txt | 9 +- runtime/README.txt | 1 + runtime/cmake/LibompGetArchitecture.cmake | 2 + runtime/cmake/LibompMicroTests.cmake | 3 + runtime/cmake/LibompUtils.cmake | 2 + runtime/cmake/config-ix.cmake | 3 +- runtime/src/kmp_csupport.cpp | 3 +- runtime/src/kmp_os.h | 5 +- runtime/src/kmp_platform.h | 6 +- runtime/src/kmp_runtime.cpp | 3 +- .../src/thirdparty/ittnotify/ittnotify_config.h | 10 +- runtime/src/z_Linux_asm.S | 172 ++++++++++++++++++++- runtime/src/z_Linux_util.cpp | 3 +- runtime/test/ompt/callback.h | 20 +++ runtime/tools/lib/Platform.pm | 7 +- runtime/tools/lib/Uname.pm | 2 + www/README.txt | 1 + www/index.html | 1 + 19 files changed, 243 insertions(+), 16 deletions(-)