summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_csupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Implementation of OMPT reduction callbacksprotze@itc.rwth-aachen.de2019-12-271-3/+20
* Add OMPT support for teams constructHansang Bae2019-08-031-1/+2
* [OpenMP] RISCV64 portJonas Hahnfeld2019-07-251-1/+2
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-58/+0
* Fixed memory use-after-free problem.Andrey Churbanov2019-06-261-1/+5
* [OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze2019-05-201-61/+70
* [OpenMP] Implement 5.0 memory managementJonathan Peyton2019-04-081-0/+9
* [OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton2019-04-031-0/+15
* [OpenMP 5.0] Deprecate nest-var and associated featuresJonathan Peyton2019-02-281-1/+1
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-16/+9
* [OpenMP] Fix thread_limits to work properly for teams constructJonathan Peyton2019-02-111-0/+13
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-161-0/+39
* [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
OpenPOWER on IntegriCloud