[all-commits] [llvm/llvm-project] cee691: [OpenMP][NFC] Move api.cpp to OpenMP/API.cpp

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Mon Dec 11 17:31:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cee6918d876cb1650c4fd232e8da0e726061653c
      https://github.com/llvm/llvm-project/commit/cee6918d876cb1650c4fd232e8da0e726061653c
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M openmp/libomptarget/include/OpenMP/InternalTypes.h
    M openmp/libomptarget/src/CMakeLists.txt
    A openmp/libomptarget/src/OpenMP/API.cpp
    R openmp/libomptarget/src/api.cpp
    M openmp/libomptarget/src/private.h

  Log Message:
  -----------
  [OpenMP][NFC] Move api.cpp to OpenMP/API.cpp


  Commit: f0ccaeecd27406937d6f840a9e72ccd14eae4bb5
      https://github.com/llvm/llvm-project/commit/f0ccaeecd27406937d6f840a9e72ccd14eae4bb5
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M openmp/libomptarget/src/CMakeLists.txt
    A openmp/libomptarget/src/OffloadRTL.cpp
    R openmp/libomptarget/src/rtl.cpp

  Log Message:
  -----------
  [OpenMP][NFC] Move rtl.cpp to OffloadRTL.cpp


  Commit: 2ada7bb68bef36cd228d1c236e96932efb18daaa
      https://github.com/llvm/llvm-project/commit/2ada7bb68bef36cd228d1c236e96932efb18daaa
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M openmp/libomptarget/include/PluginManager.h
    M openmp/libomptarget/src/device.cpp
    M openmp/libomptarget/src/interface.cpp

  Log Message:
  -----------
  [OpenMP][NFCI] Remove effectively unused mutex

The only use was already guarded by a different lock in the caller of
loadBinary.


  Commit: 5dd1fc700857eb46882c7e27cd8835ef4fee1f22
      https://github.com/llvm/llvm-project/commit/5dd1fc700857eb46882c7e27cd8835ef4fee1f22
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M openmp/libomptarget/include/Shared/Profile.h
    M openmp/libomptarget/src/OffloadRTL.cpp
    M openmp/libomptarget/src/PluginManager.cpp

  Log Message:
  -----------
  [OpenMP][NFC] Improve profiling for the offload runtime


Compare: https://github.com/llvm/llvm-project/compare/4d8bf6ea7fa8...5dd1fc700857


More information about the All-commits mailing list