summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/ompt-general.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Add implementation and tests of Archer toolprotze@itc.rwth-aachen.de2019-11-181-0/+16
* [OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld2019-08-151-13/+10
* [OpenMP] Add implementation to two OMPT API routinesJonathan Peyton2019-05-211-5/+2
* [OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze2019-05-201-4/+5
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-01-301-4/+15
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internal...Hans Wennborg2019-01-171-15/+4
* Fix compiler error in r351311Joachim Protze2019-01-161-1/+1
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-01-161-4/+15
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-151-4/+6
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-17/+17
* [OpenMP][OMPT] A few improvementsJonathan Peyton2018-09-261-2/+5
* [OMPT] Update types according to TR7Joachim Protze2018-09-101-1/+11
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-0/+3
* [OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze2018-05-281-1/+1
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-281-1/+1
* Set the license header for all OMPT filesJoachim Protze2018-04-121-0/+13
* [OMPT] Omissionin in OMPT FormattingJoachim Protze2018-02-171-2/+3
* [OMPT] Update api_calls testcaseJoachim Protze2018-02-171-1/+1
* [OMPT] Fix tool initialization returning 0Joachim Protze2018-02-061-0/+6
* [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_implJoachim Protze2018-01-171-10/+10
* [OMPT] Return appropiate values for ompt runtime entry points for non-OpenMP ...Joachim Protze2018-01-171-0/+9
* [OMPT] Add missing ompt_get_num_procs functionJoachim Protze2017-12-211-0/+9
* [OMPT] Handle null pointer in set_callback to improve performanceJoachim Protze2017-12-211-2/+5
* [OMPT] Provide initialization for Mac OS XJonas Hahnfeld2017-11-111-33/+53
* Remove const from variables with dynamic memoryJonas Hahnfeld2017-11-091-2/+2
* Cleanup version symbol macros and attributes/declspecsJonathan Peyton2017-11-071-1/+1
* [OMPT] Improve cast that was lost on commit, NFC.Jonas Hahnfeld2017-11-061-2/+2
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-051-66/+16
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-031-17/+67
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-031-67/+17
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-86/+315
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-285/+216
* Change source files from .c to .cppJonathan Peyton2016-12-141-0/+535
OpenPOWER on IntegriCloud