summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* PR30734: Remove __kmp_ft_page_allocate()Jonas Hahnfeld2018-07-262-36/+0
* Block library shutdown until unreaped threads finish spin-waitingJonathan Peyton2018-07-194-11/+61
* Fix const cast problem introduced in r336563Jonathan Peyton2018-07-091-3/+3
* [OpenMP] Fix a few formatting issuesJonathan Peyton2018-07-093-3/+5
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-0910-56/+1518
* [OpenMP] Restructure loop code for hierarchical schedulingJonathan Peyton2018-07-093-1329/+1434
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-0917-280/+433
* [OMPT] Provide the right thread_num for ancestor levelsJoachim Protze2018-07-021-3/+14
* minor: fixed typo in debug printAndrey Churbanov2018-06-201-1/+1
* [OpenMP] Fix formatting issues in kmp_stats.hJonathan Peyton2018-06-081-26/+39
* [OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze2018-05-286-69/+69
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-289-32/+32
* [CMake] Unify install path for librariesJonas Hahnfeld2018-05-251-5/+5
* [OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regionsJoachim Protze2018-05-074-5/+16
* [OpenMP] Compilation error fix on const char*Heejin Ahn2018-04-181-1/+1
* [OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatterJonathan Peyton2018-04-184-2/+29
* Introduce GOMP_taskloop APIJonathan Peyton2018-04-187-18/+297
* Set the license header for all OMPT filesJoachim Protze2018-04-126-3/+73
* Minor cleanup in __kmp_atfork_child()Jonathan Peyton2018-03-301-1/+0
* Move blocktime_str variable right before its first useJonathan Peyton2018-03-261-3/+3
* Fixed __kmpc_get_target_offload() to call library initialization.Andrey Churbanov2018-03-221-1/+6
* Read OMP_TARGET_OFFLOAD and provide API to access ICVJonathan Peyton2018-03-205-0/+64
* Fix for Fix for https://bugs.llvm.org/show_bug.cgi?id=36705.Andrey Churbanov2018-03-191-0/+1
* Improve OpenMP threadprivate implementation.Andrey Churbanov2018-03-053-111/+182
* Fixed build of the OpenMP stubs library.Andrey Churbanov2018-03-051-1/+1
* [OMPT] Fix ompt_get_task_info() and add tests for itJoachim Protze2018-02-281-0/+3
* [OMPT] Fix parallel_data in implicit barrier-endJonas Hahnfeld2018-02-232-35/+30
OpenPOWER on IntegriCloud