aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2024-04-03[OpenMP] Add absolute KMP_HW_SUBSET functionality (#85326)Jonathan Peyton4-77/+256
2024-04-02Revert "[Libomptarget] Add RPC-based `printf` implementation for OpenMP (#856...Joseph Huber3-54/+0
2024-04-02[Libomptarget] Add RPC-based `printf` implementation for OpenMP (#85638)Joseph Huber3-0/+54
2024-04-02[OpenMP] Fix nested parallel with tasking (#87309)Jonathan Peyton2-6/+52
2024-04-02[OpenMP] get logical core count on modern apple platform (#87231)nihui1-15/+2
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui14-21/+47
2024-04-01[Libomptarget] Fix resizing the buffer of RPC handlesJoseph Huber3-2/+8
2024-03-29Fix apostrophes in assert error message (#69881)Sitnikov Sergey1-2/+2
2024-03-29[OpenMP] Have hidden helper team allocate new OS threads only (#87119)Jonathan Peyton2-3/+41
2024-03-29[OpenMP] [amdgpu] Added a synchronous version of data exchange. (#87032)dhruvachak2-0/+93
2024-03-29[libc] Change RPC interface to not use device ids (#87087)Joseph Huber3-31/+22
2024-03-29[Libomptarget][NFCI] Move logic out of PluginAdaptorTy (#86971)Joseph Huber2-61/+47
2024-03-28[OpenMP] Fix node destruction race in __kmpc_omp_taskwait_deps_51 (#86130)Ulrich Weigand1-0/+6
2024-03-27[Libomptarget] Make dynamic loading libffi more verbose. (#86891)Ye Luo1-3/+13
2024-03-27[Libomptarget][NFC] Remove trivially true checks on function pointers (#86804)Joseph Huber3-62/+19
2024-03-27[Libomptarget] Move API implementations into GenericPluginTy (#86683)Joseph Huber2-147/+444
2024-03-27[OpenMP] Close up permissions on /tmp files (#85469)Terry Wilmarth1-5/+5
2024-03-27[NFC][OpenMP] Use `SimpleVLA` to replace variable length arrays in C++Shilei Tian1-2/+3
2024-03-27[NFC][OpenMP] Silent unused variable in `kmp_collapse.cpp`Shilei Tian1-2/+2
2024-03-26[OpenMP] add loop collapse tests (#86243)Vadim Paretsky7-8/+511
2024-03-26[Libomptarget] Replace global `PluginTy::get` interface with references (#86595)Joseph Huber5-39/+53
2024-03-25[Libomptarget] Factor functions out of 'Plugin' interface (#86528)Joseph Huber6-121/+132
2024-03-24[Libomptarget] Make plugins depend explicitly on `intrinsics_gen`Joseph Huber1-0/+1
2024-03-24[Libomptarget] Specificall add LLVM include dirs in pluginsJoseph Huber1-0/+1
2024-03-23[Libomptarget] Fix linking to LLVM dylib (#86397)Michał Górny1-28/+27
2024-03-22[Libomptarget][Fix] Remove duplicate version script for host buildsJoseph Huber1-5/+0
2024-03-22[Libomptarget][FIX] Fix unintentinally used PUBLIC interfaceJoseph Huber1-1/+1
2024-03-22[Libomptarget] Unify and simplify plugin CMake (#86191)Joseph Huber6-245/+87
2024-03-22[OpenMP][AIX] Affinity implementation for AIX (#84984)Xing Xue6-19/+233
2024-03-22[MLIR][OpenMP] Refactor bounds offsetting and fix to apply to all directives ...agozillon3-0/+116
2024-03-21[OpenMP] Fix SystemZ build failureUlrich Weigand1-1/+1
2024-03-20[Libomptarget] Consolidate CPU offloading into 'host' directory (#86014)Joseph Huber10-186/+118
2024-03-20Revert "[libomptarget][nextgen-plugin] Use SCRELEASE/SCACQUIRE in packet head...Gheorghe-Teodor Bercea1-12/+11
2024-03-20[libomptarget][nextgen-plugin] Use SCRELEASE/SCACQUIRE in packet headers (#85...Gheorghe-Teodor Bercea1-11/+12
2024-03-20[flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` so...Michael Klemm3-151/+372
2024-03-20[OpenMP] Disable workshare_chunk.c test case on SystemZUlrich Weigand1-0/+2
2024-03-19[OpenMP] Increment kernel args version, used by runtime for detecting dyn_ptr...dhruvachak4-10/+26
2024-03-19Revert "[OpenMP] Disable flaky barrier fence test (#85093)"Joseph Huber1-4/+0
2024-03-19[NFC][OpenMP] Add test checking clang offload chunking policy (#83261)Dominik Adamski1-0/+252
2024-03-19[OpenMP] Enable the affinity tests on FreeBSD, NetBSD and DragonFly (#85500)Brad Smith1-1/+1
2024-03-19[OpenMP] Fix target data region codegen being omitted for device pass (#85218)Akash Banerjee1-0/+31
2024-03-19[OpenMP] Fix ompx_dump_mapping_tables lit test (#85754)nicebert1-15/+10
2024-03-18[docs] Prefer --gcc-install-dir= to deprecated GCC_INSTALL_PREFIX (#85458)Fangrui Song1-3/+4
2024-03-18[OpenMP] Add OpenMP extension API to dump mapping tables (#85381)nicebert8-18/+87
2024-03-16Revert "[openmp] __kmp_x86_cpuid fix for i386/PIC builds." (#85526)David CARLIER1-10/+0
2024-03-15[Libomptarget][NFC] Remove warning on return value constJoseph Huber2-2/+2
2024-03-15Fixing LIBOMPTARGET_INFO message, for Copying data from device to host (#85444)Felipe Cabarcas1-1/+2
2024-03-15Reapply [libomptarget] Build plugins-nextgen for SystemZ (#83978)Ulrich Weigand34-9/+68
2024-03-15Reapply [libomptarget] Support BE ELF files in plugins-nextgen (#85246)Ulrich Weigand5-51/+95
2024-03-14Revert "[libomptarget] Support BE ELF files in plugins-nextgen (#85246)"Ulrich Weigand5-90/+50