summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_ftn_entry.h
AgeCommit message (Expand)Author
2025-11-18Revert "[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler
2025-11-18[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (#16...Robert Imschweiler
2025-07-21[OpenMP] Fixup bugs found during fuzz testing (#143455)Jonathan Peyton
2025-04-02[OpenMP] 6.0 (TR11) Memory Management Update (#97106)Hansang Bae
2025-03-26[OpenMP] Add support for Haiku (#133034)Brad Smith
2024-08-15[OpenMP] Add support for pause with omp_pause_stop_tool (#97100)Hansang Bae
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue
2023-12-14[openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297)Andrew Brown
2023-11-02[OpenMP] Add support for Solaris/x86_64 (#70593)Brad Smith
2023-08-26[OpenMP] Codegen support for thread_limit on target directive for hostSandeep Kosuri
2023-08-18[OpenMP] Add option to use different units for blocktimeTerry Wilmarth
2023-05-24[OpenMP][libomp] Implement KMP_DLSYM_NEXT on WindowsHansang Bae
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton
2022-07-19[OpenMP][libomp] Allow reset affinity mask after parallelAndreyChurbanov
2022-03-05[OpenMP] libomp: omp_in_explicit_task() implemented.AndreyChurbanov
2022-01-27Runtime for Interop directiveSri Hari Krishna Narayanan
2021-06-16[OpenMP] Remove unused variables from libomp codeJoachim Protze
2021-06-15[OpenMP] Add GOMP 5.0 version symbols to APIPeyton, Jonathan L
2021-06-15[OpenMP] Lazily assign root affinityPeyton, Jonathan L
2021-06-04[OpenMP] Add experimental nesting mode featureTerry Wilmarth
2021-05-21[OpenMP] libomp: move warnings to after library initializationAndreyChurbanov
2021-02-22[OpenMP] Limit number of dispatch buffersPeyton, Jonathan L
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2021-02-11[OpenMP] Enable omp_get_num_devices() on WindowsHansang Bae
2021-02-01[OpenMP] libomp: implement nteams-var and teams-thread-limit-var ICVsAndreyChurbanov
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-10-01[OpenMP][libomptarget] make omp_get_initial_device 5.1 compliantJoachim Protze
2020-07-31[OpenMP] Use weak attribute in interface only for static libraryJoachim Protze
2020-03-04[openmp] OpenMP 5.1 omp_display_env function implementation.AndreyChurbanov
2020-01-03[OpenMP] NFC: Fix trivial typos in commentsKelvin Li
2019-10-30Enable OpenBSD support.AndreyChurbanov
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-06-19New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov
2019-04-08[OpenMP] Implement 5.0 memory managementJonathan Peyton
2019-02-28[OpenMP 5.0] Deprecate nest-var and associated featuresJonathan Peyton
2019-02-19[OpenMP 5.0] Add omp_get_supported_active_levels()Jonathan Peyton
2019-02-11[OpenMP] Fix thread_limits to work properly for teams constructJonathan 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[OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton
2019-01-03[OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-12-13[OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton
2018-12-09Add DragonFlyBSD support to OpenMPKamil Rytarowski
2018-11-29Revert r347799: Add omp_get_device_num() and update other device APIJonathan Peyton
2018-11-28[OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton
2018-11-07Add Hurd support.Andrey Churbanov
2018-09-07[OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton
2018-07-30[OpenMP] Add GOMP version symbols for OMP_4.5 APIJonathan Peyton
2018-04-18[OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatterJonathan Peyton