aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2019-07-02Create a runtime option to disable task throttling.Andrey Churbanov5-2/+82
2019-07-02Cleanup of unused codeAndrey Churbanov6-25/+1
2019-06-27[OPENMP][NVPTX]Relax flush directive.Alexey Bataev2-1/+36
2019-06-26Fixed memory use-after-free problem.Andrey Churbanov2-3/+24
2019-06-19[OpenMP][libomptarget] Add support for declare target to clause under unified...Gheorghe-Teodor Bercea1-3/+12
2019-06-19[OPENMP][CUDA]Use __syncthreads when compiled by nvcc and clang >= 9.0.Alexey Bataev1-0/+5
2019-06-19New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov12-24/+564
2019-06-14[OpenMP] Add task alloc functionGheorghe-Teodor Bercea2-0/+16
2019-06-05Added propagation of not big initial stack size of master thread to workers.Andrey Churbanov4-0/+91
2019-06-04[OpenMP][libomptarget] Enable usage of unified memory for declare target link...Gheorghe-Teodor Bercea6-2/+39
2019-06-03Fixed build warning with -DLIBOMP_USE_HWLOC=1Andrey Churbanov2-1/+8
2019-05-30Fix OMP_TARGET_OFFLOAD parsingHansang Bae2-3/+65
2019-05-30Add checks before pointer dereferencingHansang Bae1-1/+5
2019-05-28[openmp] [test] Skip kernel-breaking tests on NetBSDMichal Gorny3-0/+13
2019-05-24Revert "[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC."Alexey Bataev3-6/+3
2019-05-22[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC.Alexey Bataev3-3/+6
2019-05-22Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov1-5/+0
2019-05-21[OpenMP] Add implementation to two OMPT API routinesJonathan Peyton5-15/+182
2019-05-21[OpenMP][libomptarget] Enable requires flags for target libraries.Gheorghe-Teodor Bercea8-4/+126
2019-05-20[OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze5-67/+76
2019-05-20[OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze11-54/+68
2019-05-16Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov3-14/+36
2019-05-16Fix hwloc topology traversal code unable to handle situation where L2 cache i...Paul Osmialowski1-2/+4
2019-05-15Fixed https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov1-2/+0
2019-05-15Introduce new OpenMP 5.0 depend object type.Andrey Churbanov4-0/+5
2019-05-14[OpenMP][AArch64] Fix compile with LLVM trunk.Eli Friedman1-1/+1
2019-05-13fixed typo made by commit r360595Andrey Churbanov1-1/+2
2019-05-13Fixed creation of aliases in Windows build.Andrey Churbanov1-2/+1
2019-05-13[OPENMP][NVPTX]Simplify handling of thread limit, NFC.Alexey Bataev6-26/+19
2019-05-10[OPENMP][NVPTX]Improve number of threads counter, NFC.Alexey Bataev11-83/+47
2019-05-08[OpenMP] Workaround gfortran bugzilla build bug 41755Jonathan Peyton2-2/+8
2019-05-06Add non-SSE wrapper for __kmp_{load,store}_mxcsrDimitry Andric1-3/+9
2019-05-03[OPENMP][NVPTX]Improve thread limit counter, NFC.Alexey Bataev5-12/+6
2019-05-03[OPENMP][NVPTX]Improved several standard OpenMP functions, NFC.Alexey Bataev1-20/+19
2019-05-02[OPENMP][NVPTX]Improve code by using parallel level counter.Alexey Bataev10-197/+200
2019-05-02[OPENMP][NVPTX]Improve omp_get_max_threads() function.Alexey Bataev2-5/+48
2019-05-02[OPENMP][NVPTX]Improved omp_get_thread_limit() function.Alexey Bataev2-6/+75
2019-05-01Enable OpenMP build for 32-bit FreeBSDDimitry Andric1-1/+1
2019-05-01[OpenMP] Implement task modifier for reduction clauseJonathan Peyton7-57/+757
2019-04-30[OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton11-95/+456
2019-04-30[OpenMP] Eliminate some compiler warningsJonathan Peyton3-4/+10
2019-04-26[OPENMP][NVPTX]Correctly handle L2 parallelism in SPMD mode.Alexey Bataev8-26/+50
2019-04-22Use correct way to test for MIPS arch after rOMP355687Dimitry Andric1-5/+5
2019-04-22[OPENMP][NVPTX] Fix the test, NFC.Alexey Bataev1-7/+17
2019-04-17Fixed memory leak reported in Bugzilla:Andrey Churbanov1-2/+9
2019-04-15[OPENMP][NVPTX]Fix dynamic scheduling in L2+ SPMD parallel regions.Alexey Bataev4-6/+48
2019-04-15[OpenMP] Exchange code in asm file for inline assemblyJonathan Peyton2-206/+69
2019-04-11Fixed possible out of bound array access.Andrey Churbanov1-2/+2
2019-04-08[OpenMP] Implement 5.0 memory managementJonathan Peyton18-269/+1000
2019-04-08[OpenMP] Clean up load balancing dynamic modeJonathan Peyton7-36/+30