summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2018-12-18[Tests] [OpenMP] XFAIL also for ppc64le.Stefan Pintilie
2018-12-18XFAIL Pair of OpenMP Tests for PowerPC LE LinuxStefan Pintilie
2018-12-18[Tests] fix non-determinism failure in testcaseJoachim Protze
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-12-18[OMPT] Add testcase for thread_num provided by implicit task eventsJoachim Protze
2018-12-17[OpenMP] version the affinity format tests and fix one testJonathan Peyton
2018-12-17[OpenMP] Add affinity format testsJonathan Peyton
2018-12-15[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev
2018-12-13[OpenMP] Fix transient divide by zero bug in 32-bit codeJonathan Peyton
2018-12-13[OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton
2018-12-13Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970Andrey Churbanov
2018-12-11[runtime] Disable KMP_HAVE_QUAD on NetBSD gccMichal Gorny
2018-12-11[runtime] Use getloadavg() on NetBSD as wellMichal Gorny
2018-12-11Implement __kmp_is_address_mapped() for NetBSDKamil Rytarowski
2018-12-11Implement __kmp_gettid() for NetBSDKamil Rytarowski
2018-12-11[test] [runtime] Permit omp_get_wtick() to return 0.01Michal Gorny
2018-12-11[test] [runtime] Do not include alloca.h on NetBSDMichal Gorny
2018-12-11[runtime] [test] Use more portable short options to sort(1)Michal Gorny
2018-12-11[cmake] Use -std=gnu++11 to fix alloca() on NetBSDMichal Gorny
2018-12-10[OpenMP] Fix a few build issuesJonathan Peyton
2018-12-10[OPENMP][NVPTX]Revert __kmpc_shuffle_int64 to its original form.Alexey Bataev
2018-12-10[OPENMP][NVPTX]Enable fast shuffles on 64bit values only if CUDA >= 9.Alexey Bataev
2018-12-10Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov
2018-12-09Add OpenBSD support to OpenMPKamil Rytarowski
2018-12-09Add DragonFlyBSD support to OpenMPKamil Rytarowski
2018-12-07[OPENMP][NVPTX]Save registers for optimized builds with enabled logging.Alexey Bataev
2018-12-06[OPENMP][NVPTX]Correct type casting for printf args + simplified shfl64 funct...Alexey Bataev
2018-12-06[OPENMP][NVPTX]Fix __kmpc_flush to flush the memory per system, not per block.Alexey Bataev
2018-12-03[OpenMP][libomptarget] Flush intermediate values during team reductionGheorghe-Teodor Bercea
2018-11-30[OPENMP][NVPTX]Make runtime compatible with the original runtime.Alexey Bataev
2018-11-29Revert r347799: Add omp_get_device_num() and update other device APIJonathan Peyton
2018-11-29[OpenMP] Add stubs for Task affinity APIJonathan Peyton
2018-11-28[OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_noneJonathan Peyton
2018-11-28[OpenMP] Minor cleanup of debug codeJonathan Peyton
2018-11-28[OpenMP] Fixed possible array out of bound accessJonathan Peyton
2018-11-28[OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton
2018-11-27[OpenMP][libomptarget] Add new version of SPMD deinit kernel function with ar...Gheorghe-Teodor Bercea
2018-11-27[OPENMP][NVPTX]Basic support for reductions across the teams.Alexey Bataev
2018-11-27[OpenMP][libomptarget] Refactor SPMD and runtime requirement checkingGheorghe-Teodor Bercea
2018-11-20[OPENMP][NVPTX]Improved lock/critical constructs.Alexey Bataev
2018-11-14Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.Andrey Churbanov
2018-11-08[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.Alexey Bataev
2018-11-07Add Hurd support.Andrey Churbanov
2018-11-07Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov
2018-11-02[OPENMP][OFFLOADING]Change the lambda capturing flags.Alexey Bataev
2018-11-02[OPENMP][NVPTX]Fixed/improved support for globalization in team contexts.Alexey Bataev
2018-11-01[OpenMP][libomptarget] Add runtime function for pushing coalesced global recordsGheorghe-Teodor Bercea
2018-10-30[LIBOMPTARGET] Add support for mapping of lambda captures.Alexey Bataev
2018-10-25remove duplicate omp_control_tool export to fix windows buildAndrey Churbanov
2018-10-05[OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhereJonathan Peyton