summaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)Author
2025-04-01[OpenMP] Fix num_iters in __kmpc_*_loop DeviceRTL functions (#133435)Sergio Afonso
2025-03-31Reland "Symbolize line zero as if no source info is available (#124846)" (#13...Zequan Wu
2025-03-28[OFFLOAD] Stricter enforcement of user offload disable (#133470)Alex
2025-03-28[PGO][Offload] Disable PGO on NVPTX (#133522)Ethan Luis McDonough
2025-03-28[Clang][AMDGPU] Remove special handling for COV4 libraries (#132870)Joseph Huber
2025-03-28[offload] Remove bad assert in StaticLoopChunker::Distribute (#132705)macurtis-amd
2025-03-26[Offload] Guard HSA implicit arguments if they aren't created (#133073)Joseph Huber
2025-03-24[Offload] Remove handling for COV4 binaries from offload/ (#131033)Joseph Huber
2025-03-19[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)Ethan Luis McDonough
2025-03-19[OpenMP] Replace utilities with 'gpuintrin.h' definitions (#131644)Joseph Huber
2025-03-18[openmp][nfc] Use builtin align in the devicertl (#131918)Jon Chesterfield
2025-03-18Revert "[openmp][nfc] Refactor shared/lds smartstack for spirv (#131905)"Jon Chesterfield
2025-03-18[OpenMP] Use 'gpuintrin.h' definitions for simple block identifiers (#131631)Joseph Huber
2025-03-18[openmp][nfc] Refactor shared/lds smartstack for spirv (#131905)Jon Chesterfield
2025-03-13[libc] Make RPC server handling header only (#131205)Joseph Huber
2025-03-13Reapply "[Offload][AMDGPU] LLVM_ENABLE_RUNTIMES=flang-rt for amdgpu-offload-*...Michael Kruse
2025-03-12[flang][OpenMP] Map ByRef if size/alignment exceed that of a pointer (#130832)Krzysztof Parzyszek
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov
2025-03-10[flang][OpenMP] Implement HAS_DEVICE_ADDR clause (#128568)Krzysztof Parzyszek
2025-03-07[Flang][OpenMP][MLIR] Implement close, present and ompx_hold modifiers for Fl...agozillon
2025-03-07Revert "[Offload][AMDGPU] LLVM_ENABLE_RUNTIMES=flang-rt for amdgpu-offload-*"...Michael Kruse
2025-03-07[Offload][AMDGPU] LLVM_ENABLE_RUNTIMES=flang-rt for amdgpu-offload-* (#129692)Michael Kruse
2025-03-06[offload] Fix build after Module::getTargetTriple() changeNikita Popov
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-04[OFFLOAD] Update ffi_cif structure to match libffi (#128756)Alex
2025-03-01[Offload][AMDGPU] Enable SPIRV target in build conf (#129323)Jan Patrick Lehr
2025-02-25[Offload][OpenMP] Fix check-prefix (#128599)Jan Patrick Lehr
2025-02-24Revert "[Offload] Fix assumptions on symbols after #124846 (#126238)"Zequan Wu
2025-02-24[NFC][Offload] Fix typo to output architecture (#128527)Jan Patrick Lehr
2025-02-19[AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and libclc (#125826)Fabian Ritter
2025-02-18[MLIR][OpenMP] Add LLVM translation support for OpenMP UserDefinedMappers (#1...Akash Banerjee
2025-02-18[offload] Remove redundant checks in MappingInfoTy::lookupMapping (#127638)Krzysztof Parzyszek
2025-02-14Reapply "[LinkerWrapper] Clean up options after proper forwarding" (#126495)Joseph Huber
2025-02-12[PGO][Offload] Fix pgo1.c (#126864)Ethan Luis McDonough
2025-02-11 [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (#...Ethan Luis McDonough
2025-02-11[Offload] Properly guard modifications to the RPC device array (#126790)Joseph Huber
2025-02-10[Offload][NFC] Rename `src/` -> `libomptarget/` (#126573)Joseph Huber
2025-02-10[Offload] Fix the offload cache file triggering libc++ / libstdc++ mixing (#1...Joseph Huber
2025-02-09[OpenMP] Replace use of target address space with <gpuintrin.h> local (#126119)Joseph Huber
2025-02-07[Offload] Fix assumptions on symbols after #124846 (#126238)Jan Patrick Lehr
2025-02-06Update test for symbolizer fixDavid Blaikie
2025-02-06[Offload] Make only a single thread handle the RPC server thread (#126067)Joseph Huber
2025-02-06[Offload] Unify offloading entries into a single section (#125731)Joseph Huber
2025-02-05[Offload] Stop the RPC server faiilng with more than one GPU (#125982)Joseph Huber
2025-02-05[OpenMP] Port the OpenMP device runtime to direct C++ compilation (#123673)Joseph Huber
2025-02-03[OpenMP] Guard OpenMP specific entry handlingJoseph Huber
2025-02-02[offload] [test] Use test compiler ID rather than host (#124408)Michał Górny
2025-02-02[offload] `gnu::format` with variadic template functions is Clang-only (#124406)Michał Górny
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss
2025-01-30[Flang][MLIR][OpenMP] Fix Target Data if (present(...)) causing LLVM-IR branc...agozillon