summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test
Commit message (Expand)AuthorAgeFilesLines
...
* [OpenMP] version the affinity format tests and fix one testJonathan Peyton2018-12-172-1/+15
* [OpenMP] Add affinity format testsJonathan Peyton2018-12-1715-0/+940
* [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev2018-12-1517-0/+29
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-0/+3
* Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970Andrey Churbanov2018-12-1310-4/+27
* [test] [runtime] Permit omp_get_wtick() to return 0.01Michal Gorny2018-12-111-1/+1
* [test] [runtime] Do not include alloca.h on NetBSDMichal Gorny2018-12-111-0/+4
* [runtime] [test] Use more portable short options to sort(1)Michal Gorny2018-12-111-1/+1
* [OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_noneJonathan Peyton2018-11-282-2/+2
* Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov2018-11-072-0/+307
* [OMPT] Update types according to TR7Joachim Protze2018-09-104-39/+60
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-071-0/+78
* [libomptaret][test] Announce compiler featuresJonas Hahnfeld2018-09-051-1/+1
* [OMPT] Remove OMPT idle callbackJoachim Protze2018-08-152-48/+0
* [OpenMP] Fix doacross testing for gccJonathan Peyton2018-08-022-0/+66
* [tests] Add annotations for taskloop featuresJonas Hahnfeld2018-08-023-0/+16
* [OMPT,tests] Fix taskloop testcase scheduling effectsJoachim Protze2018-08-011-10/+23
* [test] Convert test for PR36720 to c89Jonas Hahnfeld2018-08-011-2/+4
* [OpenMP] Fix tasking + parallel bugJonathan Peyton2018-07-301-0/+34
* [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
* [test] Remove XFAIL of omp_for_bigbounds.c for Intel CompilerJonas Hahnfeld2018-07-261-1/+4
* [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-053-4/+8
* [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
* [OMPT] Fix test parallel/not_enough_threads.cJonas Hahnfeld2018-05-271-46/+60
* [OMPT] Add api_calls_misc.c testcase and rename api_calls.c testcaseJoachim Protze2018-05-073-0/+76
* [OpenMP][OMPT] Fix api_calls_from_other_thread.cppJonathan Peyton2018-04-301-3/+3
* Introduce GOMP_taskloop APIJonathan Peyton2018-04-182-4/+0
* [OMPT] Fix interoperability test with GCCJonas Hahnfeld2018-03-011-2/+14
* [OMPT] Fix task-type test with GCCJoachim Protze2018-03-011-0/+3
* [OMPT] Fix ompt_get_task_info() and add tests for itJoachim Protze2018-02-282-88/+179
* [OMPT] Fix inconsistent testcasesJoachim Protze2018-02-282-31/+31
* [OMPT] Fix parallel_data in implicit barrier-endJonas Hahnfeld2018-02-232-63/+105
* [OMPT] Fix test tasks/serialized.c with optimizationJonas Hahnfeld2018-02-232-54/+114
* [OMPT] Add interoperability testcaseJoachim Protze2018-02-171-0/+99
* [OMPT] Update api_calls testcaseJoachim Protze2018-02-171-33/+49
* [OMPT][test] Correct warning about added wrapper functionsJonas Hahnfeld2018-02-141-2/+4
* [OMPT] Add tool_available_search testcaseJoachim Protze2018-02-081-0/+104
* [OMPT] Add tool_not_available testcaseJoachim Protze2018-02-082-0/+69
* [OMPT] Use fuzzy return addresses in lock testcasesJonas Hahnfeld2018-01-264-71/+71
* [OMPT] Add Workaround for Intel Compiler BugJoachim Protze2018-01-172-1/+2
OpenPOWER on IntegriCloud