aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)AuthorFilesLines
2022-11-11[openmp] [test] Set the right calling convention for the Windows thread start...Martin Storsjö1-1/+1
2022-11-11[openmp] [test] Use omp_testsuite.h instead of directly including pthread.hMartin Storsjö2-2/+2
2022-11-11[openmp] [test] Fix building the affinity/format/fields_values.c testcase on ...Martin Storsjö1-0/+3
2022-11-11[openmp] Fix building in debug mode with mingwMartin Storsjö1-1/+1
2022-11-10[OpenMP][test] Add #include <cstdint> for gcc-13zhanglimin1-0/+1
2022-11-08[OpenMP][mingw] Fix build for aarch64 targetAlvin Wong3-3/+3
2022-11-08[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-11-07[libomp] Add -Wl,--undefined-version workaroundFangrui Song2-0/+2
2022-11-02[OpenMP][libomp] Fix disabled affinityJonathan Peyton4-2/+46
2022-11-01Revert "[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OM...Dhruva Chakrabarti7-70/+7
2022-10-31[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti7-7/+70
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton8-56/+247
2022-10-28[OpenMP][libomp] Make affinity warnings parameterizedJonathan Peyton1-32/+34
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton13-495/+558
2022-10-25[OpenMP] kmp_affinity.h: add missing #elseYunQiang Su1-0/+1
2022-10-19Avoid exporting 80-bit fp functions for architectures other than Intel.Malhar Jajoo2-5/+16
2022-10-17[OpenMP] Add upper limit to TPAUSE exponential backoff timeNawrin Sultana1-1/+2
2022-10-13Revert "[Libomp] Do not error on undefined version script symbols"Slava Zakharin2-3/+3
2022-10-13[Libomp] Do not error on undefined version script symbolsJoseph Huber2-3/+3
2022-10-03[OpenMP][libomp] Allow unused-but-set warningsJonathan Peyton4-6/+4
2022-10-03[OpenMP] Ignore schedule modifier in static schedulingHansang Bae1-0/+3
2022-10-01[OpenMP] [OMPT] [1/8] Create separate categories for host, device, [no]emi ev...Dhruva Chakrabarti1-15/+42
2022-09-19[OpenMP] Add LoongArch64 supportSignKirigami14-12/+202
2022-09-14[Libomptarget] Change device free routines to accept the allocation kindJoseph Huber1-10/+22
2022-09-09[OpenMP] Install ompt-multiplex.h alongside omp.hserge-sans-paille1-6/+0
2022-09-08[OpenMP][libomp] Cleanup __kmpc_flush() codeJonathan Peyton2-39/+11
2022-08-23[Clang][OpenMP] Make copyin clause on combined and composite construct work (...utsumi1-0/+110
2022-08-12[openmp] Remove __ANDROID_API__ < 19 workaroundFangrui Song1-7/+0
2022-08-11[OpenMP][OMPT] Fix memory leak when using GCC compatibility codeJonathan Peyton1-5/+10
2022-08-08Move openmp from -std=c++14 to -std=c++17Ron Lieberman1-2/+2
2022-08-02[OpenMP][libomp] Detect if test compiler has omp.hJonathan Peyton3-1/+3
2022-08-02[OpenMP] Fix warnings about unused expressions when OMPT_LOOP_DISPATCH is a n...Martin Storsjö1-1/+1
2022-08-02[OpenMP] Only include CMAKE_DL_LIBS on unix platformsMartin Storsjö1-2/+6
2022-08-01[openmp] [test] Fix prepending config.library_dir to LD_LIBRARY_PATHMichał Górny1-3/+6
2022-07-28[CMake][OpenMP] Remove wrong backslashSebastian Neubauer1-1/+1
2022-07-26[cmake] Slight fix ups to make robust to the full range of GNUInstallDirsJohn Ericson1-5/+9
2022-07-19[OpenMP][libomp] Fix affinity warnings and unify under one macroJonathan Peyton1-82/+48
2022-07-19[OpenMP][libomp] Allow reset affinity mask after parallelAndreyChurbanov8-8/+197
2022-07-19[OpenMP][libomp] Fix fallthrough attribute detection for Intel compilersJonathan Peyton1-0/+3
2022-07-19[OpenMP][libomp] Fix /dev/shm pollution after forked child process terminatesAndreyChurbanov4-5/+21
2022-07-05[OpenMP] add 4 custom APIs supporting MSVC OMP codegenVadim Paretsky4-1/+284
2022-06-29[OpenMP] Implementing omp_get_device_num()Jose M Monsalve Diaz1-0/+27
2022-06-24[OpenMP][libomp] avoid spin wait and yield on arm64 macOSDaniel Douglas3-1/+9
2022-06-22[OpenMP][libomp] Hold old __kmp_threads arrays until library shutdownJonathan Peyton3-2/+28
2022-06-09[OpenMP] Fix the build on WindowsYuki Okushi1-5/+6
2022-06-03[OpenMP] allow loc to be NULL in __kmp_determine_reduction_method for MSVCVadim Paretsky1-8/+9
2022-06-02[OpenMP][libomp] do not try to dlopen libmemkind on macOSDaniel Douglas1-2/+2
2022-06-02[OpenMP] omp_get_proc_id uses sched_getcpu fallback on FreeBSD 13.1 and above.David CARLIER2-1/+7
2022-06-02[OpenMP][libomp] Make LIBOMP_CONFIGURED_LIBFLAGS a list instead of stringMikael Simberg1-1/+2
2022-05-30[OpenMP][Clang] Fix atomic compare for signed vs. unsignedJoel E. Denny1-0/+40