This is an archive of the discontinued LLVM Phabricator instance.

Hinted lock (OpenMP 4.5 feature) Updates/Fixes
ClosedPublic

Authored by jlpeyton on Dec 3 2015, 11:59 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton updated this revision to Diff 41784.Dec 3 2015, 11:59 AM
jlpeyton retitled this revision from to Hinted lock (OpenMP 4.5 feature) Updates/Fixes.
jlpeyton updated this object.
jlpeyton set the repository for this revision to rL LLVM.
jlpeyton added a subscriber: openmp-commits.

Adding Hansang as reviewer.

hbae accepted this revision.Dec 11 2015, 12:20 PM
hbae edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 11 2015, 12:20 PM
This revision was automatically updated to reflect the committed changes.