llvm-project/openmp/runtime/src
Andrey Churbanov 429dbc2ad2 http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic schedule modifier
llvm-svn: 275052
2016-07-11 10:44:57 +00:00
..
i18n Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET 2016-06-16 18:53:48 +00:00
include Fix typos in Fortran headers 2016-06-21 15:16:51 +00:00
thirdparty/ittnotify Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions() 2016-06-28 19:25:13 +00:00
CMakeLists.txt Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions() 2016-06-28 19:25:13 +00:00
dllexports Addition of debugger comments and whitespace 2016-06-21 15:59:34 +00:00
exports_so.txt Remove unused wait/release code. 2016-06-14 19:15:40 +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 http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic schedule modifier 2016-07-11 10:44:57 +00:00
kmp_affinity.cpp D22136: Memory leaks fixed by adding missed __kmp_free() calls 2016-07-08 14:40:20 +00:00
kmp_affinity.h Adding Hwloc library option for affinity mechanism 2015-11-30 20:02:59 +00:00
kmp_alloc.c Adding new kmp_aligned_malloc() entry point 2016-05-12 22:00:37 +00:00
kmp_atomic.c Remove unused variable anonym from kmp_atomic.c 2015-06-03 16:23:36 +00:00
kmp_atomic.h Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +00:00
kmp_barrier.cpp Renaming change: 41 -> 45 and 4.1 -> 4.5 2016-06-14 17:57:47 +00:00
kmp_cancel.cpp Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +00:00
kmp_config.h.cmake Renaming change: 41 -> 45 and 4.1 -> 4.5 2016-06-14 17:57:47 +00:00
kmp_csupport.c Fix bug in futex fast path inside kmp_csupport.c 2016-06-22 16:36:07 +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 trailing whitespace in src/ directory 2016-05-20 19:03:38 +00:00
kmp_debugger.c Avoid deadlock with COI 2016-05-31 19:07:00 +00:00
kmp_debugger.h Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +00:00
kmp_dispatch.cpp http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic schedule modifier 2016-07-11 10:44:57 +00:00
kmp_environment.c Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +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 Teach OpenMP Library to use Hwloc on Windows 2016-06-16 20:23:11 +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 Renaming change: 41 -> 45 and 4.1 -> 4.5 2016-06-14 17:57:47 +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 Teach OpenMP Library to use Hwloc on Windows 2016-06-16 20:23:11 +00:00
kmp_gsupport.c Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +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 Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +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 Reduce perf impact of redundant ittnotify calls 2016-06-16 20:11:51 +00:00
kmp_itt.h Reduce perf impact of redundant ittnotify calls 2016-06-16 20:11:51 +00:00
kmp_itt.inl Reduce perf impact of redundant ittnotify calls 2016-06-16 20:11:51 +00:00
kmp_lock.cpp Fix bugs in TAS and futex lock 2016-06-28 19:37:24 +00:00
kmp_lock.h Apply the KMP_USE_FUTEX feature macro everywhere 2016-06-22 16:35:12 +00:00
kmp_omp.h Avoid deadlock with COI 2016-05-31 19:07:00 +00:00
kmp_os.h Renaming change: 41 -> 45 and 4.1 -> 4.5 2016-06-14 17:57:47 +00:00
kmp_platform.h Removed unused __kmp_*_i8 functions. 2016-01-04 23:20:26 +00:00
kmp_runtime.c D22137: Memory leak fixed by adding missed cleanup of single level array of hot teams info 2016-07-08 14:53:24 +00:00
kmp_safe_c_api.h Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +00:00
kmp_sched.cpp Renaming change: 41 -> 45 and 4.1 -> 4.5 2016-06-14 17:57:47 +00:00
kmp_settings.c http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic schedule modifier 2016-07-11 10:44:57 +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 [STATS] Adding process id to output filename 2016-06-21 15:20:33 +00:00
kmp_stats.h [STATS] Adding process id to output filename 2016-06-21 15:20:33 +00:00
kmp_stats_timing.cpp [STATS] Remove timePair class and unused functions 2016-04-18 17:27:30 +00:00
kmp_stats_timing.h [STATS] Use partitioned timer scheme 2016-05-05 16:15:57 +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 Bug fix for segfault in stubs library 2016-06-21 15:39:08 +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 Fix for crash in task dependencies 2016-06-16 20:18:31 +00:00
kmp_tasking.c Add debug trace messages for taskloop 2016-06-21 19:18:13 +00:00
kmp_taskq.c Remove unused variable warnings by deletion. 2015-06-08 20:01:14 +00:00
kmp_threadprivate.c Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +00:00
kmp_utility.c Fix spelling error in comment 2016-03-15 20:59:10 +00:00
kmp_version.c D22138: Added more Intel compiler versions as allowed build compilers 2016-07-08 15:23:35 +00:00
kmp_version.h Apply name change to src/* files. 2015-06-01 02:37:28 +00:00
kmp_wait_release.cpp Remove unused wait/release code. 2016-06-14 19:15:40 +00:00
kmp_wait_release.h Improving EPCC performance when linking with hwloc 2016-07-08 17:43:21 +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 support for ompt_event_task_dependences and ompt_event_task_dependence_pair 2016-01-28 10:39:52 +00:00
ompt-general.c Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +00:00
ompt-internal.h [OMPT] Add support for ompt_event_task_dependences and ompt_event_task_dependence_pair 2016-01-28 10:39:52 +00:00
ompt-specific.c [OMPT] Windows Support for OMPT 2015-10-29 20:56:24 +00:00
ompt-specific.h D20525: Use more general function for getting gtid which may be faster than specific one. 2016-05-25 12:53:17 +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 Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch 2016-05-27 19:04:05 +00:00
z_Linux_util.c Apply the KMP_USE_FUTEX feature macro everywhere 2016-06-22 16:35:12 +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 Teach OpenMP Library to use Hwloc on Windows 2016-06-16 20:23:11 +00:00