summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-30Merge "Don't build openmp with versioned symbols." into devdevTreehugger Robot
2017-05-30Don't build openmp with versioned symbols.Dan Albert
2017-05-04Merge changes from topic 'mips' into devTreehugger Robot
2017-05-03Build openmp for all architectures.Dan Albert
2017-05-01Fix building for mips64.Dan Albert
2017-04-30Merge changes I1b986cee,I7b455a0d into devTreehugger Robot
2017-04-29Workaround bug in old pthread_attr_setstacksize.Dan Albert
2017-04-29Add stubs for nl_types APIs.Dan Albert
2017-04-30Merge "Fix openmp makefile." into devTreehugger Robot
2017-04-29Fix openmp makefile.Dan Albert
2017-04-27Merge changes from topic 'r300080' into devYi Kong
2017-04-25Fixups after llvm rebaseYi Kong
2017-04-25Merge commit 'fa50db79c474083ad5ae29b1b7f60b25ba6ba579' into r300080Yi Kong
2017-04-04Test cancellation_for_sections.c expectedly fails on GCCOlga Malysheva
2017-04-04Reset cancellation status for 'parallel', 'sections' and 'for' constracts.Olga Malysheva
2017-04-04Test check-in, comment changedOlga Malysheva
2017-03-31Fix for bug https://llvm.org/bugs/show_bug.cgi?id=32456Andrey Churbanov
2017-03-28Fix for bug https://llvm.org/bugs/show_bug.cgi?id=30889Andrey Churbanov
2017-03-23GOMP compatibility: add missing OpenMP4.0 task deps handling codePaul Osmialowski
2017-03-22[OpenMP] CUDA plugin: More descriptive error messagesGeorge Rokos
2017-03-22[OpenMP] Allow multiple weak symbols to be loaded from the fat binaryGeorge Rokos
2017-03-22[OpenMP] CUDA plugin: add include directory for libelfGeorge Rokos
2017-03-21[OpenMP] libomptarget: Disable on MacOS XGeorge Rokos
2017-03-21Fixed intermittent hang on tests with "target teams if(0)" construct with no ...Andrey Churbanov
2017-03-21Stride in distribute parallel for loops with no chunk size.Andrey Churbanov
2017-03-20Minor improvement of KMP_YIELD_NOW() macro.Jonathan Peyton
2017-03-20Fix incorrect initial value of __kmp_affinity_type.Jonathan Peyton
2017-03-11Create a git ignore file for openmp runtime.Andrey Churbanov
2017-03-10Fix assertion failure when 'proclist' is used without 'explicit' in KMP_AFFINITYJonathan Peyton
2017-03-08Merge changes from topic 'fix-libomp' into devPirama Arumuga Nainar
2017-03-07Fix GNU strerror_r check for Android.Dan Albert
2017-03-07Fix GNU strerror_r check for Android.Dan Albert
2017-03-06OpenMP version 5.0 addedJonathan Peyton
2017-03-06Build openmp against the NDK and build static.Dan Albert
2017-03-06Mixed type atomic routines added to Windows DLLJonathan Peyton
2017-03-06Add AArch64 support.Paul Osmialowski
2017-02-28Removing couple unnecessary architecture guards.Jonathan Peyton
2017-02-25Merge "Use only registered users in clang OWNERS files." into devTreehugger Robot
2017-02-24Use only registered users in clang OWNERS files.Chih-Hung Hsieh
2017-02-24[test] Try to link -latomic to provide atomics when availableMichal Gorny
2017-02-22[OpenMP] Missing virtual destructor in KMPAffinityGeorge Rokos
2017-02-17[stats] add stats-gathering for static_steal scheduling methodJonathan Peyton
2017-02-16Run-time library part of OpenMP 5.0 task reduction implementation.Andrey Churbanov
2017-02-16Added an option to bind initial thread at the start of applicationAndrey Churbanov
2017-02-15[OpenMP] libomptarget: Protect parent struct from being deallocatedGeorge Rokos
2017-02-15Enable yield cycle on LinuxJonathan Peyton
2017-02-15[OpenMP] New Tsan annotations to remove false positive on reduction and barriersJonas Hahnfeld
2017-02-10libomptarget: Disable on Win32Hans Wennborg
2017-02-07[libomptarget] Align test code with runtime/Jonas Hahnfeld
2017-02-06Fix a race in shutdown when tasking is used.Andrey Churbanov