summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_barrier.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-151-1/+1
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-5/+5
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-0/+18
* [OpenMP] Fix balanced affinity so thread's private affinity mask is updatedJonathan Peyton2018-09-261-1/+1
* [OMPT] Update types according to TR7Joachim Protze2018-09-101-3/+3
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-071-0/+4
* [OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFYJonathan Peyton2018-08-241-1/+1
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-1/+1
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-091-13/+11
* [OMPT] Fix parallel_data in implicit barrier-endJonas Hahnfeld2018-02-231-26/+23
* [OMPT] Fix ompt_task_data handling in implicit barriersJoachim Protze2018-01-101-0/+2
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-45/+89
* Apply formatting changesJonathan Peyton2017-10-201-5/+1
* Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCK...Jonathan Peyton2017-09-051-3/+3
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-171-4/+3
* remove deprecated register storage class specifierEd Maste2017-07-071-90/+90
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-6/+6
* Fix minor formatting issuesJonathan Peyton2017-06-011-3/+2
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-1502/+1683
* Reset cancellation status for 'parallel', 'sections' and 'for' constracts.Olga Malysheva2017-04-041-0/+7
* [OpenMP] New Tsan annotations to remove false positive on reduction and barriersJonas Hahnfeld2017-02-151-8/+27
* Fix performance issue incurred by removing monitor thread.Jonathan Peyton2017-01-271-3/+9
* Update stats-gathering codeJonathan Peyton2016-11-141-19/+17
* [OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld2016-11-071-0/+29
* Code cleanup for the runtime without monitor threadJonathan Peyton2016-10-071-0/+6
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-1/+1
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-1/+1
* [STATS] Use partitioned timer schemeJonathan Peyton2016-05-051-0/+18
* [ITTNOTIFY] Correct barrier imbalance time in case of tasksJonathan Peyton2016-04-141-0/+6
* Fixing comments.Jonathan Peyton2016-01-271-2/+0
* Add debug trace message for hierarchical barrierJonathan Peyton2015-11-121-0/+2
* Fixes and improvements to tasking in barriersJonathan Peyton2015-11-091-1/+6
* Refactor of task_team code.Jonathan Peyton2015-11-041-11/+4
* Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton2015-10-081-1/+1
* OpenMP Wait/release improvements.Jonathan Peyton2015-10-081-3/+4
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-211-22/+18
* Fix the OpenMP 3.0 buildJonathan Peyton2015-09-211-0/+4
* [OMPT] Correct an incorrect OMPT ifdef Jonathan Peyton2015-09-181-1/+1
* Fix hanging barriers if number of parallel regions exceeds UINT_MAXJonathan Peyton2015-09-101-19/+19
* Replace variables with definitions inside KMP_DEBUG_ASSERT statementsJonathan Peyton2015-08-261-3/+1
* One line fix for hierarchical barrierJonathan Peyton2015-08-121-0/+1
* Tidy statistics collectionJonathan Peyton2015-08-111-37/+40
* Follow up to safe API patchJonathan Peyton2015-07-091-1/+1
* Enable debugger supportJonathan Peyton2015-07-091-2/+12
* Fix OMPT event_barrer_endJonathan Peyton2015-07-011-1/+1
* Fix OMPT state maintenance for barriers and missing init of implicit task id.Jonathan Peyton2015-06-291-7/+14
* Remove unused variable warnings by moving variables.Jonathan Peyton2015-06-081-2/+1
* Remove unused variable warnings by fooling compiler.Jonathan Peyton2015-06-081-1/+2
* D9306 omp 4.1 async offload support (partial): code changesAndrey Churbanov2015-05-071-2/+25
* D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...Andrey Churbanov2015-05-061-16/+26
OpenPOWER on IntegriCloud