aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)AuthorFilesLines
2024-04-08Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88...Pete Steinfeld1-16/+9
2024-04-08[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber1-9/+16
2024-04-04[OpenMP] Unsupport absolute KMP_HW_SUBSET test for s390x (#87555)Jonathan Peyton1-0/+6
2024-04-03[OpenMP] Add absolute KMP_HW_SUBSET functionality (#85326)Jonathan Peyton3-75/+234
2024-04-02[OpenMP] Fix nested parallel with tasking (#87309)Jonathan Peyton2-6/+52
2024-04-02[OpenMP] get logical core count on modern apple platform (#87231)nihui1-15/+2
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui13-20/+46
2024-03-29[OpenMP] Have hidden helper team allocate new OS threads only (#87119)Jonathan Peyton2-3/+41
2024-03-28[OpenMP] Fix node destruction race in __kmpc_omp_taskwait_deps_51 (#86130)Ulrich Weigand1-0/+6
2024-03-27[OpenMP] Close up permissions on /tmp files (#85469)Terry Wilmarth1-5/+5
2024-03-27[NFC][OpenMP] Use `SimpleVLA` to replace variable length arrays in C++Shilei Tian1-2/+3
2024-03-27[NFC][OpenMP] Silent unused variable in `kmp_collapse.cpp`Shilei Tian1-2/+2
2024-03-26[OpenMP] add loop collapse tests (#86243)Vadim Paretsky7-8/+511
2024-03-22[OpenMP][AIX] Affinity implementation for AIX (#84984)Xing Xue6-19/+233
2024-03-20[flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` so...Michael Klemm3-151/+372
2024-03-19[OpenMP] Enable the affinity tests on FreeBSD, NetBSD and DragonFly (#85500)Brad Smith1-1/+1
2024-03-18[OpenMP] Add OpenMP extension API to dump mapping tables (#85381)nicebert1-0/+2
2024-03-16Revert "[openmp] __kmp_x86_cpuid fix for i386/PIC builds." (#85526)David CARLIER1-10/+0
2024-03-14[openmp][wasm] Fix microtask type mismatch (#84355)Andrew Brown1-30/+77
2024-03-13[OpenMP] Sort topology after adding processor group layer. (#83943)MessyHack1-0/+3
2024-03-12[OpenMP] Remove unused logical/physical CPUID information (#83298)Jonathan Peyton2-69/+1
2024-03-12[OpenMP] Make sure mask is set to nullptr (#83299)Jonathan Peyton1-2/+2
2024-03-12[OpenMP] Add debug checks for divide by zero (#83300)Jonathan Peyton2-3/+22
2024-03-11[OpenMP] Fixup while loops to avoid bad NULL check (#83302)Jonathan Peyton2-12/+7
2024-03-11[OpenMP] Remove unnecessary check of ap (#83303)Jonathan Peyton1-8/+2
2024-03-11[OpenMP] Make sure ptr is used after NULL check (#83304)Jonathan Peyton2-8/+8
2024-03-11[OpenMP] Remove dead code of checking int > INT_MAX (#83305)Jonathan Peyton1-6/+0
2024-03-11[openmp] __kmp_x86_cpuid fix for i386/PIC builds. (#84626)David CARLIER1-0/+10
2024-03-10[openmp] adding affinity support to DragonFlyBSD. (#84672)David CARLIER6-16/+22
2024-03-09[OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540)Vadim Paretsky5-6/+7
2024-03-09[openmp] porting affinity feature to netbsd. (#84618)David CARLIER6-14/+26
2024-03-08[OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930)David CARLIER2-5/+72
2024-03-07[OpenMP] runtime support for efficient partitioning of collapsed triangular l...vadikp-intel5-2/+692
2024-02-27[OpenMP] Fix distributed barrier hang for OMP_WAIT_POLICY=passive (#83058)Jonathan Peyton2-3/+39
2024-02-27[OpenMP][OMPD] libompd must not link libomp (#83119)Joachim1-2/+3
2024-02-26[OpenMP][AIX] XFAIL capacity tests on AIX in 32-bit (#83014)Xing Xue2-0/+6
2024-02-25[OpenMP] Implement __kmp_is_address_mapped on DragonFlyBSD. (#82895)David CARLIER2-5/+49
2024-02-20[OpenMP][AIX]Add assembly file containing microtasking routines and unnamed c...Xing Xue1-0/+410
2024-02-19[OpenMP] [test] Skip the -mlong-double-80 test on MSVC ABI (#81115)Martin Storsjö1-2/+2
2024-02-16[OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stac...Xing Xue2-0/+9
2024-02-13[OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members sw...Xing Xue4-10/+20
2024-02-09[OpenMP] Fix libomp debug build. (#81029)Daniil Fukalov1-0/+4
2024-02-07[OpenMP][test]Flip bit-fields in 'struct flags' for big-endian in test cases ...Xing Xue4-16/+47
2024-02-06[OMPD] Runtime Entry Point functions for OMPD in libomp.so need C linkage as ...vigbalu1-0/+8
2024-02-03[openmp] Add a dependency on the separate import library (#80449)Martin Storsjö1-0/+1
2024-01-25[openmp] Silence warning when compiling with MSVC targetting x86Alexandre Ganea1-1/+1
2024-01-23Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Cl...Alexandre Ganea7-38/+58
2024-01-23Revert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - [openmp] Fix warnings when ...Alexandre Ganea7-51/+34
2024-01-23[openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT ...Alexandre Ganea7-34/+51
2024-01-18[openmp] Revert 64874e5ab5fd102344d43ac9465537a44130bf19 since it was committ...Alexandre Ganea9-84/+15