summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_lock.cpp
AgeCommit message (Expand)Author
2025-07-21[OpenMP] Fixup bugs found during fuzz testing (#143455)Jonathan Peyton
2025-07-21[OpenMP] Improve performance of ticket lock (x86) (#143557)Jonathan Peyton
2025-06-25 [OpenMP] avoid segv for a lock that has already been destroyed (#145625)Larry Meadows
2024-02-13[OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members sw...Xing Xue
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2022-02-14[OpenMP][libomp] Introduce oneAPI compiler supportJonathan Peyton
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth
2021-10-01[OpenMP][host runtime] Introduce kmp_cpuinfo_flags_t to replace integer flagsPeyton, Jonathan L
2021-09-20[OpenMP][host runtime] Fix indirect lock table race conditionPeyton, Jonathan L
2021-07-30[OpenMP][NFC] libomp: silence warnings on unused variables.AndreyChurbanov
2021-07-12[OpenMP] Remove TSAN annotations from libompJoachim Protze
2021-06-16[OpenMP] Remove unused variables from libomp codeJoachim Protze
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-12-15[OpenMP] Introduce new file wrapper class for runtimePeyton, Jonathan L
2020-12-09[OpenMP] Use RTM lock for OMP lock with synchronization hintHansang Bae
2020-12-07[OpenMP] libomp: Fix possible NULL dereferencesAndreyChurbanov
2020-12-01[OpenMP] Add support for Intel's umonitor/umwaitTerry Wilmarth
2020-08-04[OpenMP] support build on msys2/mingw with clang or gccAdrian Pop
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2020-03-27[OpenMP] Add memory barrier to solve data raceHenry Kao
2019-08-15[OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld
2019-02-28[OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15[OpenMP] Add lock function definitions to fix Bug 40042Jonathan Peyton
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-12-15[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev
2018-12-10[OpenMP] Fix a few build issuesJonathan Peyton
2018-12-10Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-07-30[OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1Jonathan Peyton
2018-07-09[OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton
2017-12-08Add missing memory barrier for queuing locksJonas Hahnfeld
2017-11-03Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld
2017-11-03Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze
2017-11-01[OpenMP] Fix race condition in omp_init_lockJonathan Peyton
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Apply formatting changesJonathan Peyton
2017-07-17OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov
2017-07-07remove deprecated register storage class specifierEd Maste
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-01-18Fix memory error in case of reinit using kmp_set_defaults() for lock code.Jonathan Peyton
2016-12-14Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton
2016-11-07[OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld
2016-06-28Fix bugs in TAS and futex lockJonathan Peyton
2016-05-31Use C++11 atomics for ticket locks implementationPaul Osmialowski
2016-05-20Remove trailing whitespace in src/ directoryJonathan Peyton
2016-05-16Clean all the mess around KMP_USE_FUTEX and kmp_lock.hPaul Osmialowski
2016-05-07Fine tuning of TC* macrosPaul Osmialowski