summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2024-01-31[Libomptarget] Remove handling of old ctor / dtor entries (#80153)Joseph Huber
2024-01-30[OpenMP52][LIBOMPTARGET] Do not throw error in omp_get_mapped_ptr for the hos...Saiyedul Islam
2024-01-30[Libomptarget] Remove remaining inline assembly from the device RTL (#79922)Joseph Huber
2024-01-29[libomptarget][NFC] Outline parallel SPMD function (#78642)Gheorghe-Teodor Bercea
2024-01-25[OpenMP] Disable LTO build of libomptarget and plugins by default. (#79387)Michael Kruse
2024-01-25[openmp] Silence warning when compiling with MSVC targetting x86Alexandre Ganea
2024-01-24[openmp][flang][offloading] Do not use fixed device IDs in checks (#78973)Kareem Ergawy
2024-01-23Bump trunk version to 19.0.0gitllvmorg-19-initTom Stellard
2024-01-23Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Cl...Alexandre Ganea
2024-01-23Revert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - [openmp] Fix warnings when ...Alexandre Ganea
2024-01-23[openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT ...Alexandre Ganea
2024-01-22[OpenMP][Fix] Require USM capability in force-usm test (#79059)Jan Patrick Lehr
2024-01-22[OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571)Jan Patrick Lehr
2024-01-22[Libomptarget] Move target table handling out of the plugins (#77150)Joseph Huber
2024-01-22[OpenMP] Enable automatic unified shared memory on MI300A. (#77512)carlobertolli
2024-01-22[OpenMP] Fix two usm tests for amdgpus. (#78824)carlobertolli
2024-01-22[LLVM][CMake] Add ffi_static target for the FFI static library (#78779)Joseph Huber
2024-01-22[OpenMP][OMPIRBuilder] Fix LLVM IR codegen for collapsed device loop (#78708)Dominik Adamski
2024-01-18[openmp] Revert 64874e5ab5fd102344d43ac9465537a44130bf19 since it was committ...Alexandre Ganea
2024-01-18[NFC][OpenMP] Fix typo in CHECK line (#78586)Dominik Adamski
2024-01-18[NFC][OpenMP][Flang] Add test for OpenMP target parallel do (#77776)Dominik Adamski
2024-01-18[OpenMP][omp_lib] Restore compatibility with more restrictive Fortran compile...Paul Osmialowski
2024-01-17[openmp] Silence warnings when building the LLVM release with MSVCAlexandre Ganea
2024-01-17[openmp] Remove extra ';' outside of functionAlexandre Ganea
2024-01-15[Libomptarget] Remove temporary files in AMDGPU JIT impl (#77980)Joseph Huber
2024-01-12Revert "[OpenMP] Fix two usm tests for amdgpus." (#77983)carlobertolli
2024-01-12[OpenMP] Fix two usm tests for amdgpus. (#77851)carlobertolli
2024-01-11[OpenMP] Fix or disable NVPTX tests failing currently (#77844)Joseph Huber
2024-01-11[Libomptarget] Fix GPU Dtors referencing possibly deallocated image (#77828)Joseph Huber
2024-01-11[Libomptarget] Fix JIT on the NVPTX target by calling ptx manually (#77801)Joseph Huber
2024-01-11[OpenMP] Add missing weak definitions of missing variables (#77767)Dominik Adamski
2024-01-11[NFC][OpenMP][Flang] Add smoke test for omp target parallel (#77579)Dominik Adamski
2024-01-10[Flang][OpenMP][Offloading][Test] Adjust slightly incorrect tests now cmake c...Andrew Gozillon
2024-01-10[Libomptarget] Do not abort on failed plugin init (#77623)Joseph Huber
2024-01-10[Libomptarget][NFC] Format in-line comments consistently (#77530)Joseph Huber
2024-01-10[Libomptarget] Add error message back in after changes (#77528)Joseph Huber
2024-01-10[Libomptarget] Do not run CPU tests if FFI was not foundJoseph Huber
2024-01-10[OpenMP] Allow setting OPENMP_INSTALL_LIBDIR (#77533)Martin Storsjö
2024-01-09[Libomptarget] Allow the CPU targets to be built without libffi (#77495)Joseph Huber
2024-01-09[openmp][AIX] Add AIX to __kmp_set_stack_info() (#77421)Brad Smith
2024-01-08[Libomptarget] Remove extra cache for offloading entries (#77012)Joseph Huber
2024-01-08Revert "[OpenMP][libomptarget] Enable automatic unified shared memory executi...carlobertolli
2024-01-08[OpenMP][libomptarget] Enable automatic unified shared memory executi… (#75...carlobertolli
2024-01-08[Libomptarget] Remove unnecessary CMake definition of endiannness (#77205)Joseph Huber
2024-01-08[Libomptarget][NFC] Fix unhandled allocator enum valueJoseph Huber
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue
2024-01-06[openmp][amdgpu] Add DynamicLdsSize to AMDGPUImplicitArgsTy (#65325)Chaitanya
2024-01-04[libomptarget][flang] Explicitly pass the OpenMP device libraries to tests (#...Dominik Adamski
2024-01-02 [Libomptarget] Fix RPC-based malloc on NVPTX (#72440)Joseph Huber
2024-01-02[flang][OpenMP][Offloading][AMDGPU] Add test for `target update` (#76355)Kareem Ergawy