aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2019-06-17Merging r361158:Tom Stellard5-67/+76
2019-01-17Merging r351431:Hans Wennborg2-163/+4
2019-01-16Fix compiler error in r351311Joachim Protze1-1/+1
2019-01-16[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2-4/+163
2019-01-15[OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton3-13/+44
2019-01-15[OpenMP] Add lock function definitions to fix Bug 40042Jonathan Peyton1-0/+41
2019-01-15[OpenMP][Cmake] Allowed OpenMP testing detect test compiler with same generatorJonathan Peyton1-1/+1
2019-01-15[OpenMP] Fix performance regression in SPEC kdtree testJonathan Peyton1-13/+9
2019-01-15[OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze25-798/+1161
2019-01-15Update year in license filesHans Wennborg1-2/+2
2019-01-13[OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612)Roman Lebedev3-4/+6
2019-01-09[OpenMP][libomptarget] Use shared memory variable for tracking parallel levelGheorghe-Teodor Bercea6-69/+21
2019-01-09Doc: fixed description of a parameter of the __kmpc_taskloopAndrey Churbanov1-1/+1
2019-01-07[OPENMP][NVPTX]Fix dynamic scheduling.Alexey Bataev2-22/+47
2019-01-04[OPENMP][NVPTX]General formatting/code improvement, NFC.Alexey Bataev10-81/+57
2019-01-04[OPENMP][NVPTX]Improve performance + reduce number of used registers.Alexey Bataev13-83/+124
2019-01-04[OpenMP] Fix nvidia-cuda-toolkit detection on Debian/UbuntuJoel E. Denny1-0/+33
2019-01-03[OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton13-48/+172
2019-01-03[OPENMP][NVPTX]Fix incompatibility of __syncthreads with LLVM, NFC.Alexey Bataev4-6/+15
2019-01-02[libomptarget] Added install component for libomptargetVyacheslav Zakharin1-1/+2
2018-12-28[OPENMP][NVPTX]Added/fixed debugging messages, NFC.Alexey Bataev3-3/+7
2018-12-28[OPENMP][NVPTX]Fixed initialization of the data-sharing interface.Alexey Bataev1-6/+9
2018-12-28[OPENMP][NVPTX]Outline assert into noinline function, NFC.Alexey Bataev1-8/+19
2018-12-22[runtime] [test] Fix using %python pathMichal Gorny12-16/+17
2018-12-18[Tests] [OpenMP] XFAIL also for ppc64le.Stefan Pintilie2-2/+2
2018-12-18XFAIL Pair of OpenMP Tests for PowerPC LE LinuxStefan Pintilie4-1/+3
2018-12-18[Tests] fix non-determinism failure in testcaseJoachim Protze1-0/+1
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze25-382/+392
2018-12-18[OMPT] Add testcase for thread_num provided by implicit task eventsJoachim Protze1-0/+61
2018-12-17[OpenMP] version the affinity format tests and fix one testJonathan Peyton2-1/+15
2018-12-17[OpenMP] Add affinity format testsJonathan Peyton15-0/+940
2018-12-15[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev20-9/+41
2018-12-13[OpenMP] Fix transient divide by zero bug in 32-bit codeJonathan Peyton1-4/+11
2018-12-13[OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton23-129/+1024
2018-12-13Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970Andrey Churbanov10-4/+27
2018-12-11[runtime] Disable KMP_HAVE_QUAD on NetBSD gccMichal Gorny1-0/+3
2018-12-11[runtime] Use getloadavg() on NetBSD as wellMichal Gorny1-1/+1
2018-12-11Implement __kmp_is_address_mapped() for NetBSDKamil Rytarowski1-2/+35
2018-12-11Implement __kmp_gettid() for NetBSDKamil Rytarowski1-0/+3
2018-12-11[test] [runtime] Permit omp_get_wtick() to return 0.01Michal Gorny1-1/+1
2018-12-11[test] [runtime] Do not include alloca.h on NetBSDMichal Gorny1-0/+4
2018-12-11[runtime] [test] Use more portable short options to sort(1)Michal Gorny1-1/+1
2018-12-11[cmake] Use -std=gnu++11 to fix alloca() on NetBSDMichal Gorny2-2/+6
2018-12-10[OpenMP] Fix a few build issuesJonathan Peyton2-3/+4
2018-12-10[OPENMP][NVPTX]Revert __kmpc_shuffle_int64 to its original form.Alexey Bataev1-5/+0
2018-12-10[OPENMP][NVPTX]Enable fast shuffles on 64bit values only if CUDA >= 9.Alexey Bataev1-1/+11
2018-12-10Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov18-33/+69
2018-12-09Add OpenBSD support to OpenMPKamil Rytarowski5-11/+22
2018-12-09Add DragonFlyBSD support to OpenMPKamil Rytarowski8-19/+43
2018-12-07[OPENMP][NVPTX]Save registers for optimized builds with enabled logging.Alexey Bataev1-18/+14