aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-07[OpenMP][test]Flip bit-fields in 'struct flags' for big-endian in test cases ...Xing Xue4-16/+47
2024-02-06[OpenMP] Support for global variables when in auto zero-copy. (#80876)carlobertolli2-1/+87
2024-02-06[OpenMP] HSA_ENABLE_SDMA visible in libomptarget tests (#80860)Jan Patrick Lehr1-0/+3
2024-02-06[OMPD] Runtime Entry Point functions for OMPD in libomp.so need C linkage as ...vigbalu1-0/+8
2024-02-05[Flang][OpenMP] Initial mapping of Fortran pointers and allocatables for targ...agozillon8-0/+431
2024-02-05[Libomptarget] Remove unused 'SupportsEmptyImages' API function (#80316)Joseph Huber5-17/+1
2024-02-03[Libomptarget] Fix data mapping on dynamic loads (#80559)Joseph Huber3-7/+3
2024-02-03[openmp] Add a dependency on the separate import library (#80449)Martin Storsjö1-0/+1
2024-02-01[OpenMP] Fix typo (NFC) (#80332)Kelvin Li1-1/+1
2024-02-01[OpenMP] Fix build breakage (NFC) (#80313)Kelvin Li1-1/+1
2024-02-01[openmp] On Windows, fix standalone cmake build (#80174)Alexandre Ganea1-0/+8
2024-01-31[Libomptarget] Remove handling of old ctor / dtor entries (#80153)Joseph Huber8-152/+8
2024-01-30[OpenMP52][LIBOMPTARGET] Do not throw error in omp_get_mapped_ptr for the hos...Saiyedul Islam1-1/+1
2024-01-30[Libomptarget] Remove remaining inline assembly from the device RTL (#79922)Joseph Huber5-61/+10
2024-01-29[libomptarget][NFC] Outline parallel SPMD function (#78642)Gheorghe-Teodor Bercea1-46/+62
2024-01-25[OpenMP] Disable LTO build of libomptarget and plugins by default. (#79387)Michael Kruse1-10/+15
2024-01-25[openmp] Silence warning when compiling with MSVC targetting x86Alexandre Ganea1-1/+1
2024-01-24[openmp][flang][offloading] Do not use fixed device IDs in checks (#78973)Kareem Ergawy1-2/+2
2024-01-23Bump trunk version to 19.0.0gitllvmorg-19-initTom Stellard1-3/+3
2024-01-23Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Cl...Alexandre Ganea8-38/+67
2024-01-23Revert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - [openmp] Fix warnings when ...Alexandre Ganea8-60/+34
2024-01-23[openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT ...Alexandre Ganea8-34/+60
2024-01-22[OpenMP][Fix] Require USM capability in force-usm test (#79059)Jan Patrick Lehr1-0/+2
2024-01-22[OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571)Jan Patrick Lehr2-0/+67
2024-01-22[Libomptarget] Move target table handling out of the plugins (#77150)Joseph Huber14-210/+201
2024-01-22[OpenMP] Enable automatic unified shared memory on MI300A. (#77512)carlobertolli12-28/+219
2024-01-22[OpenMP] Fix two usm tests for amdgpus. (#78824)carlobertolli4-8/+15
2024-01-22[LLVM][CMake] Add ffi_static target for the FFI static library (#78779)Joseph Huber1-5/+8