aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-22[OpenMP][OMPIRBuilder] Fix LLVM IR codegen for collapsed device loop (#78708)Dominik Adamski1-0/+44
2024-01-18[openmp] Revert 64874e5ab5fd102344d43ac9465537a44130bf19 since it was committ...Alexandre Ganea9-84/+15
2024-01-18[NFC][OpenMP] Fix typo in CHECK line (#78586)Dominik Adamski1-1/+1
2024-01-18[NFC][OpenMP][Flang] Add test for OpenMP target parallel do (#77776)Dominik Adamski1-0/+33
2024-01-18[OpenMP][omp_lib] Restore compatibility with more restrictive Fortran compile...Paul Osmialowski1-3/+3
2024-01-17[openmp] Silence warnings when building the LLVM release with MSVCAlexandre Ganea9-15/+84
2024-01-17[openmp] Remove extra ';' outside of functionAlexandre Ganea1-1/+1
2024-01-15[Libomptarget] Remove temporary files in AMDGPU JIT impl (#77980)Joseph Huber1-18/+32
2024-01-12Revert "[OpenMP] Fix two usm tests for amdgpus." (#77983)carlobertolli4-11/+8
2024-01-12[OpenMP] Fix two usm tests for amdgpus. (#77851)carlobertolli4-8/+11
2024-01-11[OpenMP] Fix or disable NVPTX tests failing currently (#77844)Joseph Huber10-2/+29
2024-01-11[Libomptarget] Fix GPU Dtors referencing possibly deallocated image (#77828)Joseph Huber3-8/+35
2024-01-11[Libomptarget] Fix JIT on the NVPTX target by calling ptx manually (#77801)Joseph Huber1-0/+62
2024-01-11[OpenMP] Add missing weak definitions of missing variables (#77767)Dominik Adamski3-7/+21
2024-01-11[NFC][OpenMP][Flang] Add smoke test for omp target parallel (#77579)Dominik Adamski1-0/+21
2024-01-10[Flang][OpenMP][Offloading][Test] Adjust slightly incorrect tests now cmake c...Andrew Gozillon2-3/+1