summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* fixed type in Windows-specific codeAndrey Churbanov2016-12-011-1/+1
* Fixed typo in kmp_process_deps trace outputJonathan Peyton2016-11-281-1/+1
* Cleanup: memory leaks on warnings printing fixed; some memory freeing cleaned...Andrey Churbanov2016-11-287-92/+149
* Set task->td_dephash to NULL after freeJonathan Peyton2016-11-211-0/+1
* Fix for D25504 - segfault because of double free()-ing in shutdown code.Jonathan Peyton2016-11-211-1/+2
* Update stats-gathering codeJonathan Peyton2016-11-146-117/+102
* Introduce dynamic affinity dispatch capabilitiesJonathan Peyton2016-11-1413-721/+633
* Added check for malloc return.Andrey Churbanov2016-11-101-0/+6
* [OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld2016-11-0712-10/+346
* fixed typo in commentAndrey Churbanov2016-11-031-1/+1
* Change task stealing to always get task from head of victim's deque.Andrey Churbanov2016-11-021-13/+8
* Fixed problem introduced by part of https://reviews.llvm.org/D21196.Andrey Churbanov2016-11-011-2/+2
* Add more conditions to check whether task waiting is necessary in kmp_omp_tas...Andrey Churbanov2016-11-011-4/+4
* Fixed a memory leak related to task dependencies.Andrey Churbanov2016-10-274-13/+65
* Fixing typos in __kmp_release_deps trace outputsJonathan Peyton2016-10-261-4/+4
* Use getpagesize() instead of PAGE_SIZE macro when KMP_OS_LINUX is trueJonathan Peyton2016-10-263-14/+20
* Fixed memory leak mistakenly introduced by https://reviews.llvm.org/D23115Andrey Churbanov2016-10-201-3/+5
* [OpenMP] Fix issue with directives used in a macro.Samuel Antao2016-10-201-8/+9
* Fix OpenMP 4.0 library buildJonathan Peyton2016-10-182-0/+9
* Fix a compile error on musl-libc due to strerror_r() prototypeMichal Gorny2016-10-181-1/+1
* 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-073-4/+88
* [cmake] Fix for a bug https://llvm.org/bugs/show_bug.cgi?id=30489 "Cannot bui...Paul Osmialowski2016-09-301-1/+3
* Insert missing checks for KMP_AFFINITY_CAPABLE() in affinity API.Jonathan Peyton2016-09-301-0/+12
* [test] Support 'lit' executable nameMichal Gorny2016-09-301-1/+1
* Fix incorrect OpenMP version in Fortran module.Jonathan Peyton2016-09-303-3/+9
* 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
* Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full pathMichal Gorny2016-09-191-6/+3
* [cmake] Make libgomp & libiomp5 alias install optionalMichal Gorny2016-09-142-7/+13
* [OMPT] fix task frame information for gomp interfaceJonas Hahnfeld2016-09-144-52/+56
* [OMPT] save exit address to lwt if availableJonas Hahnfeld2016-09-142-27/+22
* [OMPT] fix __ompt_get_teaminfo to consult lwt entries of parent teamsJonas Hahnfeld2016-09-142-1/+317
* [OMPT] Reset task exit frame when execution is finishedJonas Hahnfeld2016-09-142-0/+14
* [OMPT] Align implementation of reenter frame address to latest (frozen) versi...Jonas Hahnfeld2016-09-146-34/+58
* [OMPT] extend ompt tests by checks for frame pointersJonas Hahnfeld2016-09-147-19/+39
* Fix bitmask upper bounds checkJonathan Peyton2016-09-123-25/+18
* [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
OpenPOWER on IntegriCloud