aboutsummaryrefslogtreecommitdiff
path: root/runtime/test
AgeCommit message (Expand)Author
2019-01-17Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internal...Hans Wennborg
2019-01-16[OpenMP] Add omp_pause_resource* APIJonathan Peyton
2019-01-16[OpenMP] Output written by tests should go to build directoryJoachim Protze
2019-01-16[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze
2019-01-15[OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton
2019-01-15[OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze
2019-01-03[OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton
2018-12-22[runtime] [test] Fix using %python pathMichal Gorny
2018-12-18[Tests] [OpenMP] XFAIL also for ppc64le.Stefan Pintilie
2018-12-18XFAIL Pair of OpenMP Tests for PowerPC LE LinuxStefan Pintilie
2018-12-18[Tests] fix non-determinism failure in testcaseJoachim Protze
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-12-18[OMPT] Add testcase for thread_num provided by implicit task eventsJoachim Protze
2018-12-17[OpenMP] version the affinity format tests and fix one testJonathan Peyton
2018-12-17[OpenMP] Add affinity format testsJonathan Peyton
2018-12-15[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev
2018-12-13[OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton
2018-12-13Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970Andrey Churbanov
2018-12-11[test] [runtime] Permit omp_get_wtick() to return 0.01Michal Gorny
2018-12-11[test] [runtime] Do not include alloca.h on NetBSDMichal Gorny
2018-12-11[runtime] [test] Use more portable short options to sort(1)Michal Gorny
2018-11-28[OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_noneJonathan Peyton
2018-11-07Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov
2018-09-10[OMPT] Update types according to TR7Joachim Protze
2018-09-07[OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton
2018-09-05[libomptaret][test] Announce compiler featuresJonas Hahnfeld
2018-08-15[OMPT] Remove OMPT idle callbackJoachim Protze
2018-08-02[OpenMP] Fix doacross testing for gccJonathan Peyton
2018-08-02[tests] Add annotations for taskloop featuresJonas Hahnfeld
2018-08-01[OMPT,tests] Fix taskloop testcase scheduling effectsJoachim Protze
2018-08-01[test] Convert test for PR36720 to c89Jonas Hahnfeld
2018-07-30[OpenMP] Fix tasking + parallel bugJonathan Peyton
2018-07-27[OMPT] Fix OMPT callbacks for the taskloop construct and add testcaseJoachim Protze
2018-07-27[OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctlyJoachim Protze
2018-07-27[OMPT] Print two more addresses in print_fuzzy_address_block()Joachim Protze
2018-07-26[test] Remove XFAIL of omp_for_bigbounds.c for Intel CompilerJonas Hahnfeld
2018-07-25[OMPT] Fix typo in test parallel/nested_thread_num.cJonas Hahnfeld
2018-07-06Define the __STDC_FORMAT_MACROS to avoid test failure on some platforms.Kelvin Li
2018-07-05Dropped non-supoorted "--no-as-needed" flag from OMPT tests for macOSJoachim Protze
2018-07-05[OMPT] Add synchronization to threads_nested.c testcaseJoachim Protze
2018-07-02[OMPT] Use alloca() to force availability of frame pointerJoachim Protze
2018-07-02[OMPT] Add tests for runtime entry points from non-OpenMP threadsJoachim Protze
2018-07-02[OMPT] Add testcases for thread_begin and thread_end callbacksJoachim 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-05-27[OMPT] Fix test parallel/not_enough_threads.cJonas Hahnfeld
2018-05-07[OMPT] Add api_calls_misc.c testcase and rename api_calls.c testcaseJoachim Protze
2018-04-30[OpenMP][OMPT] Fix api_calls_from_other_thread.cppJonathan Peyton
2018-04-18Introduce GOMP_taskloop APIJonathan Peyton