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