summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test
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-073-3/+3
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-036-6/+6
* [OpenMP] Implementation of OMPT reduction callbacksprotze@itc.rwth-aachen.de2019-12-273-0/+122
* [openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.AndreyChurbanov2019-11-271-0/+40
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* [openmp] [test] Skip one more test that kills NetBSD buildbotMichał Górny2019-11-071-0/+3
* fixed test: eliminated race condition which might cause deadlockAndrey Churbanov2019-09-251-1/+1
* Enable tasks dependencies hashmaps resizing.Andrey Churbanov2019-09-251-0/+38
* [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
* Remove REQUIRES OMP spec version within lit testsJonathan Peyton2019-07-1713-13/+0
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-125-15/+0
* Create a runtime option to disable task throttling.Andrey Churbanov2019-07-021-0/+60
* New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov2019-06-193-0/+367
* Added propagation of not big initial stack size of master thread to workers.Andrey Churbanov2019-06-051-0/+65
* Fix OMP_TARGET_OFFLOAD parsingHansang Bae2019-05-301-0/+62
* [openmp] [test] Skip kernel-breaking tests on NetBSDMichal Gorny2019-05-283-0/+13
* [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
* [OpenMP] Implement task modifier for reduction clauseJonathan Peyton2019-05-014-0/+414
* [OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton2019-04-302-0/+220
* [OpenMP] Implement 5.0 memory managementJonathan Peyton2019-04-084-81/+112
* Ensure correct pthread flags and libraries are usedDimitry Andric2019-04-033-3/+3
* 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-015-7/+6
* [OpenMP][OMPT] Distinguish different barrier kindsJonathan Peyton2019-02-281-5/+9
* [OpenMP] Fix check-openmp after r354553Jonas Hahnfeld2019-02-211-0/+2
* [OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze2019-02-213-2/+3
* [OpenMP] Remove XFAIL for cancellation tests using gccJonathan Peyton2019-02-192-2/+1
* [OpenMP 5.0] Add omp_get_supported_active_levels()Jonathan Peyton2019-02-191-0/+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
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-161-0/+58
* [OpenMP] Output written by tests should go to build directoryJoachim Protze2019-01-161-1/+1
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-01-161-0/+148
* [OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton2019-01-151-0/+33
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-1511-21/+32
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2019-01-031-0/+24
* [runtime] [test] Fix using %python pathMichal Gorny2018-12-2212-16/+17
* [Tests] [OpenMP] XFAIL also for ppc64le.Stefan Pintilie2018-12-182-2/+2
* XFAIL Pair of OpenMP Tests for PowerPC LE LinuxStefan Pintilie2018-12-184-1/+3
* [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
OpenPOWER on IntegriCloud