llvm-project/openmp/runtime/src
Andrey Churbanov e4b9213f80 minor change: comment improved
llvm-svn: 231381
2015-03-05 17:46:50 +00:00
..
i18n Two warning messages fixed. 2015-02-20 18:19:41 +00:00
include Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
thirdparty/ittnotify aarch64 port sent by C. Bergstrom 2015-01-13 14:43:35 +00:00
CMakeLists.txt aarch64 port sent by C. Bergstrom 2015-01-13 14:43:35 +00:00
defs.mk Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
dllexports OpenMP 4.0 standard function omp_is_initial_device() implemented. 2015-02-10 19:47:09 +00:00
exports_so.txt I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
extractExternal.cpp Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp.h Detect Intel MIC architecture and set some defaults at run time instead of build time. 2015-02-20 18:14:43 +00:00
kmp_affinity.cpp minor change: comment improved 2015-03-05 17:46:50 +00:00
kmp_alloc.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_atomic.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_atomic.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_barrier.cpp The usage of tt_state flag is replaced by an array of two task_team pointers. 2015-02-10 18:37:43 +00:00
kmp_cancel.cpp
kmp_csupport.c Removed unused varargs from __kmpc_flush function. 2015-02-20 18:09:27 +00:00
kmp_debug.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_debug.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_dispatch.cpp Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_environment.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_environment.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_error.c Cleanup provided by Carlo Bertolli 2015-03-03 16:19:57 +00:00
kmp_error.h Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_ftn_cdecl.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_ftn_entry.h Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_ftn_extra.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_ftn_os.h Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_ftn_stdcall.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_global.c Detect Intel MIC architecture and set some defaults at run time instead of build time. 2015-02-20 18:14:43 +00:00
kmp_gsupport.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_i18n.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_i18n.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_import.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_io.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_io.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_itt.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_itt.h Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_itt.inl Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_lock.cpp Two warning messages fixed. 2015-02-20 18:19:41 +00:00
kmp_lock.h Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_omp.h Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_os.h Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_runtime.c Cleanup provided by Carlo Bertolli 2015-03-03 16:19:57 +00:00
kmp_sched.cpp Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_settings.c Two warning messages fixed. 2015-02-20 18:19:41 +00:00
kmp_settings.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_stats.cpp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
kmp_stats.h I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
kmp_stats_timing.cpp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
kmp_stats_timing.h I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
kmp_str.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_str.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_stub.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_stub.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_taskdeps.cpp Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_tasking.c The usage of tt_state flag is replaced by an array of two task_team pointers. 2015-02-10 18:37:43 +00:00
kmp_taskq.c Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
kmp_threadprivate.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_utility.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_version.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_version.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_wait_release.cpp Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_wait_release.h The usage of tt_state flag is replaced by an array of two task_team pointers. 2015-02-10 18:37:43 +00:00
kmp_wrapper_getpid.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
kmp_wrapper_malloc.h Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
libiomp.rc.var Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
makefile.mk fixing the Fortran modules dependencies 2015-01-29 15:43:48 +00:00
rules.mk Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
test-touch.c I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
z_Linux_asm.s Added comment on format of local labels in asm code 2015-02-10 19:31:17 +00:00
z_Linux_util.c Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. 2015-02-20 18:05:17 +00:00
z_Windows_NT-586_asm.asm Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
z_Windows_NT-586_util.c Comments only: removing the Revision and Date svn variables from the top of all the source files. 2015-01-27 17:13:53 +00:00
z_Windows_NT_util.c Pin the libiomp5.dll for the lifetime of application, Windows-specific 2015-01-29 17:18:20 +00:00