[all-commits] [llvm/llvm-project] 97d000: Added API for "masked" construct via two entrypoin...

Terry Wilmarth via All-commits all-commits at lists.llvm.org
Fri Mar 5 07:30:30 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97d000cfc6d498ec8f4cde48d75b6d0ddc390c38
      https://github.com/llvm/llvm-project/commit/97d000cfc6d498ec8f4cde48d75b6d0ddc390c38
  Author: tlwilmar <terry.l.wilmarth at intel.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M openmp/runtime/src/dllexports
    M openmp/runtime/src/i18n/en_US.txt
    M openmp/runtime/src/kmp.h
    M openmp/runtime/src/kmp_barrier.cpp
    M openmp/runtime/src/kmp_csupport.cpp
    M openmp/runtime/src/kmp_dispatch.cpp
    M openmp/runtime/src/kmp_dispatch_hier.h
    M openmp/runtime/src/kmp_error.cpp
    M openmp/runtime/src/kmp_global.cpp
    M openmp/runtime/src/kmp_gsupport.cpp
    M openmp/runtime/src/kmp_itt.h
    M openmp/runtime/src/kmp_itt.inl
    M openmp/runtime/src/kmp_omp.h
    M openmp/runtime/src/kmp_runtime.cpp
    M openmp/runtime/src/kmp_sched.cpp
    M openmp/runtime/src/kmp_settings.cpp
    M openmp/runtime/src/kmp_stats.cpp
    M openmp/runtime/src/kmp_stats.h
    M openmp/runtime/src/kmp_tasking.cpp
    M openmp/runtime/src/kmp_threadprivate.cpp

  Log Message:
  -----------
  Added API for "masked" construct via two entrypoints: __kmpc_masked,
and __kmpc_end_masked. The "master" construct is deprecated. Changed
proc-bind keyword from "master" to "primary". Use of both master
construct and master as proc-bind keyword is still allowed, but
deprecated.

Remove references to "master" in comments and strings, and replace
with "primary" or "primary thread". Function names and variables were
not touched, nor were references to deprecated master construct. These
can be updated over time. No new code should refer to master.




More information about the All-commits mailing list