aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-20[OpenMP][AIX]Add assembly file containing microtasking routines and unnamed c...Xing Xue1-0/+410
2024-02-19[libomptarget][test] Add support for APU testing feature. (#82054)Gheorghe-Teodor Bercea2-0/+70
2024-02-19[OpenMP] [test] Skip the -mlong-double-80 test on MSVC ABI (#81115)Martin Storsjö1-2/+2
2024-02-16[OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stac...Xing Xue2-0/+9
2024-02-13[OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members sw...Xing Xue4-10/+20
2024-02-11[OpenMP] Remove -Wno-enum-constexpr-conversion (#81318)Carlos Galvez2-2/+0
2024-02-09[OpenMP] Fix libomp debug build. (#81029)Daniil Fukalov1-0/+4
2024-02-08[OpenMP] [cmake] Don't use -fno-semantic-interposition on Windows (#81113)Martin Storsjö1-1/+5
2024-02-08[OpenMP] [cmake] In standalone mode, make Python3_EXECUTABLE available (#80828)Martin Storsjö1-0/+2
2024-02-07[libomptarget] [OMPT] Fixed return address computation for OMPT events. (#80498)dhruvachak11-30/+275