aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-14[libomptarget] Support BE ELF files in plugins-nextgen (#85246)Ulrich Weigand5-50/+90
2024-03-14[openmp][wasm] Fix microtask type mismatch (#84355)Andrew Brown1-30/+77
2024-03-13[OpenMP] Sort topology after adding processor group layer. (#83943)MessyHack1-0/+3
2024-03-13[OpenMP] Disable flaky barrier fence test (#85093)Joseph Huber1-0/+4
2024-03-12[OpenMP] Remove unused logical/physical CPUID information (#83298)Jonathan Peyton2-69/+1
2024-03-12[OpenMP] Make sure mask is set to nullptr (#83299)Jonathan Peyton1-2/+2
2024-03-12[OpenMP] Add debug checks for divide by zero (#83300)Jonathan Peyton2-3/+22
2024-03-12[Libomptarget] Use NVPTX lane id intrinsic in DeviceRTL (#84928)Joseph Huber1-4/+1
2024-03-11[OpenMP] Fixup while loops to avoid bad NULL check (#83302)Jonathan Peyton2-12/+7
2024-03-11[OpenMP] Remove unnecessary check of ap (#83303)Jonathan Peyton1-8/+2
2024-03-11[OpenMP] Make sure ptr is used after NULL check (#83304)Jonathan Peyton2-8/+8
2024-03-11[OpenMP] Remove dead code of checking int > INT_MAX (#83305)Jonathan Peyton1-6/+0
2024-03-11[openmp] __kmp_x86_cpuid fix for i386/PIC builds. (#84626)David CARLIER1-0/+10
2024-03-10[libc] Move RPC opcodes include out of the headerJoseph Huber1-0/+1
2024-03-10[openmp] adding affinity support to DragonFlyBSD. (#84672)David CARLIER6-16/+22
2024-03-09[OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540)Vadim Paretsky5-6/+7
2024-03-09[openmp] porting affinity feature to netbsd. (#84618)David CARLIER6-14/+26
2024-03-08[OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930)David CARLIER2-5/+72
2024-03-07[OpenMP] runtime support for efficient partitioning of collapsed triangular l...vadikp-intel5-2/+692
2024-03-07[libomptarget][nextgen-plugin][NFC] Clean-up InputSignal checks (#83458)Gheorghe-Teodor Bercea1-24/+4