summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OMPT] Fix inaccuracies in worksharing testsJonas Hahnfeld2017-11-172-8/+7
* Exclude untied tasks from checking of task scheduling constraint (TSC).Andrey Churbanov2017-11-163-101/+164
* [OpenMP] Remove the unused testsuite/ directoryJonathan Peyton2017-11-13161-15270/+0
* [OMPT] Provide initialization for Mac OS XJonas Hahnfeld2017-11-114-49/+88
* [libomptarget] Build all libraries in libomptarget/Jonas Hahnfeld2017-11-111-0/+3
* [OMPT] Fix assertion for OpenMP code generated with outdated compilersJoachim Protze2017-11-103-7/+13
* [OMPT] Purge OMPT_BLAME and OMPT_TRACEJonas Hahnfeld2017-11-102-9/+5
* Add const to some variables to avoid const_castsJonas Hahnfeld2017-11-092-7/+6
* Remove const from variables with dynamic memoryJonas Hahnfeld2017-11-0913-83/+70
* [OMPT] Fix test cancel_parallel.cJonas Hahnfeld2017-11-091-16/+14
* [OMPT] Add support for testing return addresses on POWERJonas Hahnfeld2017-11-091-16/+72
* Cleanup version symbol macros and attributes/declspecsJonathan Peyton2017-11-0711-523/+375
* [OMPT] Fix null pointer in parallel/no_thread_num_clause.cJonas Hahnfeld2017-11-061-1/+1
* [OMPT] Fix callback.h for tests for changes in TR6Jonas Hahnfeld2017-11-061-4/+4
* [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-057-278/+186
* Rename fields of ompt_frame_tJoachim Protze2017-11-059-106/+98
* Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld2017-11-0310-101/+106
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-0325-251/+396
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-0325-396/+251
* Rename fields of ompt_frame_tJoachim Protze2017-11-0310-106/+101
* [libomptarget] Remove stale omp handleJonas Hahnfeld2017-11-021-3/+0
* [OpenMP] Fix race condition in omp_init_lockJonathan Peyton2017-11-012-3/+46
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-0191-1829/+7244
* Test commit: sort names in CREDITS.txtJoachim Protze2017-10-301-4/+4
* Fix fatal error message displayingJonathan Peyton2017-10-251-6/+15
* Disable threadprivate data cleanup if runtime is terminatingJonathan Peyton2017-10-241-0/+7
* Restrict OMPT to OpenMP version 5.0 and remove old header filesJonathan Peyton2017-10-204-1519/+4
* Add license envirable for testing Intel compilersJonathan Peyton2017-10-201-0/+4
* Add C++ support for testcasesJonathan Peyton2017-10-204-3/+13
* Apply formatting changesJonathan Peyton2017-10-2067-268/+42
* KMP_HW_SUBSET vs KMP_PLACE_THREADS rival envirables fixJonathan Peyton2017-10-061-5/+22
* [test] Fix uninitialized memory in omp_taskloop_grainsize.cJonas Hahnfeld2017-09-291-1/+2
* Remove unnecessary semicolonsJonathan Peyton2017-09-2727-509/+498
* Allow printing of KMP_TOPOLOGY_METHOD when KMP_SETTINGS=trueJonathan Peyton2017-09-261-2/+0
* Remove unused t_single_lockJonathan Peyton2017-09-262-2/+1
* Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCK...Jonathan Peyton2017-09-052-5/+9
* Minor code cleanup of Klocwork issuesJonathan Peyton2017-09-0514-149/+126
* Use va_copy instead of __va_copy to fix building libomp against musl libcJonathan Peyton2017-08-191-1/+1
* Remove BUILD_TVJonathan Peyton2017-08-175-81/+0
* [OpenMP] libomptarget: move debugging dumps under control of env var LIBOMPTA...Sergey Dmitriev2017-08-147-7/+112
* OMP_PROC_BIND: better spreadPaul Osmialowski2017-08-101-42/+108
* Exclude version symbols for static libompJonathan Peyton2017-08-021-0/+5
* Move lock acquire/release functions in task deque cleanup codeJonathan Peyton2017-08-021-3/+2
* Add new envirable KMP_TEAMS_THREAD_LIMITJonathan Peyton2017-08-025-10/+30
* Fix comments and build messages concerning TSXJonathan Peyton2017-07-283-7/+10
* Fix implementation of OMP_THREAD_LIMITJonathan Peyton2017-07-277-20/+153
* Introduce KMP_DEVICE_THREAD_LIMITJonathan Peyton2017-07-262-29/+28
* [CMake] Disable building libomptarget and add CMake switchJonas Hahnfeld2017-07-261-1/+12
* Cleanup: __kmp_env_* variablesJonathan Peyton2017-07-254-44/+35
OpenPOWER on IntegriCloud