summaryrefslogtreecommitdiff
path: root/openmp/runtime/src
AgeCommit message (Expand)Author
2024-05-24[OpenMP][OMPX] Add ballot_sync (#91297)Shilei Tian
2024-05-15[OpenMP] Fix intermediate header locations for OpenMPJoseph Huber
2024-05-10[OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520)Xing Xue
2024-05-09[OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled A...chandan singh
2024-05-08[OpenMP] Fix child processes to use affinity_none (#91391)Jonathan Peyton
2024-05-07[OpenMP] Fix task state and taskteams for serial teams (#86859)Jonathan Peyton
2024-05-06[NFC][OpenMP][OMPX] Move `declare variant` upShilei Tian
2024-04-30[OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (#90516)Xing Xue
2024-04-26[OpenMP][AIX] Use syssmt() to get the number of SMTs per physical CPU (#89985)Xing Xue
2024-04-22[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)Johannes Doerfert
2024-04-16[OpenMP] Use a memory fence before incrementing the dispatch buffer index (#8...Xing Xue
2024-04-12[OpenMP] Fix re-locking hang found in issue 86684 (#88539)Jonathan Peyton
2024-04-09[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber
2024-04-08Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88...Pete Steinfeld
2024-04-08[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber
2024-04-03[OpenMP] Add absolute KMP_HW_SUBSET functionality (#85326)Jonathan Peyton
2024-04-02[OpenMP] Fix nested parallel with tasking (#87309)Jonathan Peyton
2024-04-02[OpenMP] get logical core count on modern apple platform (#87231)nihui
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-28[OpenMP] Fix node destruction race in __kmpc_omp_taskwait_deps_51 (#86130)Ulrich Weigand
2024-03-27[OpenMP] Close up permissions on /tmp files (#85469)Terry Wilmarth
2024-03-27[NFC][OpenMP] Use `SimpleVLA` to replace variable length arrays in C++Shilei Tian
2024-03-27[NFC][OpenMP] Silent unused variable in `kmp_collapse.cpp`Shilei Tian
2024-03-26[OpenMP] add loop collapse tests (#86243)Vadim Paretsky
2024-03-22[OpenMP][AIX] Affinity implementation for AIX (#84984)Xing Xue
2024-03-20[flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` so...Michael Klemm
2024-03-18[OpenMP] Add OpenMP extension API to dump mapping tables (#85381)nicebert
2024-03-16Revert "[openmp] __kmp_x86_cpuid fix for i386/PIC builds." (#85526)David CARLIER
2024-03-14[openmp][wasm] Fix microtask type mismatch (#84355)Andrew Brown
2024-03-13[OpenMP] Sort topology after adding processor group layer. (#83943)MessyHack
2024-03-12[OpenMP] Remove unused logical/physical CPUID information (#83298)Jonathan Peyton
2024-03-12[OpenMP] Make sure mask is set to nullptr (#83299)Jonathan Peyton
2024-03-12[OpenMP] Add debug checks for divide by zero (#83300)Jonathan Peyton
2024-03-11[OpenMP] Fixup while loops to avoid bad NULL check (#83302)Jonathan Peyton
2024-03-11[OpenMP] Remove unnecessary check of ap (#83303)Jonathan Peyton
2024-03-11[OpenMP] Make sure ptr is used after NULL check (#83304)Jonathan Peyton
2024-03-11[OpenMP] Remove dead code of checking int > INT_MAX (#83305)Jonathan Peyton
2024-03-11[openmp] __kmp_x86_cpuid fix for i386/PIC builds. (#84626)David CARLIER
2024-03-10[openmp] adding affinity support to DragonFlyBSD. (#84672)David CARLIER
2024-03-09[OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540)Vadim Paretsky
2024-03-09[openmp] porting affinity feature to netbsd. (#84618)David CARLIER
2024-03-08[OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930)David CARLIER
2024-03-07[OpenMP] runtime support for efficient partitioning of collapsed triangular l...vadikp-intel
2024-02-27[OpenMP] Fix distributed barrier hang for OMP_WAIT_POLICY=passive (#83058)Jonathan Peyton
2024-02-27[OpenMP][OMPD] libompd must not link libomp (#83119)Joachim
2024-02-25[OpenMP] Implement __kmp_is_address_mapped on DragonFlyBSD. (#82895)David CARLIER
2024-02-20[OpenMP][AIX]Add assembly file containing microtasking routines and unnamed c...Xing Xue
2024-02-16[OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stac...Xing Xue
2024-02-13[OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members sw...Xing Xue