summaryrefslogtreecommitdiffstats
path: root/openmp/runtime
Commit message (Expand)AuthorAgeFilesLines
* [OMPT] Update types according to TR7Joachim Protze2018-09-1016-129/+198
* [OpenMP] Change hint parameter type for critical to uint32_tJonathan Peyton2018-09-072-2/+6
* [OpenMP] Synchronization hint constants added to headersJonathan Peyton2018-09-074-56/+99
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-0719-13/+642
* Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:Andrey Churbanov2018-09-071-57/+92
* [libomptaret][test] Announce compiler featuresJonas Hahnfeld2018-09-051-1/+1
* [OpenMP][Fix] Conditional compilation leaves variables unusedGheorghe-Teodor Bercea2018-08-271-0/+2
* [OpenMP][Fix] Ensure comparison between unsigned values.Gheorghe-Teodor Bercea2018-08-271-1/+1
* [OpenMP] Remove deprecated/obsolete MIC attributes from headersJonathan Peyton2018-08-241-1/+3
* [OpenMP] Fixed affinity verbose double printing for balanced type.Jonathan Peyton2018-08-241-1/+2
* [OpenMP] Fix tasking bug for decreasing hot team nthreadsJonathan Peyton2018-08-241-1/+1
* [OpenMP] Add check for hot_teams arrayJonathan Peyton2018-08-241-1/+2
* [OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFYJonathan Peyton2018-08-242-22/+26
* [OMPT] Remove OMPT idle callbackJoachim Protze2018-08-155-72/+0
* [OMPT] Make omp_control_tool() compliant when called from Fortran programsJonathan Peyton2018-08-132-2/+4
* [OpenMP] Cleanup codeJonathan Peyton2018-08-0924-417/+239
* [OpenMP] Fix doacross testing for gccJonathan Peyton2018-08-022-0/+66
* [OMPT] Disable by default on WindowsJonas Hahnfeld2018-08-021-1/+1
* [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-302-0/+37
* [OpenMP] Fix new task creationGheorghe-Teodor Bercea2018-07-301-1/+1
* [CMake] Disable -Wstringop-overflowJonas Hahnfeld2018-07-302-0/+2
* [OpenMP] Add GOMP version symbols for OMP_4.5 APIJonathan Peyton2018-07-302-7/+18
* [OpenMP] Implement GOMP doacross compatibilityJonathan Peyton2018-07-305-62/+424
* [OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1Jonathan Peyton2018-07-304-14/+15
* [OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton2018-07-308-303/+609
* [OMPT] Fix OMPT callbacks for the taskloop construct and add testcaseJoachim Protze2018-07-272-61/+232
* [OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctlyJoachim Protze2018-07-272-52/+93
* [OMPT] Print two more addresses in print_fuzzy_address_block()Joachim Protze2018-07-271-5/+8
* PR30734: Remove __kmp_ft_page_allocate()Jonas Hahnfeld2018-07-262-36/+0
* [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
* Block library shutdown until unreaped threads finish spin-waitingJonathan Peyton2018-07-194-11/+61
* Fix const cast problem introduced in r336563Jonathan Peyton2018-07-091-3/+3
* [OpenMP] Fix a few formatting issuesJonathan Peyton2018-07-093-3/+5
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-0911-56/+1522
* [OpenMP] Restructure loop code for hierarchical schedulingJonathan Peyton2018-07-093-1329/+1434
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-0917-280/+433
* 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-022-3/+371
* minor: fixed typo in debug printAndrey Churbanov2018-06-201-1/+1
* [OpenMP] Fix formatting issues in kmp_stats.hJonathan Peyton2018-06-081-26/+39
* [OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze2018-05-287-75/+75
OpenPOWER on IntegriCloud