aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_runtime.cpp
AgeCommit message (Expand)Author
2017-11-29Make kmp_r_sched_t into a unionJonathan Peyton
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-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Apply formatting changesJonathan Peyton
2017-09-27Remove unnecessary semicolonsJonathan Peyton
2017-09-26Remove unused t_single_lockJonathan Peyton
2017-09-05Minor code cleanup of Klocwork issuesJonathan Peyton
2017-08-17Remove BUILD_TVJonathan Peyton
2017-08-10OMP_PROC_BIND: better spreadPaul Osmialowski
2017-08-02Add new envirable KMP_TEAMS_THREAD_LIMITJonathan Peyton
2017-07-27Fix implementation of OMP_THREAD_LIMITJonathan Peyton
2017-07-26Introduce KMP_DEVICE_THREAD_LIMITJonathan Peyton
2017-07-17OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov
2017-06-13Replace platform macro with KMP_MIC_SUPPORTEDJonathan Peyton
2017-06-05OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov
2017-06-01Re-enable assertion after the problem that caused it to be hit had been fixedAndrey Churbanov
2017-06-01Fix minor formatting issuesJonathan Peyton
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-04-04Reset cancellation status for 'parallel', 'sections' and 'for' constracts.Olga Malysheva
2017-03-28Fix for bug https://llvm.org/bugs/show_bug.cgi?id=30889Andrey Churbanov
2017-03-21Fixed intermittent hang on tests with "target teams if(0)" construct with no ...Andrey Churbanov
2017-03-06OpenMP version 5.0 addedJonathan Peyton
2017-02-06Fix a race in shutdown when tasking is used.Andrey Churbanov
2017-01-18Fix small memory leak regarding __kmp_nested_proc_bindJonathan Peyton
2016-12-14Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton
2016-12-14Change source files from .c to .cppJonathan Peyton