summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/ompt
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][OMPT] fix reduction test for 32-bit x86protze@itc.rwth-aachen.de2020-02-051-3/+7
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-072-2/+2
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-031-1/+1
* [OpenMP] Implementation of OMPT reduction callbacksprotze@itc.rwth-aachen.de2019-12-273-0/+122
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* [OpenMP] Fix broken build due to new OMPT testsHansang Bae2019-08-054-4/+4
* Add OMPT support for teams constructHansang Bae2019-08-036-14/+308
* [OpenMP] RISCV64 portJonas Hahnfeld2019-07-251-0/+20
* [OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld2019-07-221-0/+3
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-2/+0
* [OpenMP] Add implementation to two OMPT API routinesJonathan Peyton2019-05-213-10/+151
* [OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze2019-05-202-2/+2
* [OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze2019-05-209-45/+51
* Fix interoperability test compilation on FreeBSDDimitry Andric2019-03-251-1/+1
* [OpenMP] Fix OMPT cancellation test for GOMPJonathan Peyton2019-03-151-2/+2
* [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for Powe...Stefan Pintilie2019-03-013-6/+5
* [OpenMP][OMPT] Distinguish different barrier kindsJonathan Peyton2019-02-281-5/+9
* [OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze2019-02-212-2/+2
* [OpenMP] Remove XFAIL for cancellation tests using gccJonathan Peyton2019-02-191-1/+1
* [OMPT] Remove test output from source treeJonas Hahnfeld2019-02-111-1/+1
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-01-301-0/+148
* Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internal...Hans Wennborg2019-01-171-148/+0
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-01-161-0/+148
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-1510-20/+31
* [Tests] [OpenMP] XFAIL also for ppc64le.Stefan Pintilie2018-12-182-2/+2
* XFAIL Pair of OpenMP Tests for PowerPC LE LinuxStefan Pintilie2018-12-182-0/+2
* [Tests] fix non-determinism failure in testcaseJoachim Protze2018-12-181-0/+1
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-1810-59/+59
* [OMPT] Add testcase for thread_num provided by implicit task eventsJoachim Protze2018-12-181-0/+61
* [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev2018-12-151-0/+3
* Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970Andrey Churbanov2018-12-131-1/+1
* [test] [runtime] Do not include alloca.h on NetBSDMichal Gorny2018-12-111-0/+4
* [OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_noneJonathan Peyton2018-11-282-2/+2
* [OMPT] Update types according to TR7Joachim Protze2018-09-104-39/+60
* [OMPT] Remove OMPT idle callbackJoachim Protze2018-08-152-48/+0
* [tests] Add annotations for taskloop featuresJonas Hahnfeld2018-08-021-0/+6
* [OMPT,tests] Fix taskloop testcase scheduling effectsJoachim Protze2018-08-011-10/+23
* [OMPT] Fix OMPT callbacks for the taskloop construct and add testcaseJoachim Protze2018-07-271-0/+62
* [OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctlyJoachim Protze2018-07-271-2/+31
* [OMPT] Print two more addresses in print_fuzzy_address_block()Joachim Protze2018-07-271-5/+8
* [OMPT] Fix typo in test parallel/nested_thread_num.cJonas Hahnfeld2018-07-251-1/+1
* Define the __STDC_FORMAT_MACROS to avoid test failure on some platforms.Kelvin Li2018-07-061-0/+5
* Dropped non-supoorted "--no-as-needed" flag from OMPT tests for macOSJoachim Protze2018-07-052-4/+4
* [OMPT] Add synchronization to threads_nested.c testcaseJoachim Protze2018-07-051-2/+4
* [OMPT] Use alloca() to force availability of frame pointerJoachim Protze2018-07-021-0/+4
* [OMPT] Add tests for runtime entry points from non-OpenMP threadsJoachim Protze2018-07-021-12/+53
* [OMPT] Add testcases for thread_begin and thread_end callbacksJoachim Protze2018-07-022-0/+72
* [OMPT] Provide the right thread_num for ancestor levelsJoachim Protze2018-07-021-0/+357
* [OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze2018-05-281-6/+6
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-281-4/+4
OpenPOWER on IntegriCloud