aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-30Fix OMP_TARGET_OFFLOAD parsingHansang Bae
2019-05-30Add checks before pointer dereferencingHansang Bae
2019-05-28[openmp] [test] Skip kernel-breaking tests on NetBSDMichal Gorny
2019-05-24Revert "[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC."Alexey Bataev
2019-05-22[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC.Alexey Bataev
2019-05-22Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov
2019-05-21[OpenMP] Add implementation to two OMPT API routinesJonathan Peyton
2019-05-21[OpenMP][libomptarget] Enable requires flags for target libraries.Gheorghe-Teodor Bercea
2019-05-20[OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze
2019-05-20[OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze
2019-05-16Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov
2019-05-16Fix hwloc topology traversal code unable to handle situation where L2 cache i...Paul Osmialowski
2019-05-15Fixed https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov
2019-05-15Introduce new OpenMP 5.0 depend object type.Andrey Churbanov
2019-05-14[OpenMP][AArch64] Fix compile with LLVM trunk.Eli Friedman
2019-05-13fixed typo made by commit r360595Andrey Churbanov
2019-05-13Fixed creation of aliases in Windows build.Andrey Churbanov
2019-05-13[OPENMP][NVPTX]Simplify handling of thread limit, NFC.Alexey Bataev
2019-05-10[OPENMP][NVPTX]Improve number of threads counter, NFC.Alexey Bataev
2019-05-08[OpenMP] Workaround gfortran bugzilla build bug 41755Jonathan Peyton
2019-05-06Add non-SSE wrapper for __kmp_{load,store}_mxcsrDimitry Andric
2019-05-03[OPENMP][NVPTX]Improve thread limit counter, NFC.Alexey Bataev
2019-05-03[OPENMP][NVPTX]Improved several standard OpenMP functions, NFC.Alexey Bataev
2019-05-02[OPENMP][NVPTX]Improve code by using parallel level counter.Alexey Bataev
2019-05-02[OPENMP][NVPTX]Improve omp_get_max_threads() function.Alexey Bataev
2019-05-02[OPENMP][NVPTX]Improved omp_get_thread_limit() function.Alexey Bataev
2019-05-01Enable OpenMP build for 32-bit FreeBSDDimitry Andric
2019-05-01[OpenMP] Implement task modifier for reduction clauseJonathan Peyton
2019-04-30[OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton
2019-04-30[OpenMP] Eliminate some compiler warningsJonathan Peyton
2019-04-26[OPENMP][NVPTX]Correctly handle L2 parallelism in SPMD mode.Alexey Bataev
2019-04-22Use correct way to test for MIPS arch after rOMP355687Dimitry Andric
2019-04-22[OPENMP][NVPTX] Fix the test, NFC.Alexey Bataev
2019-04-17Fixed memory leak reported in Bugzilla:Andrey Churbanov
2019-04-15[OPENMP][NVPTX]Fix dynamic scheduling in L2+ SPMD parallel regions.Alexey Bataev
2019-04-15[OpenMP] Exchange code in asm file for inline assemblyJonathan Peyton
2019-04-11Fixed possible out of bound array access.Andrey Churbanov
2019-04-08[OpenMP] Implement 5.0 memory managementJonathan Peyton
2019-04-08[OpenMP] Clean up load balancing dynamic modeJonathan Peyton
2019-04-05After rL357618, quote ${CMAKE_THREAD_LIBS_INIT} so CMake does notDimitry Andric
2019-04-04[OpenMP] Fix hang on WindowsJonathan Peyton
2019-04-03[OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton
2019-04-03Ensure correct pthread flags and libraries are usedDimitry Andric
2019-03-26[libomptarget] Introduce LIBOMPTARGET_ENABLE_DEBUG cmake option.Michael Kruse
2019-03-25[OpenMP] Add LLVM license header to fileJonathan Peyton
2019-03-25[OpenMP] Add Intel 19.0 to list of compilers in kmp_version.cppJonathan Peyton
2019-03-25Fix interoperability test compilation on FreeBSDDimitry Andric
2019-03-25Fix gettid warnings on FreeBSDDimitry Andric
2019-03-25[OpenMP] Fix pause check with version infoJonathan Peyton
2019-03-15[OpenMP] Fix OMPT cancellation test for GOMPJonathan Peyton