summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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