summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
Commit message (Expand)AuthorAgeFilesLines
...
* Mixed type atomic routines added for capture and update/capture reverse.Jonathan Peyton2016-10-183-1/+452
* Code cleanup for the runtime without monitor threadJonathan Peyton2016-10-075-8/+46
* Enable omp_get_schedule() to return static steal type.Jonathan Peyton2016-10-072-4/+6
* Insert missing checks for KMP_AFFINITY_CAPABLE() in affinity API.Jonathan Peyton2016-09-301-0/+12
* Fix incorrect OpenMP version in Fortran module.Jonathan Peyton2016-09-302-2/+6
* Mixed type atomic routines for unsigned integers.Jonathan Peyton2016-09-272-0/+36
* Disable monitor thread creation by default.Jonathan Peyton2016-09-279-6/+126
* [cmake] Make libgomp & libiomp5 alias install optionalMichal Gorny2016-09-141-7/+9
* [OMPT] fix task frame information for gomp interfaceJonas Hahnfeld2016-09-143-52/+52
* [OMPT] save exit address to lwt if availableJonas Hahnfeld2016-09-141-7/+14
* [OMPT] fix __ompt_get_teaminfo to consult lwt entries of parent teamsJonas Hahnfeld2016-09-141-1/+6
* [OMPT] Reset task exit frame when execution is finishedJonas Hahnfeld2016-09-141-0/+6
* [OMPT] Align implementation of reenter frame address to latest (frozen) versi...Jonas Hahnfeld2016-09-145-26/+39
* Fix bitmask upper bounds checkJonathan Peyton2016-09-123-25/+18
* [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
* 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
* kmp_gsupport: Fix library initialization with taskgroupJonas Hahnfeld2016-08-081-1/+1
* Do not block on explicit task depending on proxy taskJonas Hahnfeld2016-08-082-10/+16
* __kmp_free_task: Fix for serial explicit tasks producing proxy tasksJonas Hahnfeld2016-08-081-14/+10
* Fixed x2APIC discovery for 256-processor architectures.Andrey Churbanov2016-08-051-3/+3
* 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
* __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 bugs in TAS and futex lockJonathan Peyton2016-06-281-3/+3
* Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()Jonathan Peyton2016-06-282-6/+6
* Fix the Windows build after r273599Hans Wennborg2016-06-272-1/+6
* 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-223-23/+24
* Add debug trace messages for taskloopJonathan Peyton2016-06-211-0/+5
* Bug fix for hang when tasks used in nested parallelJonathan Peyton2016-06-211-3/+3
* 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
OpenPOWER on IntegriCloud