aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime/src
AgeCommit message (Expand)AuthorFilesLines
2025-12-08[OpenMP] Fix undefined symbol for Darwin builds (#170999)Robert Imschweiler1-1/+1
2025-12-06[openmp][NFCI] Move .mod code out of runtimes subdir (#169909)Michael Kruse3-2538/+0
2025-12-03[OpenMP][OMPT] Use global thread id for `codeptr_ra` in `end_critical` (#169826)Jan André Reuter1-1/+1
2025-12-02Fix Windows OpenMP build (#170142)Robert Imschweiler5-32/+45
2025-12-01Reland: [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler3-0/+37
2025-11-25Revert "[Flang] Move builtin .mod generation into runtimes" (#169489)Jan Patrick Lehr1-20/+43
2025-11-25[Flang] Move builtin .mod generation into runtimes (#137828)Michael Kruse1-43/+20
2025-11-21[OpenMP][libomp] Add transparent task flag bit to kmp_tasking_flags (#168873)Zahira Ammarguellat1-2/+4
2025-11-20[OpenMP][AIX] Not to create symbolic links to libomp.so in install step (NFC)...Kelvin Li1-3/+9
2025-11-18Revert "[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler6-75/+2
2025-11-18[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (#16...Robert Imschweiler6-2/+75
2025-11-03[OpenMP][AIX] Not to create symbolic links to libomp.so on AIX (#165890)Kelvin Li1-14/+26
2025-11-03[OpenMP][AArch64] Fix frame pointer save in microtask (#165313)Dominik Wójt (Cognizant)1-2/+2
2025-10-31[OpenMP] Remove OS checks for ARM and AArch64 (#165640)Brad Smith2-10/+7
2025-10-21[NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453)Raul Tambre1-0/+1
2025-10-20[OpenMP][AArch64] Enable BTI and PAC support on OpenBSD (#164337)Brad Smith1-4/+7
2025-10-15[OpenMP] Fix preprocessor mismatches between include and usages of hwloc (#15...Peter Arzt7-54/+57
2025-10-12Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960)小钟1-1/+1
2025-08-30[OpenMP] Use Clang resource dir only in bootstrapping build (#156018)Michael Kruse1-4/+5
2025-08-28Revert "[OpenMP][clang] 6.0: num_threads strict (part 3: codegen)" (#155809)Robert Imschweiler1-1/+0
2025-08-28[OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (#146405)Robert Imschweiler1-0/+1
2025-08-27[Flang-RT][OpenMP] Define _GLIBCXX_NO_ASSERTIONS (#155440)Michael Kruse1-0/+1
2025-08-21Revert "Fix Debug Build Using GCC 15" (#154877)dpalermo1-1/+1
2025-08-21Fix Debug Build Using GCC 15 (#152223)Patrick Simmons1-1/+1
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-2/+2
2025-08-14[OpenMP] Update printf stmt in kmp_settings.cpp (#152800)CatherineMoore1-2/+2
2025-08-06[OFFLOAD][OPENMP] 6.0 compatible interop interface (#143491)Alex Duran4-0/+59
2025-07-26[OpenMP] Fix runtimes default build (#149871)Michael Kruse1-1/+1
2025-07-21[OpenMP] Fixup bugs found during fuzz testing (#143455)Jonathan Peyton11-77/+147
2025-07-21[OpenMP] [NFC] Remove KMP_NESTED_HOT_TEAMS macro (#143584)Jonathan Peyton5-126/+52
2025-07-21[OpenMP] Improve performance of ticket lock (x86) (#143557)Jonathan Peyton1-7/+0
2025-07-18[OpenMP] [NFC] Remove dead code: building task stack (#143589)Jonathan Peyton2-281/+1
2025-07-08Reland: [OpenMP][clang] 6.0: num_threads strict (part 1: host runtime) (#147532)Robert Imschweiler1-0/+6
2025-07-08[OpenMP] OpenMP ThreadSet clause - basic runtime (#144409)Ritanya-B-Bharadwaj1-6/+9
2025-07-07Revert "[OpenMP][clang] 6.0: num_threads strict (part 1: host runtime)" (#147...Robert Imschweiler1-6/+0
2025-07-07[OpenMP][clang] 6.0: num_threads strict (part 1: host runtime) (#146403)Robert Imschweiler1-0/+6
2025-06-25[OpenMP] Fix various alignment issues (#142376)Rainer Orth3-6/+6
2025-06-25 [OpenMP] avoid segv for a lock that has already been destroyed (#145625)Larry Meadows1-0/+2
2025-06-13[OpenMP] Remove declaration and usage of __AMDGCN_WAVEFRONT_SIZE (#143761)nicebert1-5/+13
2025-06-12[OpenMP][Flang]Fix omp_get_cancellation return type from integer to logical (...Yang Zaizhou1-1/+1
2025-06-04[OpenMP] Don't use libproc on Solaris (#142379)Rainer Orth1-20/+10
2025-05-14[OpenMP] Fix __builtin_return_address calls for SPARC (#138520)Rainer Orth2-4/+6
2025-05-07[OpenMP] Fix __kmp_unnamed_critical_addr .type setting (#138815)Rainer Orth1-2/+2
2025-05-06[OpenMP] Provide __NR_sched_[gs]etaffinity on Linux/sparc64 (#138525)Rainer Orth1-0/+11
2025-05-06[OpenMP] Provide __kmp_unnamed_critical_addr on SPARC (#138517)Rainer Orth1-4/+6
2025-05-06[OpenMP] Use pthread_self for __kmp_gettid on Solaris (#138510)Rainer Orth1-1/+1
2025-05-06[OpenMP] Use TLS for gtid on Solaris (#138508)Rainer Orth1-1/+1
2025-05-05[OpenMP] Fix KMP_OS_AIX handling (#138499)Rainer Orth4-5/+6
2025-04-25[OpenMP] Fix taskgraph dependency tracking, memory access, and initialization...Josep Pinot2-2/+6
2025-04-24[NFC][OpenMP] Fix task record/replay comments (#137178)Josep Pinot1-2/+1