aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)AuthorFilesLines
2026-04-29[OpenMP] Fix use of uninitialized Dl_info when dladdr fails in ompd_init (#19...Mark Zhuang1-4/+2
2026-04-28[OpenMP] Rename ompx_taskgraph->omp_taskgraph_experimentalJulian Brown17-59/+60
2026-04-28[Clang][OpenMP] Validate omp_initial_device omp_invalid_device as device IDs ...Amit Tiwari1-0/+1
2026-04-27[OpenMP] Make loop index unsigned in __kmpc_omp_task_with_deps/__kmp_omp_taskJulian Brown2-2/+2
2026-04-15[openmp] Fix Darwin after 988e00e (#192135)Alexandre Ganea1-2/+4
2026-04-14[OpenMP][OMPT] Revert `control_tool.c` changes from #191429 (#192069)Jan André Reuter1-4/+1
2026-04-13[openmp] Silence warnings when building on Windows (#191556)Alexandre Ganea1-20/+21
2026-04-13[Clang][OpenMP] Implement Loop splitting `#pragma omp split` directive (#190397)Amit Tiwari15-0/+463
2026-04-11[OpenMP] Fix nondependent inscan variables in templated functions (#191627)Robert Imschweiler1-0/+73
2026-04-10[OpenMP][OMPT] Fix `omp_control_tool` before any directive (#191429)Jan André Reuter6-3/+88
2026-04-03Revert "[Clang][OpenMP] Implement Loop splitting `#pragma omp split` directiv...theRonShark15-485/+0
2026-04-03[Clang][OpenMP] Implement Loop splitting `#pragma omp split` directive (#183...Amit Tiwari15-0/+485
2026-03-31[openmp] Add support for Arm64X to libomp (#176157)David Truby2-0/+108
2026-03-31[openmp] Add support for arm64ec to libomp (#176151)David Truby14-152/+176
2026-03-27[OpenMP][test] Remove %flags-use-compiler-omp-h (#188789)Michael Kruse4-15/+1
2026-03-17[OpenMP][OMPT] Add missing `error` entry to device tracing record union (#185...Jan André Reuter1-0/+1
2026-03-16[mlir][llvmir][OpenMP] Translate affinity clause in task construct to llvmir ...Chi-Chun, Chen1-0/+12
2026-03-12[OpenMP][Offload] Add offload runtime support for dyn_groupprivate clause (#1...Kevin Sala Penades6-0/+62
2026-03-02[libomp] Fix hwloc include for non-standard paths (#184087)Robert Imschweiler1-4/+10
2026-03-02[openmp][cmake][NFCI] Avoid non-eval uses of ${var} (#182267)Michael Kruse5-37/+37
2026-02-26[openmp][tests] Fix bug63197.c (#183508)Joachim1-3/+9
2026-02-25[openmp] Fix bug63197.c test with 3 cores (#183269)Nikita Popov1-2/+3
2026-02-18[OpenMP] Remove standalone build mode (Reapply #149878) (#182022)Michael Kruse6-118/+51
2026-02-18Revert "[OpenMP] Remove standalone build mode (#149878)"Michael Kruse6-51/+118
2026-02-18[OpenMP] Remove standalone build mode (#149878)Michael Kruse6-118/+51
2026-02-17[MLIR][OpenMP] Add omp.fuse operation (#168898)Ferran Toda2-0/+112
2026-02-13[OpenMP][lit] Disable flaky test tasking/issue-94260-2.c (#176452)Nick Sarnie1-0/+3
2026-02-13[openmp] Remove perl mentions (#181371)Nikita Popov1-2/+2
2026-02-13[OFFLOAD] Add support for SPIRV to ompx (#179849)fineg741-1/+1
2026-02-06openmp: add atomic to SANITIZER_COMMON_LINK_LIBS for MIPS (#179933)YunQiang Su1-0/+4
2026-01-28[OpenMP][docs] Revise building manual (#176175)Michael Kruse2-40/+3
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang2-3/+3
2026-01-12[OpenMP] Add libomp unit test infrastructure (#168063)Robert Imschweiler9-18/+493
2025-12-18Revert "[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget" (#1...Joachim5-36/+12
2025-12-18[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget (#156020)Kaloyan Ignatov5-12/+36
2025-12-09Revert "[Flang] Move builtin .mod generation into runtimes (Reapply #137828) ...Michael Kruse4-8/+6
2025-12-09[Flang] Move builtin .mod generation into runtimes (Reapply #137828) (#169638)Michael Kruse4-6/+8
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 Kruse9-2999/+5
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 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