[all-commits] [llvm/llvm-project] 467f39: [OpenMP] Misc. changes that add or remove pointer/...

Hansang Bae via All-commits all-commits at lists.llvm.org
Tue Mar 23 16:55:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 467f39249dbb6953f2f95ba68a52b20fb24b91af
      https://github.com/llvm/llvm-project/commit/467f39249dbb6953f2f95ba68a52b20fb24b91af
  Author: Hansang Bae <hansang.bae at intel.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M openmp/runtime/src/kmp_barrier.cpp
    M openmp/runtime/src/kmp_dispatch.cpp
    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_tasking.cpp
    M openmp/runtime/src/kmp_version.cpp
    M openmp/runtime/src/ompt-general.cpp
    M openmp/runtime/src/ompt-specific.h

  Log Message:
  -----------
  [OpenMP] Misc. changes that add or remove pointer/bound checks

-- Added or moved checks to appropriate places.
-- Removed ineffective null check where the pointer is already being
   dereferenced around the code.
-- Initialized variables that can be used without definitions.
-- Added call to dlclose/FreeLibrary in OMPT tool activation.
-- Added a new build compiler definition.

Differential Revision: https://reviews.llvm.org/D98584




More information about the All-commits mailing list