hanchenye-llvm-project/openmp/runtime/test
Jonathan Peyton ebf1830bb1 [OpenMP] Implement 5.0 memory management
* Replace HBWMALLOC API with more general MEMKIND API, new functions
  and variables added.
* Have libmemkind.so loaded when accessible.
* Redirect memspaces to default one except for high bandwidth which
  is processed separately.
* Ignore some allocator traits e.g., sync_hint, access, pinned, while
  others are processed normally e.g., alignment, pool_size, fallback,
  fb_data, partition.
* Add tests for memory management

Patch by Andrey Churbanov

Differential Revision: https://reviews.llvm.org/D59783

llvm-svn: 357929
2019-04-08 17:59:28 +00:00
..
affinity [OpenMP] Fix for nested proc_bind affinity bug 2019-01-15 19:39:32 +00:00
api [OpenMP] Implement 5.0 memory management 2019-04-08 17:59:28 +00:00
atomic
barrier
critical
env
flush Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970 2018-12-13 10:04:10 +00:00
lock
master
misc_bugs Ensure correct pthread flags and libraries are used 2019-04-03 18:11:36 +00:00
ompt Fix interoperability test compilation on FreeBSD 2019-03-25 18:37:49 +00:00
parallel [OpenMP 5.0] Add omp_get_supported_active_levels() 2019-02-19 18:51:11 +00:00
tasking Ensure correct pthread flags and libraries are used 2019-04-03 18:11:36 +00:00
threadprivate
worksharing [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40 2018-12-15 09:23:39 +00:00
CMakeLists.txt [OpenMP] Fix check-openmp after r354553 2019-02-21 12:00:57 +00:00
lit.cfg [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC. 2019-03-01 21:16:45 +00:00
lit.site.cfg.in [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC. 2019-03-01 21:16:45 +00:00
omp_my_sleep.h
omp_testsuite.h