summaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)Author
2018-06-20minor: fixed typo in debug printAndrey Churbanov
2018-06-08[OpenMP] Fix formatting issues in kmp_stats.hJonathan Peyton
2018-05-28[OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze
2018-05-28[OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze
2018-05-27[OMPT] Fix test parallel/not_enough_threads.cJonas Hahnfeld
2018-05-25[CMake] Unify install path for librariesJonas Hahnfeld
2018-05-07[OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regionsJoachim Protze
2018-05-07[OMPT] Add api_calls_misc.c testcase and rename api_calls.c testcaseJoachim Protze
2018-04-30[OpenMP][OMPT] Fix api_calls_from_other_thread.cppJonathan Peyton
2018-04-18[OpenMP] Compilation error fix on const char*Heejin Ahn
2018-04-18[OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatterJonathan Peyton
2018-04-18Introduce GOMP_taskloop APIJonathan Peyton
2018-04-12Set the license header for all OMPT filesJoachim Protze
2018-03-30Minor cleanup in __kmp_atfork_child()Jonathan Peyton
2018-03-26Move blocktime_str variable right before its first useJonathan Peyton
2018-03-26Add summarizeStats.py to tools directoryJonathan Peyton
2018-03-22Fixed __kmpc_get_target_offload() to call library initialization.Andrey Churbanov
2018-03-20Read OMP_TARGET_OFFLOAD and provide API to access ICVJonathan Peyton
2018-03-19Fix for Fix for https://bugs.llvm.org/show_bug.cgi?id=36705.Andrey Churbanov
2018-03-05Improve OpenMP threadprivate implementation.Andrey Churbanov
2018-03-05Fixed build of the OpenMP stubs library.Andrey Churbanov
2018-03-01[OMPT] Fix interoperability test with GCCJonas Hahnfeld
2018-03-01[OMPT] Fix task-type test with GCCJoachim Protze
2018-02-28[OMPT] Fix ompt_get_task_info() and add tests for itJoachim Protze
2018-02-28[OMPT] Fix inconsistent testcasesJoachim Protze
2018-02-23[OMPT] Fix parallel_data in implicit barrier-endJonas Hahnfeld
2018-02-23[OMPT] Fix test tasks/serialized.c with optimizationJonas Hahnfeld
2018-02-17[OMPT] Omissionin in OMPT FormattingJoachim Protze
2018-02-17[OMPT] Add interoperability testcaseJoachim Protze
2018-02-17[OMPT] Update api_calls testcaseJoachim Protze
2018-02-14[OMPT][test] Correct warning about added wrapper functionsJonas Hahnfeld
2018-02-08[OMPT] Add tool_available_search testcaseJoachim Protze
2018-02-08[OMPT] Add tool_not_available testcaseJoachim Protze
2018-02-06[OMPT] Fix tool initialization returning 0Joachim Protze
2018-01-26[OMPT] Use fuzzy return addresses in lock testcasesJonas Hahnfeld
2018-01-17Partial revert of [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_implJoachim Protze
2018-01-17[OMPT] Add Workaround for Intel Compiler BugJoachim Protze
2018-01-17[OMPT] Rename ompt_mutex_impl_t to kmp_mutex_implJoachim Protze
2018-01-17[OMPT] Return appropiate values for ompt runtime entry points for non-OpenMP ...Joachim Protze
2018-01-11Fixed libomp static build broken by the commit rL322202.Andrey Churbanov
2018-01-10Force HWLOC topology method for NUMA-specific topologyJonathan Peyton
2018-01-10Simplify __kmp_expand_threadsJonathan Peyton
2018-01-10Minor code cleanupJonathan Peyton
2018-01-10Improve stability of the runtime in parent/child processesJonathan Peyton
2018-01-10Missed to add new test case in previous commitJoachim Protze
2018-01-10[OMPT] Fix ompt_task_data handling in implicit barriersJoachim Protze
2018-01-10[OMPT] Fix cast and printf of wait_id in lock testJonas Hahnfeld
2018-01-09Fix type mismatch in omp_control_tool() implementation that makes it run inco...Paul Osmialowski
2018-01-07Correct types of pointers to doacross_num_doneJonas Hahnfeld
2018-01-04Fix some comments and formatting in kmp_dispatch.cppJonathan Peyton