summaryrefslogtreecommitdiffstats
path: root/openmp/runtime
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] ppc64le recognized as big-endianGeorge Rokos2016-09-091-0/+2
* [OPENMP] Implementation of omp_get_default_device and omp_set_default_deviceGeorge Rokos2016-09-097-20/+60
* Move function into cpp file under KMP_AFFINITY_SUPPORTED guard.Jonathan Peyton2016-09-022-28/+25
* Decouple the kmp_affin_mask_t type from determining if affinity is capableJonathan Peyton2016-09-022-4/+4
* Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.Jonathan Peyton2016-09-021-1/+1
* Use 'critical' reduction method when 'atomic' is not available but requested.Jonathan Peyton2016-09-022-8/+16
* Appease older gcc compilers for the many-microtask-args.c testJonathan Peyton2016-08-301-1/+2
* cleanup: fixed names of dummy arguments of Fortran interfaces declarations, n...Andrey Churbanov2016-08-174-138/+158
* Fixes for hierarchical barrier (possible hang if team size changed).Andrey Churbanov2016-08-111-0/+14
* Fix linking of omp_foreign_thread_team_reuse test on FreeBSDDimitry Andric2016-08-081-1/+1
* kmp_gsupport: Fix library initialization with taskgroupJonas Hahnfeld2016-08-082-1/+17
* Mark tests with task dependencies as unsupported with GCCJonas Hahnfeld2016-08-082-0/+6
* Do not block on explicit task depending on proxy taskJonas Hahnfeld2016-08-083-10/+147
* __kmp_free_task: Fix for serial explicit tasks producing proxy tasksJonas Hahnfeld2016-08-082-14/+138
* Fixed x2APIC discovery for 256-processor architectures.Andrey Churbanov2016-08-051-3/+3
* Add test case for nested creation of tasksJonas Hahnfeld2016-08-041-0/+35
* kmp_taskdeps.cpp: Fix debugging outputJonas Hahnfeld2016-08-041-3/+5
* Disable KMP_CANCEL_THREADS on AndroidPirama Arumuga Nainar2016-08-031-0/+6
* Make balanced affinity work on AArch64.Paul Osmialowski2016-07-291-57/+141
* Replace enum types in variadic functions by build-in types.Samuel Antao2016-07-223-5/+17
* http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic sch...Andrey Churbanov2016-07-113-79/+176
* Improving EPCC performance when linking with hwlocJonathan Peyton2016-07-083-2/+16
* D22138: Added more Intel compiler versions as allowed build compilersAndrey Churbanov2016-07-081-0/+4
* D22137: Memory leak fixed by adding missed cleanup of single level array of h...Andrey Churbanov2016-07-081-2/+4
* D22136: Memory leaks fixed by adding missed __kmp_free() callsAndrey Churbanov2016-07-081-0/+2
* D22135: formatting changeAndrey Churbanov2016-07-081-1/+1
* Fix the nowait tests for omp for and omp singleJonathan Peyton2016-07-062-48/+88
* __kmp_partition_places: Update assertion for new parameter update_master_onlyJonas Hahnfeld2016-07-041-2/+2
* Fix checks on schedule structJonathan Peyton2016-07-011-19/+13
* Improve performance of #pragma omp singleJonathan Peyton2016-07-011-2/+4
* Fix omp_sections_nowait.c test to address Bugzilla Bug 28336Jonathan Peyton2016-06-291-24/+59
* Fix bugs in TAS and futex lockJonathan Peyton2016-06-282-3/+5
* Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()Jonathan Peyton2016-06-283-8/+6
* Fix the Windows build after r273599Hans Wennborg2016-06-273-1/+8
* Remove redundant %libomp-compile step from test/lock/omp_lock.cJonathan Peyton2016-06-231-1/+1
* Fix bug in futex fast path inside kmp_csupport.cJonathan Peyton2016-06-221-1/+1
* Apply the KMP_USE_FUTEX feature macro everywhereJonathan Peyton2016-06-224-23/+25
* Add debug trace messages for taskloopJonathan Peyton2016-06-211-0/+5
* Bug fix for hang when tasks used in nested parallelJonathan Peyton2016-06-212-3/+35
* Performance improvement: accessing thread struct as opposed to team structJonathan Peyton2016-06-211-12/+12
* Addition of debugger comments and whitespaceJonathan Peyton2016-06-213-9/+12
* Improvements to process affinity mask settingJonathan Peyton2016-06-211-51/+102
* Bug fix for segfault in stubs libraryJonathan Peyton2016-06-211-3/+7
* [STATS] Adding process id to output filenameJonathan Peyton2016-06-212-4/+20
* Fix typos in Fortran headersJonathan Peyton2016-06-212-6/+6
* Change hwloc discovery algorithm to print topology only for accessible resourcesJonathan Peyton2016-06-161-17/+29
* Teach OpenMP Library to use Hwloc on WindowsJonathan Peyton2016-06-165-63/+116
* Fix for crash in task dependenciesJonathan Peyton2016-06-161-1/+1
* Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()Jonathan Peyton2016-06-161-0/+2
* Reduce perf impact of redundant ittnotify callsJonathan Peyton2016-06-163-8/+18
OpenPOWER on IntegriCloud