aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_runtime.c
AgeCommit message (Expand)Author
2016-06-16Bug fix: crash if teams executed on hostJonathan Peyton
2016-06-14Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton
2016-06-13Affinity mask processing improvementsJonathan Peyton
2016-05-31Offer API for setting number of loop dispatch buffersJonathan Peyton
2016-05-26Fix for OMP_PROC_BIND=spread strategyJonathan Peyton
2016-05-26Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabledJonathan Peyton
2016-05-23Fork performance improvementsJonathan Peyton
2016-05-20Remove trailing whitespace in src/ directoryJonathan Peyton
2016-05-12Fix team reuse with foreign threadsJonathan Peyton
2016-05-05[STATS] Use partitioned timer schemeJonathan Peyton
2016-04-19[ITTNOTIFY] Remove serialized parallel regions from frame notificationJonathan Peyton
2016-04-18Fix for pthread_setspecific (TLS and shutdown) problemJonathan Peyton
2016-03-29Remove dead KMP_USE_POOLED_ALLOC codeJonathan Peyton
2016-03-02Add new OpenMP 4.5 doacross loop nest featureJonathan Peyton
2016-02-25Add new OpenMP 4.5 affinity APIJonathan Peyton
2016-02-09Proxy task fix: task_state stack push condition on forkJonathan Peyton
2016-01-28[OMPT] Avoid SEGV when a worker thread needs its parallel id behind the barrierJonas Hahnfeld
2016-01-27Formatting fixesJonathan Peyton
2016-01-27Fixing comments.Jonathan Peyton
2016-01-27Removing extra empty linesJonathan Peyton
2016-01-26[OMPT]: Fix the order of implicit_task_end_eventsJonathan Peyton
2016-01-11Remove double negative in if() logic.Jonathan Peyton
2015-12-17[STATS] Fix stats lock problem to be compatible with new hinted lock codeJonathan Peyton
2015-11-30Fix honoring of OMP_THREAD_LIMIT in the teams constructJonathan Peyton
2015-11-16Add missing KMP_NESTED_HOT_TEAMS guardsJonathan Peyton
2015-11-12Remove outdated commentJonathan Peyton
2015-11-04Remove incorrect debug assert.Jonathan Peyton
2015-11-04Remove some empty lines.Jonathan Peyton
2015-11-04Refactor of task_team code.Jonathan Peyton
2015-10-20Removed zeroing th.th_task_state for master thread at start of nested parallel.Jonathan Peyton
2015-10-19Clean-up cancellation state flag between parallel regionsJonathan Peyton
2015-10-08Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton
2015-10-08Debug trace and assert statement changes for wait/release improvements.Jonathan Peyton
2015-10-08OpenMP Wait/release improvements.Jonathan Peyton
2015-09-21Add basic NetBSD support.Joerg Sonnenberger
2015-09-21[OMPT] Simplify control variable logic for OMPTJonathan Peyton
2015-09-21[OMPT] Overhaul OMPT initialization interfaceJonathan Peyton
2015-09-21Fix the OpenMP 3.0 buildJonathan Peyton
2015-09-10[OMPT] Fix assertion that arises when waiting for proxy tasks on runtime shut...Jonathan Peyton
2015-09-10Cleanup of affinity hierarchy code.Jonathan Peyton
2015-09-10Fix hanging barriers if number of parallel regions exceeds UINT_MAXJonathan Peyton
2015-09-02Remove duplicate of num_threads assignment.Jonathan Peyton
2015-08-31Remove fork_context argument from __kmp_join_call() when OMPT is offJonathan Peyton
2015-08-18D11990: Lock-free start of serialized parallel regionsAndrey Churbanov
2015-08-17D11988: Force serial reduction when team size is 1Andrey Churbanov
2015-08-17D11157: Fixed missed threads re-binding in case team size reduced via omp_set...Andrey Churbanov
2015-08-11Tidy statistics collectionJonathan Peyton
2015-07-23Patch out a fatal assertion in OpenMP runtime until preconditions are metJonathan Peyton
2015-07-21Fix OMPT support for task frames, parallel regions, and parallel regions + loopsJonathan Peyton
2015-07-09Enable debugger supportJonathan Peyton