llvm-project/openmp/runtime/src
Jonathan Peyton 32a1ea1b7e Removed unused __kmp_*_i8 functions.
llvm-svn: 256790
2016-01-04 23:20:26 +00:00
..
i18n Adding Hwloc library option for affinity mechanism 2015-11-30 20:02:59 +00:00
include Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3 2015-12-11 22:04:05 +00:00
thirdparty/ittnotify D12403: Fix GCC warning 'always_inline function might not be inlinable' 2015-08-31 12:32:55 +00:00
CMakeLists.txt Adding Hwloc library option for affinity mechanism 2015-11-30 20:02:59 +00:00
dllexports Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
exports_so.txt Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
extractExternal.cpp Replace some unsafe API calls with safe alternatives on Windows, prepare code for similar actions on other platforms - wrap unsafe API calls into macros. 2015-04-02 13:27:08 +00:00
kmp.h Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
kmp_affinity.cpp Adding Hwloc library option for affinity mechanism 2015-11-30 20:02:59 +00:00
kmp_affinity.h Adding Hwloc library option for affinity mechanism 2015-11-30 20:02:59 +00:00
kmp_alloc.c Fix memory corruption in Windows debug library 2015-09-25 17:23:17 +00:00
kmp_atomic.c Remove unused variable anonym from kmp_atomic.c 2015-06-03 16:23:36 +00:00
kmp_atomic.h [OMPT] Simplify control variable logic for OMPT 2015-09-21 18:11:22 +00:00
kmp_barrier.cpp Add debug trace message for hierarchical barrier 2015-11-12 21:40:39 +00:00
kmp_cancel.cpp Tidy statistics collection 2015-08-11 21:36:41 +00:00
kmp_config.h.cmake Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
kmp_csupport.c Fix build error: OMPT_SUPPORT=true was not tested after hinted lock changes 2015-12-23 02:34:03 +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 Remove unused variables '__kmp_build_check_*' for non assert builds. 2015-06-11 17:36:16 +00:00
kmp_debugger.c Fix the OpenMP 3.0 build 2015-09-21 17:24:46 +00:00
kmp_debugger.h Enable debugger support 2015-07-09 18:16:58 +00:00
kmp_dispatch.cpp Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
kmp_environment.c Darwin is the exception when it comes to accessing environ, all other 2015-09-21 19:37:05 +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 Remove unused variable warnings by deletion. 2015-06-08 20:01:14 +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 Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIB 2015-05-26 17:32:53 +00:00
kmp_ftn_entry.h Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3 2015-12-11 22:04:05 +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 Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3 2015-12-11 22:04:05 +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 [STATS] Fix stats lock problem to be compatible with new hinted lock code 2015-12-17 16:19:05 +00:00
kmp_gsupport.c Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
kmp_i18n.c Apply name change to src/* files. 2015-06-01 02:37:28 +00:00
kmp_i18n.h Fix spelling errors 2015-05-22 22:35:51 +00:00
kmp_import.c Apply name change to src/* files. 2015-06-01 02:37:28 +00:00
kmp_io.c Replace some unsafe API calls with safe alternatives on Windows, prepare code for similar actions on other platforms - wrap unsafe API calls into macros. 2015-04-02 13:27:08 +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 [OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file() 2015-08-28 18:42:10 +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 Replace DYNA_* names with KMP_* names 2015-12-03 19:37:20 +00:00
kmp_lock.cpp Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
kmp_lock.h Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3 2015-12-11 22:04:05 +00:00
kmp_omp.h Fix the OpenMP 3.0 build 2015-09-21 17:24:46 +00:00
kmp_os.h Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
kmp_platform.h Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
kmp_runtime.c [STATS] Fix stats lock problem to be compatible with new hinted lock code 2015-12-17 16:19:05 +00:00
kmp_safe_c_api.h Follow up to safe API patch 2015-07-09 18:20:51 +00:00
kmp_sched.cpp [OMPT] Reduce overhead of OMPT 2015-10-09 17:42:52 +00:00
kmp_settings.c Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2 2015-12-11 21:57:06 +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 Fix stats build problem. 2015-09-24 14:47:51 +00:00
kmp_stats.h Fix stats build problem. 2015-09-24 14:47:51 +00:00
kmp_stats_timing.cpp [STATS] Properly guard the tick_time() function and its uses 2015-12-17 17:27:51 +00:00
kmp_stats_timing.h [STATS] Have CMake do real check for stats functionality 2015-12-18 16:19:35 +00:00
kmp_str.c Remove unused variable warnings by deletion. 2015-06-08 20:01:14 +00:00
kmp_str.h Replace some unsafe API calls with safe alternatives on Windows, prepare code for similar actions on other platforms - wrap unsafe API calls into macros. 2015-04-02 13:27:08 +00:00
kmp_stub.c Fix spelling errors 2015-05-22 22:35:51 +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 Add newlines to debug TRACE messages in kmp_taskdeps.cpp 2015-11-16 22:53:38 +00:00
kmp_tasking.c Fix crash when __kmp_task_team_setup called for single threaded team 2015-11-30 20:05:13 +00:00
kmp_taskq.c Remove unused variable warnings by deletion. 2015-06-08 20:01:14 +00:00
kmp_threadprivate.c Replace some unsafe API calls with safe alternatives on Windows, prepare code for similar actions on other platforms - wrap unsafe API calls into macros. 2015-04-02 13:27:08 +00:00
kmp_utility.c Remove unused variable warnings by deletion. 2015-06-08 20:01:14 +00:00
kmp_version.c Add recognition of the Intel 16.0 compiler in kmp_version.c 2015-08-12 19:48:31 +00:00
kmp_version.h Apply name change to src/* files. 2015-06-01 02:37:28 +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 Remove some extra spaces 2015-12-18 23:15:35 +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 Add basic NetBSD support. 2015-09-21 20:02:45 +00:00
libomp.rc.var [OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file() 2015-08-28 18:42:10 +00:00
ompt-event-specific.h [OMPT] Add ompt_event_task_switch event into OMPT/OpenMP 2015-11-11 17:49:50 +00:00
ompt-general.c [OMPT] Remove unnecessary header in ompt-general.c 2015-11-11 17:30:26 +00:00
ompt-internal.h [OMPT] Simplify control variable logic for OMPT 2015-09-21 18:11:22 +00:00
ompt-specific.c [OMPT] Windows Support for OMPT 2015-10-29 20:56:24 +00:00
ompt-specific.h Improve OMPT initialization code 2015-11-05 16:54:55 +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 [OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file() 2015-08-28 18:42:10 +00:00
z_Linux_util.c Prevent monitor thread creation when KMP_BLOCKTIME="infinite" 2015-12-18 23:20:36 +00:00
z_Windows_NT-586_asm.asm These are the actual changes in the runtime to issue OMPT-related functions. All of them are surrounded by #if OMPT_SUPPORT and can be disabled (which is the default). 2015-04-29 16:42:24 +00:00
z_Windows_NT-586_util.c Adding some 8-bit atomic operations for future use 2015-03-10 09:03:42 +00:00
z_Windows_NT_util.c Prevent monitor thread creation when KMP_BLOCKTIME="infinite" 2015-12-18 23:20:36 +00:00