summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_runtime.cpp
AgeCommit message (Expand)Author
2025-08-06[OFFLOAD][OPENMP] 6.0 compatible interop interface (#143491)Alex Duran
2025-07-21[OpenMP] Fixup bugs found during fuzz testing (#143455)Jonathan Peyton
2025-07-21[OpenMP] [NFC] Remove KMP_NESTED_HOT_TEAMS macro (#143584)Jonathan Peyton
2025-07-08Reland: [OpenMP][clang] 6.0: num_threads strict (part 1: host runtime) (#147532)Robert Imschweiler
2025-07-07Revert "[OpenMP][clang] 6.0: num_threads strict (part 1: host runtime)" (#147...Robert Imschweiler
2025-07-07[OpenMP][clang] 6.0: num_threads strict (part 1: host runtime) (#146403)Robert Imschweiler
2025-04-02[OpenMP] 6.0 (TR11) Memory Management Update (#97106)Hansang Bae
2025-04-01[OpenMP] allow openmp build for sparc (#133239)Petr Sumbera
2025-03-26[OpenMP] Add support for Haiku (#133034)Brad Smith
2025-02-20[OpenMP][NFC] Remove unused debug lock (#127928)Jonathan Peyton
2025-02-19[OpenMP][NFC] Remove unused __kmp_dispatch_lock global (#127686)Jonathan Peyton
2024-08-15[OpenMP] Add support for pause with omp_pause_stop_tool (#97100)Hansang Bae
2024-08-15[OpenMP] Miscellaneous small code improvements (#95603)Hansang Bae
2024-07-16[OpenMP] Use new OMPT state and sync kinds for barrier events (#95602)Hansang Bae
2024-06-24[OpenMP] Add num_threads clause list format and strict modifier support (#85466)Terry Wilmarth
2024-06-04[OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472)Joachim
2024-05-07[OpenMP] Fix task state and taskteams for serial teams (#86859)Jonathan Peyton
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui
2024-03-29[OpenMP] Have hidden helper team allocate new OS threads only (#87119)Jonathan Peyton
2024-03-27[OpenMP] Close up permissions on /tmp files (#85469)Terry Wilmarth
2024-03-11[OpenMP] Remove unnecessary check of ap (#83303)Jonathan Peyton
2024-03-10[openmp] adding affinity support to DragonFlyBSD. (#84672)David CARLIER
2024-03-09[openmp] porting affinity feature to netbsd. (#84618)David CARLIER
2024-02-27[OpenMP] Fix distributed barrier hang for OMP_WAIT_POLICY=passive (#83058)Jonathan Peyton
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue
2023-12-15[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian
2023-12-14[openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297)Andrew Brown
2023-11-30Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA"Shilei Tian
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian
2023-11-28Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA"Shilei Tian
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian
2023-11-28Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA ...Shilei Tian
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLA (#71412)Shilei Tian
2023-11-03Add openmp support to System z (#66081)Neale Ferguson
2023-11-02[OpenMP] Add support for Solaris/x86_64 (#70593)Brad Smith
2023-10-27[OpenMP] Fix building for 32-bit DragonFly, NetBSD, OpenBSD (#70527)Brad Smith
2023-09-13Fix /tmp approach, and add environment variable method as third fallback duri...Terry Wilmarth
2023-09-10[OpenMP][VE] Support OpenMP runtime on VEKazushi (Jam) Marukawa
2023-09-06[OpenMP] Fix a wrong assertion in `__kmp_get_global_thread_id`Shilei Tian
2023-08-31[OpenMP] Fix a segment fault in __kmp_get_global_thread_idShilei Tian
2023-08-26[OpenMP] Codegen support for thread_limit on target directive for hostSandeep Kosuri
2023-08-22[OpenMP] Let primary thread gather topology info for each worker threadJonathan Peyton
2023-08-18[OpenMP] Add option to use different units for blocktimeTerry Wilmarth
2023-07-24[OpenMP] Move KMP_VERSION printout logic to post-serial-initJonathan Peyton
2023-07-24[OpenMP] Restore comment accidently deleted in D154650Jonathan Peyton
2023-07-24[OpenMP] Re-use affinity raii class in worker spawningJonathan Peyton
2023-07-06[OpenMP] Remove gcc-12 warnings from libompJonathan Peyton
2023-07-05[OpenMP] Minor improvement in error msg and fixes few coverity reported issuesNawrin Sultana
2023-06-14[OpenMP] Fix the issue where `num_threads` still takes effect incorrectlyShilei Tian
2023-05-12[OpenMP] remove an erroneous assert on the location argumentVadim Paretsky