summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/ompt-specific.cpp
AgeCommit message (Expand)Author
2025-02-27[OpenMP][OMPT][OMPD] Fix frame flags for OpenMP tool APIs (#114118)Joachim
2024-07-16[OpenMP] Use new OMPT state and sync kinds for barrier events (#95602)Hansang Bae
2024-06-04[OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472)Joachim
2023-08-28[OpenMP][OMPT] Fix ompt_get_task_memory implementationJoachim Jenke
2023-07-21[OpenMP] [OMPT] [6/8] Added callback support for target data operations, targ...Michael Halkenhaeuser
2022-11-15[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti
2022-11-01Revert "[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OM...Dhruva Chakrabarti
2022-10-31[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti
2021-10-25[OpenMP][OMPT] thread_num determination during execution of nested serialized...Vladimir Inđić
2021-10-18[OpenMP][OMPT] thread_num determination for programs with explicit tasks@vladaindjic
2021-08-20[OpenMP][OMPD]Code movement required for OMPDVignesh Balasubramanian
2021-06-08[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-07-31[OpenMP] Use weak attribute in interface only for static libraryJoachim Protze
2020-06-19[OpenMP][OMPT] Pass mutexinoutset to the toolJoachim Protze
2019-08-03Add OMPT support for teams constructHansang Bae
2019-05-30Add checks before pointer dereferencingHansang Bae
2019-05-21[OpenMP] Add implementation to two OMPT API routinesJonathan Peyton
2019-05-20[OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze
2019-02-28[OpenMP][OMPT] Distinguish different barrier kindsJonathan Peyton
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15[OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-07-02[OMPT] Provide the right thread_num for ancestor levelsJoachim Protze
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-04-12Set the license header for all OMPT filesJoachim Protze
2018-02-28[OMPT] Fix ompt_get_task_info() and add tests for itJoachim Protze
2018-01-17[OMPT] Return appropiate values for ompt runtime entry points for non-OpenMP ...Joachim Protze
2017-11-07Cleanup version symbol macros and attributes/declspecsJonathan 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-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2016-12-14Change source files from .c to .cppJonathan Peyton