summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
Commit message (Expand)AuthorAgeFilesLines
* [runtime] Use getloadavg() on NetBSD as wellMichal Gorny2018-12-111-1/+1
* Implement __kmp_is_address_mapped() for NetBSDKamil Rytarowski2018-12-111-2/+35
* Implement __kmp_gettid() for NetBSDKamil Rytarowski2018-12-111-0/+3
* [OpenMP] Fix a few build issuesJonathan Peyton2018-12-102-3/+4
* Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov2018-12-1016-26/+58
* Add OpenBSD support to OpenMPKamil Rytarowski2018-12-095-11/+22
* Add DragonFlyBSD support to OpenMPKamil Rytarowski2018-12-096-19/+35
* Revert r347799: Add omp_get_device_num() and update other device APIJonathan Peyton2018-11-2911-98/+47
* [OpenMP] Add stubs for Task affinity APIJonathan Peyton2018-11-293-0/+38
* [OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_noneJonathan Peyton2018-11-282-4/+4
* [OpenMP] Minor cleanup of debug codeJonathan Peyton2018-11-281-2/+2
* [OpenMP] Fixed possible array out of bound accessJonathan Peyton2018-11-281-0/+1
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2018-11-2811-47/+98
* Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.Andrey Churbanov2018-11-141-0/+2
* Add Hurd support.Andrey Churbanov2018-11-076-11/+24
* Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov2018-11-074-199/+375
* remove duplicate omp_control_tool export to fix windows buildAndrey Churbanov2018-10-251-3/+0
* [OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhereJonathan Peyton2018-10-054-7/+7
* [OpenMP] Fix KMP_DYNAMIC_LIB to be dependent on LIBOMP_ENABLE_SHAREDJonathan Peyton2018-10-051-1/+2
* [OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objectsJonathan Peyton2018-10-041-6/+4
* [OpenMP] Shutdown library on Windows if possible for better OMPT behaviorJonathan Peyton2018-10-021-0/+8
* Fixed workaround made in https://reviews.llvm.org/D51694.Andrey Churbanov2018-10-011-4/+4
* [OpenMP] Add missing __kmpc_critical_with_hint to dllexportsJonathan Peyton2018-09-263-12/+8
* [OpenMP] Fix balanced affinity so thread's private affinity mask is updatedJonathan Peyton2018-09-263-9/+7
* [OpenMP] Update ittnotify sourcesJonathan Peyton2018-09-267-454/+1010
* [OpenMP] Fix performance issue from 376.kdtreeJonathan Peyton2018-09-264-131/+153
* [OpenMP][OMPT] A few improvementsJonathan Peyton2018-09-267-22/+38
* [OMPT] Update types according to TR7Joachim Protze2018-09-1012-90/+138
* [OpenMP] Change hint parameter type for critical to uint32_tJonathan Peyton2018-09-072-2/+6
* [OpenMP] Synchronization hint constants added to headersJonathan Peyton2018-09-074-56/+99
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-0717-11/+560
* Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:Andrey Churbanov2018-09-071-57/+92
* [OpenMP][Fix] Conditional compilation leaves variables unusedGheorghe-Teodor Bercea2018-08-271-0/+2
* [OpenMP][Fix] Ensure comparison between unsigned values.Gheorghe-Teodor Bercea2018-08-271-1/+1
* [OpenMP] Remove deprecated/obsolete MIC attributes from headersJonathan Peyton2018-08-241-1/+3
* [OpenMP] Fixed affinity verbose double printing for balanced type.Jonathan Peyton2018-08-241-1/+2
* [OpenMP] Fix tasking bug for decreasing hot team nthreadsJonathan Peyton2018-08-241-1/+1
* [OpenMP] Add check for hot_teams arrayJonathan Peyton2018-08-241-1/+2
* [OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFYJonathan Peyton2018-08-242-22/+26
* [OMPT] Remove OMPT idle callbackJoachim Protze2018-08-153-24/+0
* [OMPT] Make omp_control_tool() compliant when called from Fortran programsJonathan Peyton2018-08-132-2/+4
* [OpenMP] Cleanup codeJonathan Peyton2018-08-0922-407/+223
* [OpenMP] Fix tasking + parallel bugJonathan Peyton2018-07-301-0/+3
* [OpenMP] Fix new task creationGheorghe-Teodor Bercea2018-07-301-1/+1
* [OpenMP] Add GOMP version symbols for OMP_4.5 APIJonathan Peyton2018-07-302-7/+18
* [OpenMP] Implement GOMP doacross compatibilityJonathan Peyton2018-07-305-62/+424
* [OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1Jonathan Peyton2018-07-304-14/+15
* [OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton2018-07-308-303/+609
* [OMPT] Fix OMPT callbacks for the taskloop construct and add testcaseJoachim Protze2018-07-271-61/+170
* [OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctlyJoachim Protze2018-07-271-50/+62
OpenPOWER on IntegriCloud