aboutsummaryrefslogtreecommitdiff
path: root/runtime/src
AgeCommit message (Expand)Author
2019-04-08[OpenMP] Implement 5.0 memory managementJonathan Peyton
2019-04-08[OpenMP] Clean up load balancing dynamic modeJonathan Peyton
2019-04-04[OpenMP] Fix hang on WindowsJonathan Peyton
2019-04-03[OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton
2019-03-25[OpenMP] Add LLVM license header to fileJonathan Peyton
2019-03-25[OpenMP] Add Intel 19.0 to list of compilers in kmp_version.cppJonathan Peyton
2019-03-25Fix gettid warnings on FreeBSDDimitry Andric
2019-03-25[OpenMP] Fix pause check with version infoJonathan Peyton
2019-03-15[OpenMP] Remove deprecated taskqJonathan Peyton
2019-03-08[OpenMP][stats] Update stats gathering macrosJonathan Peyton
2019-03-08[mips] Use libatomic instead of GCC intrinsics for 64bitPetar Jovanovic
2019-02-28[OpenMP][OMPT] Distinguish different barrier kindsJonathan Peyton
2019-02-28[OpenMP 5.0] Deprecate nest-var and associated featuresJonathan Peyton
2019-02-28[OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton
2019-02-19[OpenMP 5.0] Add omp_get_supported_active_levels()Jonathan Peyton
2019-02-19[OpenMP] Adding GOMP compatible cancellationJonathan Peyton
2019-02-11[OpenMP] Fix thread_limits to work properly for teams constructJonathan Peyton
2019-02-08Guard a feature that unsupported by old GCCTaewook Oh
2019-02-04[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze
2019-01-30[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze
2019-01-21NFC: fixed formatting to be consistent across the fileAndrey Churbanov
2019-01-21Fixed https://reviews.llvm.org/D55078 broken Fortran fixed form.Andrey Churbanov
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-17Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internal...Hans Wennborg
2019-01-16[OpenMP] Add omp_pause_resource* APIJonathan Peyton
2019-01-16[OpenMP] Remove compiler warning about unused valueJoachim Protze
2019-01-16Fix compiler error in r351311Joachim Protze
2019-01-16[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze
2019-01-15[OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton
2019-01-15[OpenMP] Add lock function definitions to fix Bug 40042Jonathan Peyton
2019-01-15[OpenMP] Fix performance regression in SPEC kdtree testJonathan Peyton
2019-01-15[OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze
2019-01-13[OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612)Roman Lebedev
2019-01-09Doc: fixed description of a parameter of the __kmpc_taskloopAndrey Churbanov
2019-01-03[OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-12-15[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev
2018-12-13[OpenMP] Fix transient divide by zero bug in 32-bit codeJonathan Peyton
2018-12-13[OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton
2018-12-11[runtime] Disable KMP_HAVE_QUAD on NetBSD gccMichal Gorny
2018-12-11[runtime] Use getloadavg() on NetBSD as wellMichal Gorny
2018-12-11Implement __kmp_is_address_mapped() for NetBSDKamil Rytarowski
2018-12-11Implement __kmp_gettid() for NetBSDKamil Rytarowski
2018-12-10[OpenMP] Fix a few build issuesJonathan Peyton
2018-12-10Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov
2018-12-09Add OpenBSD support to OpenMPKamil Rytarowski
2018-12-09Add DragonFlyBSD support to OpenMPKamil Rytarowski
2018-11-29Revert r347799: Add omp_get_device_num() and update other device APIJonathan Peyton
2018-11-29[OpenMP] Add stubs for Task affinity APIJonathan Peyton
2018-11-28[OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_noneJonathan Peyton