Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-04[RFC][OpenMP][Doc] No backward compatible for libomptarget and pluginsShilei Tian
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton
2022-10-11[OpenMP][Docs] Add documentation for linking OpenMP with CUDA/HIPJoseph Huber
2022-10-11[OpenMP][Docs] Document multi-architecture binary handlingJoseph Huber
2022-08-29[libomptarget] Always enable time tracing in libomptargetJoseph Huber
2022-07-30Update references to mailing lists that have moved to Discourse.tlattner
2022-07-29Update references to mailing lists that have moved to Discourse.tlattner
2022-07-27Bump the trunk major version to 16llvmorg-16-initTom Stellard
2022-07-19[OpenMP][libomp] Allow reset affinity mask after parallelAndreyChurbanov
2022-05-28[OpenACC][OpenMP] Document atomic-in-teams extensionJoel E. Denny
2022-04-22[OpenMP][Docs] Remove usage of deprecated flag in documentationJoseph Huber
2022-04-07[OpenMP] Add dynamic memory function to omp.h and add documentationJoseph Huber
2022-03-09[OpenMP][doc]Minor doc fixesMark Dewing
2022-03-09[OpenMP][Docs] Make copy pasting remarks easierJoseph Huber
2022-02-09[Libomptarget] Increase stack size for bug49779 testJoseph Huber
2022-02-02Bump the trunk major version to 15llvmorg-15-initTom Stellard
2022-02-01[OpenMP] Eliminate redundant barriers in the same blockJohannes Doerfert
2022-01-31[OpenMP][NFC] Change error message on offloading failure to mention documenta...Joseph Huber
2022-01-20[OpenMP] Introduce an environment variable to disable atomic map clausesJohannes Doerfert
2021-12-20[OpenMP][libomp] Add use-all syntax to KMP_HW_SUBSETJonathan Peyton
2021-12-10[OpenMP][libomp] Add core attributes to KMP_HW_SUBSETJonathan Peyton
2021-12-01[OpenMP][libomp][doc] Add environment variables documentationJonathan Peyton
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-11-08[NFC] Inclusive Language: change master to main for .chm filesQuinn Pham
2021-10-29[OpenMP][Docs] Add documentation for device RTL debuggingJoseph Huber
2021-10-01[openmp][docs] Describe how the internal components are foundJon Chesterfield
2021-09-18[OpenMP] Add support for dynamic shared memory in new RTLJoseph Huber
2021-09-11[OpenMP] Add more verbose remarks for runtime foldingJoseph Huber
2021-09-10[openmp][amdgpu] Update SupportAndFAQ docsJon Chesterfield
2021-08-31[OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang ...Joel E. Denny
2021-07-26[OpenMP][NFC] Fix a few typos in OpenMP documentationJoseph Huber
2021-07-23[OpenMP] Add environment variables to change stack / heap size in the CUDA pl...Joseph Huber
2021-07-20[OpenMP] Change AMDGCN to AMDGPU in the Cmake ModuleJoseph Huber
2021-07-20[OpenMP][Documentation] Fix hyperlink locationJoseph Huber
2021-07-20[NFC] Correct documentation error in OpenMP release ReleaseNotesTony Tye
2021-07-16[OpenMP] Add remark documentation to the OpenMP webpageJoseph Huber
2021-06-29[OpenMP][Documentation] Add FAQ entry for CMake moduleJoseph Huber
2021-06-29[OpenMP][Documentation] Add OpenMPOpt optimization sectionJoseph Huber
2021-06-23[OpenMP] Improve ref count debug messagesJoel E. Denny
2021-06-18[OpenMP] Update FAQ for enabling cuda offloadingAsher Mancinelli
2021-06-09[OpenMP] Add an information flag for device data transfersJoseph Huber
2021-05-05[libomptarget] Initial documentation on amdgpu offloadJon Chesterfield
2021-04-26[OpenMP][Documentation] Add FAQ entry for dynamically linked librariesJoseph Huber
2021-04-22[OpenMP] Add function for setting LIBOMPTARGET_INFO at runtimeJoseph Huber
2021-04-16[OpenMP] Add info for device table changesJoseph Huber
2021-03-29[OpenMP] Trim error messages in CUDA pluginJoseph Huber
2021-02-02[OpenMP][NFC] Adding FAQ Entry for errors with static librariesJoseph Huber
2021-01-29[OpenMP][NFC] Added release note for new `deviceRTLs` and hidden helper taskShilei Tian
2021-01-28[OpenMP] Disabled profiling in `libomp` by default to unblock link errorsShilei Tian
2021-01-26[OpenMP][Libomptarget] Introduce Remote Offloading PluginAtmn Patel