aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-07[flang] Changes to map variables in link clause of declare target (#83643)Anchu Rajendran S2-33/+81
2024-03-06Revert "[libomptarget] Support BE ELF files in plugins-nextgen (#83976)"Ulrich Weigand4-85/+71
2024-03-06Revert "[libomptarget] Build plugins-nextgen for SystemZ (#83978)"Ulrich Weigand34-68/+9
2024-03-06Revert "[libomptarget] Fix CUDA plugin build regression"Ulrich Weigand1-1/+1
2024-03-06[libomptarget] Fix CUDA plugin build regressionUlrich Weigand1-1/+1
2024-03-06[libomptarget] Build plugins-nextgen for SystemZ (#83978)Ulrich Weigand34-9/+68
2024-03-06[libomptarget] Support BE ELF files in plugins-nextgen (#83976)Ulrich Weigand4-71/+85
2024-03-06[openmp] Clarify error message if TSan is missing (#70916)Jonathan Schilling1-1/+1
2024-03-05[libomptarget] Fix libomptarget.rtl.amdgpu.so installationYe Luo1-1/+0
2024-03-04Replace some C headers with C++ ones (#82697)Daniel Martinez3-4/+3
2024-03-01[libomptarget] Fix 'libomptarget' libraries being installed twice (#83624)Joseph Huber4-0/+4
2024-02-28[OpenMP] Respect LLVM per-target install directories (#83282)Joseph Huber1-3/+9
2024-02-27[OpenMP] Fix distributed barrier hang for OMP_WAIT_POLICY=passive (#83058)Jonathan Peyton2-3/+39
2024-02-27[OpenMP][OMPD] libompd must not link libomp (#83119)Joachim3-3/+7
2024-02-26[flang][OpenMP] Add missing implementation for 'omp_is_initial_device' (#83056)Michael Klemm1-0/+2
2024-02-26[OpenMP][AIX] XFAIL capacity tests on AIX in 32-bit (#83014)Xing Xue2-0/+6
2024-02-26[OpenMP][OMPT] Add OMPT callback for device data exchange 'Device-to-Device' ...Michael Halkenhäuser6-43/+153
2024-02-25[OpenMP] Implement __kmp_is_address_mapped on DragonFlyBSD. (#82895)David CARLIER2-5/+49
2024-02-23[libc] Remove 'llvm-gpu-none' directory from build (#82816)Joseph Huber1-8/+2
2024-02-22[Libomptarget][NFC] Remove concept of optional plugin functions (#82681)Joseph Huber3-41/+43
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber4-12/+14
2024-02-22Fix build on musl by including stdint.h (#81434)Daniel Martinez1-0/+1
2024-02-22[Libomptarget] Remove global ctor and use reference counting (#80499)Joseph Huber7-15/+89
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber6-7/+50