aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_gsupport.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-01[OpenMP] allow openmp build for sparc (#133239)Petr Sumbera1-1/+1
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui1-1/+1
2024-02-13[OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members sw...Xing Xue1-1/+1
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue1-1/+2
2023-12-15[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian1-3/+4
2023-12-14[openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297)Andrew Brown1-1/+1
2023-11-30Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA"Shilei Tian1-4/+3
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian1-3/+4
2023-11-28Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA"Shilei Tian1-4/+3
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian1-3/+4
2023-11-28Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA ...Shilei Tian1-4/+3
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLA (#71412)Shilei Tian1-3/+4
2021-10-22[OpenMP][OMPT][GOMP] task frame support in KMP_API_NAME_GOMP_PARALLEL_SECTIONSVladimir Inđić1-0/+29
2021-10-20[OpenMP] Add GOMP allocator functionsNawrin Sultana1-0/+24
2021-09-27[OpenMP] libomp: Usage of TASK_TIED constant inside kmp_gsupport.cpp@vladaindjic1-2/+2
2021-09-15[OpenMP] Add support for GOMP depobjPeyton, Jonathan L1-11/+39
2021-06-08[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian1-0/+8
2021-04-16[OpenMP] Implement GOMP task reductionsPeyton, Jonathan L1-3/+525
2021-03-05Added API for "masked" construct via two entrypoints: __kmpc_masked,tlwilmar1-1/+1
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian1-11/+13
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth1-5/+7
2020-12-05[OpenMP][OMPT] Fix OMPT return address guard for gomp interfaceJoachim Protze1-28/+28
2020-11-25[OpenMP][OMPT] Introduce a guard to handle OMPT return addressJoachim Protze1-14/+24
2020-10-01[OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patchesJoachim Protze1-0/+3
2020-09-24[OpenMP] Fix if0 task with dependencies in the runtimePeyton, Jonathan L1-3/+18
2020-09-24[OpenMP] Introduce GOMP taskwait depend in the runtimePeyton, Jonathan L1-0/+14
2020-09-24[OpenMP] Introduce GOMP mutexinoutset in the runtimePeyton, Jonathan L1-9/+65
2020-09-24[OpenMP] Introduce GOMP teams support in runtimePeyton, Jonathan L1-105/+61
2020-08-24Move special va_list handling to kmp_os.hDimitry Andric1-7/+1
2020-07-06[OpenMP] Add GOMP 5.0 loop entry pointsPeyton, Jonathan L1-0/+49
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki1-2/+2
2020-01-07[OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki1-2/+2
2020-01-03[OpenMP] NFC: Fix trivial typos in commentsKelvin Li1-1/+1
2019-08-15[OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld1-1/+1
2019-08-05[OpenMP] Add support for GOMP_*_nonmonotonic_* functionsJonathan Peyton1-0/+42
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton1-33/+2
2019-02-19[OpenMP] Adding GOMP compatible cancellationJonathan Peyton1-44/+18
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-16[OpenMP] Add omp_pause_resource* APIJonathan Peyton1-0/+8
2019-01-15[OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze1-1/+1
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze1-45/+45
2018-08-27[OpenMP][Fix] Ensure comparison between unsigned values.Gheorghe-Teodor Bercea1-1/+1
2018-08-09[OpenMP] Cleanup codeJonathan Peyton1-2/+0
2018-07-30[OpenMP] Implement GOMP doacross compatibilityJonathan Peyton1-55/+392
2018-06-20minor: fixed typo in debug printAndrey Churbanov1-1/+1
2018-05-28[OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze1-10/+10
2018-05-07[OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regionsJoachim Protze1-0/+1
2018-04-18[OpenMP] Compilation error fix on const char*Heejin Ahn1-1/+1
2018-04-18Introduce GOMP_taskloop APIJonathan Peyton1-0/+136
2018-02-17[OMPT] Omissionin in OMPT FormattingJoachim Protze1-1/+1