summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_gsupport.cpp
AgeCommit message (Expand)Author
2025-04-01[OpenMP] allow openmp build for sparc (#133239)Petr Sumbera
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui
2024-02-13[OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members sw...Xing Xue
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue
2023-12-15[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian
2023-12-14[openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297)Andrew Brown
2023-11-30Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA"Shilei Tian
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian
2023-11-28Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA"Shilei Tian
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian
2023-11-28Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA ...Shilei Tian
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLA (#71412)Shilei Tian
2021-10-22[OpenMP][OMPT][GOMP] task frame support in KMP_API_NAME_GOMP_PARALLEL_SECTIONSVladimir Inđić
2021-10-20[OpenMP] Add GOMP allocator functionsNawrin Sultana
2021-09-27[OpenMP] libomp: Usage of TASK_TIED constant inside kmp_gsupport.cpp@vladaindjic
2021-09-15[OpenMP] Add support for GOMP depobjPeyton, Jonathan L
2021-06-08[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian
2021-04-16[OpenMP] Implement GOMP task reductionsPeyton, Jonathan L
2021-03-05Added API for "masked" construct via two entrypoints: __kmpc_masked,tlwilmar
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-12-05[OpenMP][OMPT] Fix OMPT return address guard for gomp interfaceJoachim Protze
2020-11-25[OpenMP][OMPT] Introduce a guard to handle OMPT return addressJoachim Protze
2020-10-01[OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patchesJoachim Protze
2020-09-24[OpenMP] Fix if0 task with dependencies in the runtimePeyton, Jonathan L
2020-09-24[OpenMP] Introduce GOMP taskwait depend in the runtimePeyton, Jonathan L
2020-09-24[OpenMP] Introduce GOMP mutexinoutset in the runtimePeyton, Jonathan L
2020-09-24[OpenMP] Introduce GOMP teams support in runtimePeyton, Jonathan L
2020-08-24Move special va_list handling to kmp_os.hDimitry Andric
2020-07-06[OpenMP] Add GOMP 5.0 loop entry pointsPeyton, Jonathan L
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2020-01-07[OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2020-01-03[OpenMP] NFC: Fix trivial typos in commentsKelvin Li
2019-08-15[OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld
2019-08-05[OpenMP] Add support for GOMP_*_nonmonotonic_* functionsJonathan Peyton
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-02-19[OpenMP] Adding GOMP compatible cancellationJonathan Peyton
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16[OpenMP] Add omp_pause_resource* APIJonathan Peyton
2019-01-15[OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-08-27[OpenMP][Fix] Ensure comparison between unsigned values.Gheorghe-Teodor Bercea
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-07-30[OpenMP] Implement GOMP doacross compatibilityJonathan Peyton
2018-06-20minor: fixed typo in debug printAndrey Churbanov
2018-05-28[OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze
2018-05-07[OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regionsJoachim Protze
2018-04-18[OpenMP] Compilation error fix on const char*Heejin Ahn
2018-04-18Introduce GOMP_taskloop APIJonathan Peyton
2018-02-17[OMPT] Omissionin in OMPT FormattingJoachim Protze