[Openmp-commits] [PATCH] D59880: [OpenMP][WIP] RISCV64 port

Ferran Pallarès Roca via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 18 09:16:58 PDT 2019


fpallares updated this revision to Diff 210595.
fpallares added a comment.

Remove reset of exit_frame pointer for OMPT since it is now done at call-site and fix return address computation macro used for some tests (as the generated code has changed).


Repository:
  rOMP OpenMP

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59880/new/

https://reviews.llvm.org/D59880

Files:
  openmp/README.rst
  openmp/runtime/CMakeLists.txt
  openmp/runtime/README.txt
  openmp/runtime/cmake/LibompGetArchitecture.cmake
  openmp/runtime/cmake/LibompMicroTests.cmake
  openmp/runtime/cmake/LibompUtils.cmake
  openmp/runtime/cmake/config-ix.cmake
  openmp/runtime/src/kmp_csupport.cpp
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/kmp_platform.h
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h
  openmp/runtime/src/z_Linux_asm.S
  openmp/runtime/src/z_Linux_util.cpp
  openmp/runtime/test/ompt/callback.h
  openmp/runtime/tools/lib/Platform.pm
  openmp/runtime/tools/lib/Uname.pm
  openmp/www/README.txt
  openmp/www/index.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59880.210595.patch
Type: text/x-patch
Size: 19905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190718/764d7da1/attachment-0001.bin>


More information about the Openmp-commits mailing list