summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Fix thread_limits to work properly for teams constructJonathan Peyton2019-02-114-26/+160
* Guard a feature that unsupported by old GCCTaewook Oh2019-02-081-1/+9
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-02-044-0/+17
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-01-301-4/+15
* NFC: fixed formatting to be consistent across the fileAndrey Churbanov2019-01-211-1/+2
* Fixed https://reviews.llvm.org/D55078 broken Fortran fixed form.Andrey Churbanov2019-01-211-4/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19108-432/+324
* Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internal...Hans Wennborg2019-01-171-15/+4
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-1618-10/+398
* [OpenMP] Remove compiler warning about unused valueJoachim Protze2019-01-161-6/+6
* Fix compiler error in r351311Joachim Protze2019-01-161-1/+1
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-01-161-4/+15
* [OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton2019-01-152-13/+11
* [OpenMP] Add lock function definitions to fix Bug 40042Jonathan Peyton2019-01-151-0/+41
* [OpenMP] Fix performance regression in SPEC kdtree testJonathan Peyton2019-01-151-13/+9
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-1513-776/+1128
* [OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612)Roman Lebedev2019-01-133-4/+6
* Doc: fixed description of a parameter of the __kmpc_taskloopAndrey Churbanov2019-01-091-1/+1
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2019-01-0311-48/+112
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-1815-323/+333
* [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev2018-12-153-9/+12
* [OpenMP] Fix transient divide by zero bug in 32-bit codeJonathan Peyton2018-12-131-4/+11
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-1322-129/+1021
* [runtime] Disable KMP_HAVE_QUAD on NetBSD gccMichal Gorny2018-12-111-0/+3
* [runtime] Use getloadavg() on NetBSD as wellMichal Gorny2018-12-111-1/+1
* Implement __kmp_is_address_mapped() for NetBSDKamil Rytarowski2018-12-111-2/+35
* Implement __kmp_gettid() for NetBSDKamil Rytarowski2018-12-111-0/+3
* [OpenMP] Fix a few build issuesJonathan Peyton2018-12-102-3/+4
* Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov2018-12-1016-26/+58
* Add OpenBSD support to OpenMPKamil Rytarowski2018-12-095-11/+22
* Add DragonFlyBSD support to OpenMPKamil Rytarowski2018-12-096-19/+35
* Revert r347799: Add omp_get_device_num() and update other device APIJonathan Peyton2018-11-2911-98/+47
* [OpenMP] Add stubs for Task affinity APIJonathan Peyton2018-11-293-0/+38
* [OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_noneJonathan Peyton2018-11-282-4/+4
* [OpenMP] Minor cleanup of debug codeJonathan Peyton2018-11-281-2/+2
* [OpenMP] Fixed possible array out of bound accessJonathan Peyton2018-11-281-0/+1
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2018-11-2811-47/+98
* Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.Andrey Churbanov2018-11-141-0/+2
* Add Hurd support.Andrey Churbanov2018-11-076-11/+24
* Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov2018-11-074-199/+375
* remove duplicate omp_control_tool export to fix windows buildAndrey Churbanov2018-10-251-3/+0
* [OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhereJonathan Peyton2018-10-054-7/+7
* [OpenMP] Fix KMP_DYNAMIC_LIB to be dependent on LIBOMP_ENABLE_SHAREDJonathan Peyton2018-10-051-1/+2
* [OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objectsJonathan Peyton2018-10-041-6/+4
* [OpenMP] Shutdown library on Windows if possible for better OMPT behaviorJonathan Peyton2018-10-021-0/+8
* Fixed workaround made in https://reviews.llvm.org/D51694.Andrey Churbanov2018-10-011-4/+4
* [OpenMP] Add missing __kmpc_critical_with_hint to dllexportsJonathan Peyton2018-09-263-12/+8
* [OpenMP] Fix balanced affinity so thread's private affinity mask is updatedJonathan Peyton2018-09-263-9/+7
* [OpenMP] Update ittnotify sourcesJonathan Peyton2018-09-267-454/+1010
* [OpenMP] Fix performance issue from 376.kdtreeJonathan Peyton2018-09-264-131/+153
OpenPOWER on IntegriCloud