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
path: root/openmp
AgeCommit message (Expand)Author
2017-08-20Use va_copy instead of __va_copy to fix building libomp against musl libcJonathan Peyton
2017-08-17Remove BUILD_TVJonathan Peyton
2017-08-14[OpenMP] libomptarget: move debugging dumps under control of env var LIBOMPTA...Sergey Dmitriev
2017-08-11OMP_PROC_BIND: better spreadPaul Osmialowski
2017-08-02Exclude version symbols for static libompJonathan Peyton
2017-08-02Move lock acquire/release functions in task deque cleanup codeJonathan Peyton
2017-08-02Add new envirable KMP_TEAMS_THREAD_LIMITJonathan Peyton
2017-07-28Fix comments and build messages concerning TSXJonathan Peyton
2017-07-27Fix implementation of OMP_THREAD_LIMITJonathan Peyton
2017-07-26Introduce KMP_DEVICE_THREAD_LIMITJonathan Peyton
2017-07-26[CMake] Disable building libomptarget and add CMake switchJonas Hahnfeld
2017-07-25Cleanup: __kmp_env_* variablesJonathan Peyton
2017-07-21Whitespace.NAKAMURA Takumi
2017-07-19OpenMP RTL cleanup: two PAUSEs per spin loop iteration replaced with single oneAndrey Churbanov
2017-07-18For KMP_PAGE_SIZE, use getpagesize() on Unix, GetSystemInfo() on WindowsDimitry Andric
2017-07-18Fix failing taskloop tests by omitting gccJonathan Peyton
2017-07-18Add recursive task scheduling strategy to taskloop implementationJonathan Peyton
2017-07-18Fix sporadic segfaults in tasking tests.Andrey Churbanov
2017-07-18OpenMP RTL cleanup: nullify pointer after memory freeingAndrey Churbanov
2017-07-17Removed "duplicates" from verbose affinity outputJonathan Peyton
2017-07-17OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov
2017-07-13[GOMP] Fix (un)tied tasks with the GCCJonas Hahnfeld
2017-07-11Rename z_Linux_asm.s to z_Linux_asm.SDimitry Andric
2017-07-08Add a .arcconfig file for openmp.Dimitry Andric
2017-07-08remove deprecated register storage class specifierEd Maste
2017-07-07remove duplicate symbol version script entriesEd Maste
2017-07-06Fix wrong website in messagesJonathan Peyton
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov
2017-06-27Make test/parallel/omp_nested.c not use so many threadsHal Finkel
2017-06-26Only use libdl when it is availableDimitry Andric
2017-06-16Set affinity to none/false in child processesJonathan Peyton
2017-06-13Replace platform macro with KMP_MIC_SUPPORTEDJonathan Peyton
2017-06-13Reset initial affinity in children processesJonathan Peyton
2017-06-09[OpenMP] Prevent unused-variable warning in libomptarget when compiling in Re...Samuel Antao
2017-06-06Fix static initializers for locks.Jonathan Peyton
2017-06-05OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov
2017-06-03[OpenMP] libomptarget: eliminate compiler warnings at buildGeorge Rokos
2017-06-01Re-enable assertion after the problem that caused it to be hit had been fixedAndrey Churbanov
2017-06-01Fix minor formatting issuesJonathan Peyton
2017-05-31Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwlocJonathan Peyton
2017-05-31Address default pinning OpenMP process with multiple processor groupsJonathan Peyton
2017-05-15Fix for KMP_AFFINITY=respect with multiple processor groupsJonathan Peyton
2017-05-15Remove some outdated commentsJonathan Peyton
2017-05-15Add the .clang-format file which the formatting was based onJonathan Peyton
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-05-10[OpenMP] Changes in the plugin interfaceGeorge Rokos
2017-04-27[OpenMP] libomptarget: test correction for use with OpenMP 4.5George Rokos
2017-04-25Fix Hwloc API IncompatibilityJonathan Peyton
2017-04-25[OpenMP] Optimized default kernel launch parameters in CUDA pluginGeorge Rokos
2017-04-25[OpenMP] Add missing parenthesis which triggers a compile errorGeorge Rokos