summaryrefslogtreecommitdiff
path: root/openmp/runtime/src
AgeCommit message (Expand)Author
2025-03-17[OpenMP] Address __kmp_dist_for_static_init issue (#129902)Sergio Afonso
2025-03-14[OpenMP] Update OpenMP runtime to adopt taskgraph clause from 6.0 Specs (#130...Josep Pinot
2025-03-12[OpenMP] [Taskgraph] Differentiating task ids from the taskgraph and from the...Rémy Neveu
2025-03-03[OpenMP][runtime] Fix comparison of integer expressions of different signedne...foxtran
2025-02-27[OpenMP][OMPT][OMPD] Fix frame flags for OpenMP tool APIs (#114118)Joachim
2025-02-20[OpenMP][NFC] Remove unused debug lock (#127928)Jonathan Peyton
2025-02-19[OpenMP][NFC] Remove unused __kmp_dispatch_lock global (#127686)Jonathan Peyton
2025-02-19[OpenMP][NFC] Remove unused clock function types and globals (#127684)Jonathan Peyton
2025-02-17[OpenMP][libomp] Add OpenBSD, NetBSD and DragonFly stdarg handling (#126182)Brad Smith
2025-02-14[OpenMP] Fix crash with task stealing and task dependencies (#126049)Julian Brown
2025-02-10[openmp] Fix for 32-bit PowerPC (#126412)Brad Smith
2025-02-04[OpenMP] Make `omp.h` work when compiled with `-ffreestanding` (#125618)Joseph Huber
2025-01-17[openmp] Support CET in z_Linux_asm.S (#123213)Nikita Popov
2024-11-20[OpenMP][Build][Wasm][116552] Fixed build problem when compiling with Emscrip...Christian Oliveros
2024-11-04[OpenMP] Using `SimpleVLA` to handle vla usage in ompt-general.cpp. (#114583)Daniel Chen
2024-11-02[NFC] Simple typo correction. (#114548)c8ef
2024-10-25[OpenMP] Create versioned libgomp softlinks (#112973)Ye Luo
2024-10-17[OpenMP] Fix missing gtid argument in __kmp_print_tdg_dot function (#111986)Josep Pinot
2024-10-14[openmp] Use core_siblings_list if physical_package_id not available (#111831)Nikita Popov
2024-10-08[libomp][AIX] Use SO version "1" for AIX libomp (#111384)Xing Xue
2024-09-18[libomp][AIX] Ensure only libomp.a is published on AIX (#109016)Xing Xue
2024-08-31[OpenMP] Support setting POSIX thread name on *BSD's and Solaris (#106489)Brad Smith
2024-08-15[OpenMP] Add support for pause with omp_pause_stop_tool (#97100)Hansang Bae
2024-08-15[OpenMP] Miscellaneous small code improvements (#95603)Hansang Bae
2024-08-13[OpenMP] Rename worker threads for improved debuggability (#102065)HighW4y2H3ll
2024-08-13[OpenMP][AArch64] Fix branch protection in microtasks (#102317)Tulio Magno Quites Machado Filho
2024-08-11[openmp][runtime] Silence warningsAlexandre Ganea
2024-08-07[openmp][WebAssembly] Allow openmp to compile and run under emscripten toolch...arsnyder16
2024-07-29[OpenMP] Assign thread ids in the cpuinfo topology method (#91013)Jonathan Peyton
2024-07-29[OpenMP] Add topology and affinity changes for Meteor Lake (#91012)Jonathan Peyton
2024-07-24[OpenMP][libomp] Fix tasking debug assert (#95823)Jonathan Peyton
2024-07-16[OpenMP] Use new OMPT state and sync kinds for barrier events (#95602)Hansang Bae
2024-07-05[openmp] Silence warning when building the x64 Windows LLVM release packageAlexandre Ganea
2024-07-03[OpenMP] Add ompt_start_tool declaration in omp-tools.h (#97099)Hansang Bae
2024-07-03[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)Joachim
2024-07-02[OpenMP] Add missing export for dynamic tracking patch (#97419)Gheorghe-Teodor Bercea
2024-07-01[OpenMP] [OMPT] Callback registration should not depend on the device init ca...dhruvachak
2024-07-01[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea
2024-06-24[OpenMP] Add num_threads clause list format and strict modifier support (#85466)Terry Wilmarth
2024-06-20[OpenMP][libomp] Remove Perl in favor of Python (#95307)Jonathan Peyton
2024-06-04[OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472)Joachim
2024-06-03Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139)Shilei Tian
2024-05-29[OpenMP] Fix multiply installing `libomp.so` (#93685)Joseph Huber
2024-05-26Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)""Shilei Tian
2024-05-26Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Shilei Tian
2024-05-25[openmp] Revise IDE folder structure (#89750)Michael Kruse
2024-05-24Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Joseph Huber
2024-05-24[NFC][OpenMP][OMPX] Remove ';' that is outside of a functionShilei Tian
2024-05-24[OpenMP][OMPX] No default argument for C APIShilei Tian
2024-05-24[OpenMP][OMPX] Add shfl_down_sync (#93311)Shilei Tian