aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2023-11-29[OpenMP] New Openmp device RTL functions (#73225)Dominik Adamski1-0/+254
2023-11-29[OpenMP][libomptarget] Use two SDMA engines (#73633)Jan Patrick Lehr1-2/+2
2023-11-28[OpenMP][NFC] Move debug declares into CMAKE out of "private.h" (#73732)Johannes Doerfert24-71/+72
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian3-4/+64
2023-11-28Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA"Shilei Tian3-63/+4
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian3-4/+63
2023-11-28[OpenMP][NFC] Create an "OpenMP" folder in the include folder (#73713)Johannes Doerfert7-80/+141
2023-11-28Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA ...Shilei Tian3-58/+4
2023-11-28[OpenMP] Use simple VLA implementation to replace uses of actual VLA (#71412)Shilei Tian3-4/+58
2023-11-28[OpenMP][NFC] Move Environment.h and SourceInfo.h into "Shared" folder (#73703)Johannes Doerfert16-26/+32
2023-11-28[OpenMP][NFC] Move Utils.h and Debug.h into a "Shared" include folder (#73701)Johannes Doerfert24-39/+58
2023-11-28[NFC][docs] Add AMDGPU documentation for `LIBOMPTARGET_STACK_SIZE`Michael Halkenhaeuser1-3/+3
2023-11-28[OpenMP][NFC] Merge MemoryManager into PluginInterface (#73678)Johannes Doerfert8-30/+14
2023-11-28[OpenMP][NFC] Merge elf_common into PluginInterface (#73677)Johannes Doerfert13-173/+93
2023-11-28[OpenMP][Runtime][test] Fix ompt task testcase fail randomly (#72337)Alex1-4/+3
2023-11-27[OpenMP][NFC] Simplify codeJohannes Doerfert1-24/+21
2023-11-27[OpenMP][NFC] Fix diagnostic warningsJohannes Doerfert1-14/+14
2023-11-27[OpenMP][NFC] Remove else after returnJohannes Doerfert1-3/+2
2023-11-27[OpenMP][NFC] Remove unused variableJohannes Doerfert1-2/+0
2023-11-27[OpenMP][Docs] Cleanup libomptarget READMEJohannes Doerfert1-53/+7
2023-11-27[OpenMP] Temporarily disable OMPT tests for x64Joseph Huber6-0/+12
2023-11-27[OpenMP] Enable position independent code for libomptargetJoseph Huber2-1/+5
2023-11-27[OpenMP] Add back implicit flags manuallyJoseph Huber2-0/+13
2023-11-27[OpenMP] Tear down GenericDeviceTy's with GenericPluginTy (#73557)Johannes Doerfert6-24/+5
2023-11-27[OpenMP][NFC] Minor name and code simplificationJohannes Doerfert2-8/+5
2023-11-27[OpenMP][NFC] Remove no-op __tgt_rtl_deinit_pluginJohannes Doerfert5-34/+0
2023-11-27[OpenMP][NFC] Remove unused (un)register_lib plugin APIJohannes Doerfert4-25/+0
2023-11-27[OpenMP][Tools] Have sort(1) not use long name parameters (#73477)Brad Smith1-1/+1
2023-11-27[runtime] Have the runtime use the compiler builtin for alloca on NetBSD (#73...Brad Smith1-0/+4
2023-11-27[OpenMP] Fix missing CMake function in runtimes buildJoseph Huber1-1/+1
2023-11-24[NFC] fix failed ompt tests on M1 device (#65696)Lixi Zhou1-3/+11
2023-11-24[Flang][OpenMP] Remove use of non reference values from MapInfoOp (#72444)Akash Banerjee2-8/+7
2023-11-21[OpenMP] Optimized trivial multiple edges from task dependency graphJoachim Jenke5-22/+302
2023-11-20[OpenMP] Be more forgiving during record and replayJohannes Doerfert8-33/+80
2023-11-20[OpenMP][FIX] Ensure recording works properly w/ late allocationsJohannes Doerfert1-22/+28
2023-11-20[OpenMP][NFC] Remove std::move to silence warningsJohannes Doerfert3-11/+11
2023-11-20[Libomptarget] Handle dynamic stack sizes for AMD COV5 (#72606)Joseph Huber3-7/+26
2023-11-17[OpenMP] Add missing pieces in __kmp_launch_worker for Solaris support (#72613)Brad Smith1-2/+2
2023-11-16[flang][NVPTX] Add initial support to the NVPTX target (#71992)Fabian Mora7-14/+7
2023-11-15[OpenMP][OMPIRBuilder] Handle replace uses of ConstantExpr's inside of Target...agozillon1-0/+27
2023-11-14Reland [OpenMP][libomptarget] Enable parallel copies via multiple SDM… (#72...Jan Patrick Lehr1-44/+86
2023-11-14Revert "[OpenMP][libomptarget] Enable parallel copies via multiple SDMA engin...Joseph Huber1-86/+44
2023-11-14[OpenMP][libomptarget] Enable parallel copies via multiple SDMA engines (#71801)Jan Patrick Lehr1-44/+86
2023-11-11[OpenMP] Link against libm on OpenBSD (#70614)Brad Smith1-1/+1
2023-11-10[OpenMP][FIX] Ensure device reduction geps work for multi-var reductionsJohannes Doerfert2-2/+18
2023-11-10 [OpenMP] Rework handling of global ctor/dtors in OpenMP (#71739)Joseph Huber7-6/+223
2023-11-09[OpenMP][SystemZ] Compile __kmpc_omp_task_begin_if0() with backchain (#71834)Ilya Leoshkevich1-0/+8
2023-11-09[OpenMP] Fix record-replay allocation order for kernel environment (#71863)Konstantinos Parasyris2-19/+24
2023-11-09[OpenMP] Fix a condition for KMP_OS_SOLARIS. (#71831)xingxue-ibm1-1/+1
2023-11-09[OpenMP] Cleanup and fixes for ABI agnostic DeviceRTL (#71234)Saiyedul Islam1-0/+2