summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_csupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-151-4/+4
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-104/+104
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-0/+53
* [OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_noneJonathan Peyton2018-11-281-3/+3
* [OpenMP] Shutdown library on Windows if possible for better OMPT behaviorJonathan Peyton2018-10-021-0/+8
* [OMPT] Update types according to TR7Joachim Protze2018-09-101-2/+2
* [OpenMP] Change hint parameter type for critical to uint32_tJonathan Peyton2018-09-071-1/+1
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-071-0/+4
* [OpenMP][Fix] Conditional compilation leaves variables unusedGheorghe-Teodor Bercea2018-08-271-0/+2
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-2/+4
* [OpenMP] Implement GOMP doacross compatibilityJonathan Peyton2018-07-301-3/+4
* [OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton2018-07-301-4/+22
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-091-13/+12
* [OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze2018-05-281-53/+53
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-281-10/+10
* [OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regionsJoachim Protze2018-05-071-1/+1
* Fixed __kmpc_get_target_offload() to call library initialization.Andrey Churbanov2018-03-221-1/+6
* Read OMP_TARGET_OFFLOAD and provide API to access ICVJonathan Peyton2018-03-201-0/+4
* Partial revert of [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_implJoachim Protze2018-01-171-3/+3
* [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_implJoachim Protze2018-01-171-15/+15
* Correct types of pointers to doacross_num_doneJonas Hahnfeld2018-01-071-3/+3
* Fix PR30890: Reduction across teams hangsJonas Hahnfeld2017-12-051-23/+70
* Fix for OMP doacross implementation on PowerJonas Hahnfeld2017-11-221-1/+8
* Fixed OMP doacross implementation on 32-bit platforms.Andrey Churbanov2017-11-201-8/+15
* [OMPT] Fix assertion for OpenMP code generated with outdated compilersJoachim Protze2017-11-101-3/+3
* Rename fields of ompt_frame_tJoachim Protze2017-11-051-30/+30
* Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld2017-11-031-30/+30
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-031-1/+0
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-031-0/+1
* Rename fields of ompt_frame_tJoachim Protze2017-11-031-30/+30
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-118/+827
* Apply formatting changesJonathan Peyton2017-10-201-2/+0
* Remove unnecessary semicolonsJonathan Peyton2017-09-271-5/+5
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-171-3/+2
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-5/+5
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-2179/+2149
* KMP_HW_SUBSET extended with NUMA support when HWLOC enabledAndrey Churbanov2017-04-131-12/+0
* Added an option to bind initial thread at the start of applicationAndrey Churbanov2017-02-161-3/+8
* Fix for the __kmpc_global_num_threads function to return the value of the __k...Andrey Churbanov2016-12-211-2/+2
* Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton2016-12-141-4/+5
* Change source files from .c to .cppJonathan Peyton2016-12-141-0/+3337
OpenPOWER on IntegriCloud