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
2015-03-10fix for broken commit 231774Andrey Churbanov
2015-03-10issuing of incorrect warning fixedAndrey Churbanov
2015-03-10cleanup: removed unused function __kmp_change_thread_affinity_maskAndrey Churbanov
2015-03-10proc_bind_disabled enum value removed, its usage replased with proc_bind_falseAndrey Churbanov
2015-03-10cleanup: usages of mask size wrapped into macrosAndrey Churbanov
2015-03-10Adding some 8-bit atomic operations for future useAndrey Churbanov
2015-03-10changed unsigned types to signed - caused by comments of Hal Finkel on one of...Andrey Churbanov
2015-03-05moved Windows-specific flags under the WINDOWS guard in CMakeAndrey Churbanov
2015-03-05added KMP_NESTED_HOT_TEAMS macro definitionAndrey Churbanov
2015-03-05minor change: comment improvedAndrey Churbanov
2015-03-03Cleanup provided by Carlo BertolliAndrey Churbanov
2015-02-25Removed all header files for OpenMP 2.5Andrey Churbanov
2015-02-25Export the common header files to exports/ with CMakeAndrey Churbanov
2015-02-25Set the Intel compiler as default when building for the MIC without CMakeAndrey Churbanov
2015-02-20Two warning messages fixed.Andrey Churbanov
2015-02-20Misprint in comment fixedAndrey Churbanov
2015-02-20Detect Intel MIC architecture and set some defaults at run time instead of bu...Andrey Churbanov
2015-02-20Removed unused varargs from __kmpc_flush function.Andrey Churbanov
2015-02-20Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov
2015-02-20Changed default stack offset for threads on non-Mac architectures to a CACHE_...Andrey Churbanov
2015-02-20Added some compiler flags for security on Linux and Mac link stages.Andrey Churbanov
2015-02-10Fixed memory corruption problem.Andrey Churbanov
2015-02-10Updated the kmp_omp_struct_info_t structure used by debuggers.Andrey Churbanov
2015-02-10OpenMP 4.0 standard function omp_is_initial_device() implemented.Andrey Churbanov
2015-02-10Added comment on format of local labels in asm codeAndrey Churbanov
2015-02-10Added CFI directives to asm code in order to have correct backtraces in gdb.Andrey Churbanov
2015-02-10The usage of tt_state flag is replaced by an array of two task_team pointers.Andrey Churbanov
2015-01-29Pin the libiomp5.dll for the lifetime of application, Windows-specificAndrey Churbanov
2015-01-29enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov
2015-01-29fix that sets proc-bind-var to proc_bind_false if affinity is not supportedAndrey Churbanov
2015-01-29fixing typo in error messageAndrey Churbanov
2015-01-29fixing mistake in kmp_get_affinity_max_proc() api functionAndrey Churbanov
2015-01-29fixing the Fortran modules dependenciesAndrey Churbanov
2015-01-29adding the jobs variable for parallel buildAndrey Churbanov
2015-01-27Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov
2015-01-27minor formatting changeAndrey Churbanov
2015-01-27Enables a cpuid leaf 4 check for non-MIC x86 architectures.Andrey Churbanov
2015-01-27Adds some new Windows processor groups trace messagesAndrey Churbanov
2015-01-27Fixes error where proc-bind-var is not set when there is a parsing error of G...Andrey Churbanov
2015-01-27Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and __kmp_...Andrey Churbanov
2015-01-27Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...Andrey Churbanov
2015-01-27Fixed implementation of the teams construct in case it contains parallel regi...Andrey Churbanov
2015-01-19added support for PPC architectures (version 3): initial patch provided by Ca...Andrey Churbanov
2015-01-19Two fixes sent by C.Bergstrom: MB() does real synch for ARM; _Quad is not use...Andrey Churbanov
2015-01-16few fixes for ittnotify iterface (used by Intel(R) VTune Amplifier)Andrey Churbanov
2015-01-16cleanup changes of cmake-building for Intel(R) Many Integrated Core ArchitectureAndrey Churbanov
2015-01-16cleanup changes of building for Intel(R) Many Integrated Core ArchitectureAndrey Churbanov
2015-01-13fixed the missed bracket introduced by checkin rev 225792Andrey Churbanov
2015-01-13This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....Andrey Churbanov
2015-01-13small fixes to the hierarchical barrierAndrey Churbanov