aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Reland: [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler4-0/+114
2025-11-25Revert "[Flang] Move builtin .mod generation into runtimes" (#169489)Jan Patrick Lehr7-23/+94
2025-11-25[Flang] Move builtin .mod generation into runtimes (#137828)Michael Kruse7-94/+23
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 Imschweiler7-152/+2
2025-11-18[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (#16...Robert Imschweiler7-2/+152
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-10-08[OpenMP] Add IBM Z as supported architecture in the runtime READMEUlrich Weigand1-0/+1
2025-10-06[OpenMP] Clean-up Fortran testsMichael Kruse4-7/+10
2025-10-04[OpenMP][test] .f90 -> .F90Michael Kruse1-0/+1
2025-10-03[Flang] Add standalone tile support (#160298)Michael Kruse3-0/+144
2025-09-29[Clang][OpenMP][LoopTransformations] Implement "#pragma omp fuse" loop transf...Walter J.T.V5-0/+687
2025-09-20[OpenMP] Allow Fortran tests (#150722)Michael Kruse4-1/+50
2025-09-15[OpenMP] [Tests] Update test broken by #157364 (#158751)Sirraide1-1/+6
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 Tenty4-7/+7
2025-08-18[OpenMP][Test][NFC] output tool data as hex to improve readibility (#152757)Joachim108-1630/+1827
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] Update %preload-tool definition on DarwinAiden Grossman1-1/+1
2025-07-26[OpenMP] Move tool tests out of individual folders (#150780)Aiden Grossman3-0/+0
2025-07-26[OpenMP] Fix tool tests 9475ed84909463ad594602dd76583f4ff12efcd0Aiden Grossman1-1/+1
2025-07-25[OpenMP] Remove uses of %T from lit tests (#150723)Aiden Grossman3-24/+29
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 Peyton13-77/+210
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-07-03Drop timestamp in generated source code (#146822)Bernhard M. Wiedemann1-3/+1
2025-06-27[OpenMP][test][NFC] Temporarily disabling failing testJoachim Jenke1-1/+4
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 Meadows2-0/+42
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