[Openmp-commits] [PATCH] D15199: Hinted lock (OpenMP 4.5 feature) Updates/Fixes

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 3 11:59:28 PST 2015


jlpeyton created this revision.
jlpeyton added reviewers: AndreyChurbanov, tlwilmar, hfinkel.
jlpeyton added a subscriber: openmp-commits.
jlpeyton set the repository for this revision to rL LLVM.

There are going to be two more patches which bring this feature up to date and in line with OpenMP 4.5.

1. Renamed jump tables for the lock functions (and some clean up).
2. Renamed some macros to be in KMP_ namespace.
3. Return type of unset functions changed from void to int.
4. Enabled use of _xebgin() et al. intrinsics for accessing TSX instructions.

Repository:
  rL LLVM

http://reviews.llvm.org/D15199

Files:
  runtime/src/kmp_csupport.c
  runtime/src/kmp_lock.cpp
  runtime/src/kmp_lock.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15199.41784.patch
Type: text/x-patch
Size: 24176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151203/b40845e6/attachment-0001.bin>


More information about the Openmp-commits mailing list