summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-051-84/+65
* [OMPT] Fix parallel_data in implicit barrier-endJonas Hahnfeld2018-02-231-9/+7
* Simplify __kmp_expand_threadsJonathan Peyton2018-01-101-37/+12
* Minor code cleanupJonathan Peyton2018-01-101-0/+8
* Improve stability of the runtime in parent/child processesJonathan Peyton2018-01-101-1/+1
* [OMPT] Fix ompt_task_data handling in implicit barriersJoachim Protze2018-01-101-1/+0
* Fix trademarks found by scannerJonathan Peyton2018-01-041-2/+2
* Make kmp_r_sched_t into a unionJonathan Peyton2017-11-291-26/+17
* Rename fields of ompt_frame_tJoachim Protze2017-11-051-16/+13
* Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld2017-11-031-13/+16
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-031-4/+3
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-031-3/+4
* Rename fields of ompt_frame_tJoachim Protze2017-11-031-16/+13
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-244/+297
* Apply formatting changesJonathan Peyton2017-10-201-31/+30
* Remove unnecessary semicolonsJonathan Peyton2017-09-271-53/+51
* Remove unused t_single_lockJonathan Peyton2017-09-261-1/+0
* Minor code cleanup of Klocwork issuesJonathan Peyton2017-09-051-14/+13
* Remove BUILD_TVJonathan Peyton2017-08-171-4/+0
* OMP_PROC_BIND: better spreadPaul Osmialowski2017-08-101-42/+108
* Add new envirable KMP_TEAMS_THREAD_LIMITJonathan Peyton2017-08-021-8/+12
* Fix implementation of OMP_THREAD_LIMITJonathan Peyton2017-07-271-6/+44
* Introduce KMP_DEVICE_THREAD_LIMITJonathan Peyton2017-07-261-3/+3
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-171-1/+1
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-12/+11
* Replace platform macro with KMP_MIC_SUPPORTEDJonathan Peyton2017-06-131-7/+7
* OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov2017-06-051-1/+1
* Re-enable assertion after the problem that caused it to be hit had been fixedAndrey Churbanov2017-06-011-5/+0
* Fix minor formatting issuesJonathan Peyton2017-06-011-29/+22
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-6134/+6048
* Reset cancellation status for 'parallel', 'sections' and 'for' constracts.Olga Malysheva2017-04-041-0/+3
* Fix for bug https://llvm.org/bugs/show_bug.cgi?id=30889Andrey Churbanov2017-03-281-1/+1
* Fixed intermittent hang on tests with "target teams if(0)" construct with no ...Andrey Churbanov2017-03-211-6/+10
* OpenMP version 5.0 addedJonathan Peyton2017-03-061-1/+3
* Fix a race in shutdown when tasking is used.Andrey Churbanov2017-02-061-1/+26
* Fix small memory leak regarding __kmp_nested_proc_bindJonathan Peyton2017-01-181-0/+4
* Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton2016-12-141-1/+1
* Change source files from .c to .cppJonathan Peyton2016-12-141-0/+7683
OpenPOWER on IntegriCloud