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-03-07[OpenMP][libomp] Fix register constraint for tpause and umwaitJonathan Peyton
2022-03-07[OpenMP] libomp: implemented task priorities.AndreyChurbanov
2022-03-06[OpenMP][CMake] Ensure linking against libm for LinuxJames Beddek
2022-03-05[OpenMP] libomp: omp_in_explicit_task() implemented.AndreyChurbanov
2022-03-01[Openmp]: Missing import statement in openmp interface for FortranMalhar Jajoo
2022-02-14[OpenMP][libomp] Introduce oneAPI compiler supportJonathan Peyton
2022-02-12[OpenMP] libomp: fix UB when LIBOMP_NUM_HIDDEN_HELPER_THREADS=1.AndreyChurbanov
2022-02-11[OpenMP] libomp: fix bug in implementation of distribute construct.AndreyChurbanov
2022-02-09[OpenMP][libomp] Replace accidental VLA with KMP_ALLOCAJonathan Peyton
2022-02-07[OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 pla...Igor Kirillov
2022-01-30[openmp][cmake] `CMAKE_INSTALL_BINDIR` usage should not be quotedJohn Ericson
2022-01-29[OpenMP] Fix link error on Windows caused by `interop` functionsShilei Tian
2022-01-29[OpenMP] Fix wrong number in openmp/runtime/src/dllexportsShilei Tian
2022-01-27Runtime for Interop directiveSri Hari Krishna Narayanan
2022-01-23[openmp] Allow x87 fp functions only in Openmp runtime for x86.Malhar Jajoo
2022-01-22[openmp][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2021-12-30[OpenMP] Add missing `tt_hidden_helper_task_encountered` along with `tt_found...Shilei Tian
2021-12-20[OpenMP][libomp] Add use-all syntax to KMP_HW_SUBSETJonathan Peyton
2021-12-14[OpenMP][libomp] Fix compile errors with new KMP_HW_SUBSET changesJonathan Peyton
2021-12-13Quote some more destination paths with variablesJohn Ericson
2021-12-11Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d...Med Ismail Bennani
2021-12-10Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ...John Ericson
2021-12-10[OpenMP][libomp] Add core attributes to KMP_HW_SUBSETJonathan Peyton
2021-12-10[OpenMP] libomp: fix Fortran header: lines exceeded 72-char lengthAndreyChurbanov
2021-12-08[OpenMP] libomp: Fix crash if application send us negative thread_limit valueAndreyChurbanov
2021-12-01[runtimes][openmp] Change to not treat ARCH-unknown-linux-gnu as errorsKazushi (Jam) Marukawa
2021-11-19[OpenMP] support depend clause for taskwait directive, by DeepakAlexey Bataev
2021-11-18[OpenMP][libomp] Enable HWLOC topology detection of multiple CPU kindsPeyton, Jonathan L
2021-11-18[OpenMP][libomp] Improve Windows Processor Group handling within topologyPeyton, Jonathan L
2021-11-18[OpenMP][libomp] Add support for offline CPUs in LinuxPeyton, Jonathan L
2021-11-18[OpenMP][libomp] Allow users to specify KMP_HW_SUBSET in any orderPeyton, Jonathan L
2021-11-17[OpenMP][libomp][NFC] Remove non-ASCII apostrophe in commentJonathan Peyton
2021-11-17[OpenMP] Silence build warnings when built with MinGWMartin Storsjö
2021-11-12[OpenMP] Set default blocktime to 0 for hybrid cpuNawrin Sultana
2021-11-11[OpenMP] Allow building libomp using Microsoft Visual C++ naming schemeBran Hagger
2021-11-10Revert "[openmp] Add OMPT initialization in libomptarget"Joachim Protze
2021-11-09[OpenMP][libomp][CMake] use uppercase_CMAKE_BUILD_TYPEJonathan Peyton
2021-11-08[NFC] Inclusive Language: change master to main for .chm filesQuinn Pham
2021-11-08[OpenMP] libomp: Fix handling of barrier pattern environment variables@t-msn
2021-11-02Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM"Med Ismail Bennani
2021-11-02Use `GNUInstallDirs` to support custom installation dirs. -- LLVMJohn Ericson
2021-10-27[OpenMP][NFC] disable test on power because of -mlong-double-80 optionAndreyChurbanov
2021-10-27[OpenMP] libomp: Fix possible NULL dereference.AndreyChurbanov
2021-10-25[OpenMP] libomp: disable definitions of 5.1 atomics for non-x86 arch.AndreyChurbanov
2021-10-25[OpenMP][OMPT] thread_num determination during execution of nested serialized...Vladimir Inđić