summaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)Author
2017-11-22Fix for OMP doacross implementation on PowerJonas Hahnfeld
2017-11-20Fixed OMP doacross implementation on 32-bit platforms.Andrey Churbanov
2017-11-17[OMPT] Fix inaccuracies in worksharing testsJonas Hahnfeld
2017-11-16Exclude untied tasks from checking of task scheduling constraint (TSC).Andrey Churbanov
2017-11-11[OMPT] Provide initialization for Mac OS XJonas Hahnfeld
2017-11-10[OMPT] Fix assertion for OpenMP code generated with outdated compilersJoachim Protze
2017-11-10[OMPT] Purge OMPT_BLAME and OMPT_TRACEJonas Hahnfeld
2017-11-09Add const to some variables to avoid const_castsJonas Hahnfeld
2017-11-09Remove const from variables with dynamic memoryJonas Hahnfeld
2017-11-09[OMPT] Fix test cancel_parallel.cJonas Hahnfeld
2017-11-09[OMPT] Add support for testing return addresses on POWERJonas Hahnfeld
2017-11-07Cleanup version symbol macros and attributes/declspecsJonathan Peyton
2017-11-06[OMPT] Fix null pointer in parallel/no_thread_num_clause.cJonas Hahnfeld
2017-11-06[OMPT] Fix callback.h for tests for changes in TR6Jonas Hahnfeld
2017-11-06[OMPT] Improve cast that was lost on commit, NFC.Jonas Hahnfeld
2017-11-05Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze
2017-11-05Rename fields of ompt_frame_tJoachim Protze
2017-11-03Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld
2017-11-03Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld
2017-11-03Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze
2017-11-03Rename fields of ompt_frame_tJoachim Protze
2017-11-01[OpenMP] Fix race condition in omp_init_lockJonathan Peyton
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-25Fix fatal error message displayingJonathan Peyton
2017-10-24Disable threadprivate data cleanup if runtime is terminatingJonathan Peyton
2017-10-20Restrict OMPT to OpenMP version 5.0 and remove old header filesJonathan Peyton
2017-10-20Add license envirable for testing Intel compilersJonathan Peyton
2017-10-20Add C++ support for testcasesJonathan Peyton
2017-10-20Apply formatting changesJonathan Peyton
2017-10-06KMP_HW_SUBSET vs KMP_PLACE_THREADS rival envirables fixJonathan Peyton
2017-09-29[test] Fix uninitialized memory in omp_taskloop_grainsize.cJonas Hahnfeld
2017-09-27Remove unnecessary semicolonsJonathan Peyton
2017-09-26Allow printing of KMP_TOPOLOGY_METHOD when KMP_SETTINGS=trueJonathan Peyton
2017-09-26Remove unused t_single_lockJonathan Peyton
2017-09-05Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCK...Jonathan Peyton
2017-09-05Minor code cleanup of Klocwork issuesJonathan Peyton
2017-08-19Use va_copy instead of __va_copy to fix building libomp against musl libcJonathan Peyton
2017-08-17Remove BUILD_TVJonathan Peyton
2017-08-10OMP_PROC_BIND: better spreadPaul Osmialowski
2017-08-02Exclude version symbols for static libompJonathan Peyton
2017-08-02Move lock acquire/release functions in task deque cleanup codeJonathan Peyton
2017-08-02Add new envirable KMP_TEAMS_THREAD_LIMITJonathan Peyton
2017-07-28Fix comments and build messages concerning TSXJonathan Peyton
2017-07-27Fix implementation of OMP_THREAD_LIMITJonathan Peyton
2017-07-26Introduce KMP_DEVICE_THREAD_LIMITJonathan Peyton
2017-07-25Cleanup: __kmp_env_* variablesJonathan Peyton
2017-07-19OpenMP RTL cleanup: two PAUSEs per spin loop iteration replaced with single oneAndrey Churbanov
2017-07-18For KMP_PAGE_SIZE, use getpagesize() on Unix, GetSystemInfo() on WindowsDimitry Andric
2017-07-18Fix failing taskloop tests by omitting gccJonathan Peyton
2017-07-18Add recursive task scheduling strategy to taskloop implementationJonathan Peyton