summaryrefslogtreecommitdiff
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_...Shilei Tian2021-09-2210-35/+42
* [OpenMP] Fix KeepAlive usageJoseph Huber2021-09-223-3/+1
* [OpenMP] Add function tracing debugging to device RTLJoseph Huber2021-09-224-9/+52
* [OpenMP][Offloading] Use bitset to indicate execution mode instead of valueShilei Tian2021-09-222-41/+33
* [OpenMP] Make sure the Thread ID function is not removedJoseph Huber2021-09-222-1/+4
* [OpenMP] Add thread ID function into new RTLJoseph Huber2021-09-212-0/+8
* Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis2021-09-213-6/+438
* [OpenMP][OMPD] Fix compile error when OMPD is not supportedUsman Nadeem2021-09-211-0/+1
* [OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis2021-09-213-438/+6
* [OpenMP][NVPTX] Fix a warning that data argument not used by format stringShilei Tian2021-09-201-1/+2
* [OpenMP][host runtime] Fix indirect lock table race conditionPeyton, Jonathan L2021-09-202-51/+90
* [OpenMP] Add support for dynamic shared memory in new RTLJoseph Huber2021-09-178-6/+80
* [OpenMP] Add additional fields to device environmentJoseph Huber2021-09-174-8/+25
* [OpenMP] Implement __assert_fail in the new device runtimeJoseph Huber2021-09-172-0/+9
* [NFC] clang-format -i /openmp/libomptarget/deviceRTLs/interface.hShilei Tian2021-09-171-3/+3
* [OpenMP] NFC: add type casts to silence gcc warningsAndreyChurbanov2021-09-171-2/+3
* [OpenMP] libomp: Update third-party sources of ittnotify client code.AndreyChurbanov2021-09-178-122/+949
* [OpenMP][libomptarget] Minor fix in x86_64 pluginHansang Bae2021-09-151-2/+2
* [OpenMP] Add support for GOMP depobjPeyton, Jonathan L2021-09-155-13/+143
* [OpenMP] [OMPD] OPENMP_INSTALL_LIBDIR is set for the install dirVignesh Balasubramanian2021-09-131-2/+2
* [OpenMP] Add more verbose remarks for runtime foldingJoseph Huber2021-09-102-0/+42
* [OpenMP][libomptarget] Add __tgt_target_return_t enum for __tgt_target_XXX re...Ye Luo2021-09-102-4/+19
* [openmp][amdgpu] Update SupportAndFAQ docsJon Chesterfield2021-09-101-7/+5
* [OpenMP][Docs] Remove old/outdated webpageJohannes Doerfert2021-09-105-14292/+0
* [libomptarget][amdgpu] Precisely manage hsa lifetimeJon Chesterfield2021-09-091-16/+32
* [openmp] No longer use LIBRARY_PATH to find devicertlJon Chesterfield2021-09-091-3/+4
* [libomptarget][nfc] Hoist hsa_init into rtl.cppJon Chesterfield2021-09-092-7/+5
* [OpenMP] Fix line truncation in omp_lib.hHansang Bae2021-09-091-7/+7
* [OpenMP] libomp: runtime part of omp_all_memory task dependence implementation.AndreyChurbanov2021-09-085-9/+721
* [OpenMP][libomptarget][NFC] Change checkDeviceAndCtors return type to bool.Ye Luo2021-09-073-17/+18
* [OpenMP] Add interface for 5.1 scope constructHansang Bae2021-09-073-0/+38
* [OpenMP] Change monotonicity of dynamic scheduleNawrin Sultana2021-09-071-2/+2
* [OpenMP][libomptarget] Change device vector elements to unique_ptr typeYe Luo2021-09-066-74/+36
* [OpenMP][libomptarget] Change synchronize_ty return type to int32_tYe Luo2021-09-061-1/+1
* [openmp] NFC add bitcode commentRon Lieberman2021-09-021-1/+1
* [libomptarget][amdgpu] Add gfx90a to build listJon Chesterfield2021-09-021-1/+1
* [libomptarget][amdgpu] Drop env variablesJon Chesterfield2021-09-028-197/+69
* [libomptarget] Move HostDataToTargetTy states into StatesTyYe Luo2021-09-011-54/+79
* [OpenMP] Fix -Wunused-but-set-parameter in -DLLVM_ENABLE_ASSERTIONS=off build...Fangrui Song2021-09-011-0/+1
* [OpenMP][AMDGPU] Remove unneeded XFAILsJoel E. Denny2021-09-012-6/+0
* [OpenMP] Use IsHostPtr where needed in rest of omptarget.cppJoel E. Denny2021-09-011-5/+3
* [OpenMP] Use IsHostPtr where needed for targetDataBeginJoel E. Denny2021-09-014-34/+25
* [OpenMP][NFC] Eliminate CopyMember from targetDataEndJoel E. Denny2021-09-011-7/+1
* [OpenMP] Use IsHostPtr where needed for targetDataEndJoel E. Denny2021-09-016-23/+109
* Revert "[openmp] No longer use LIBRARY_PATH to find devicertl"Jon Chesterfield2021-09-011-4/+0
* [openmp] No longer use LIBRARY_PATH to find devicertlJon Chesterfield2021-09-011-0/+4
* [libomptarget] Set runpath on libomptarget, use that to drop LD_LIBRARY_PATH ...Jon Chesterfield2021-09-012-4/+4
* [libomptarget] Normalise a cmake debug string, checking it triggers CIJon Chesterfield2021-09-011-1/+1
* [OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian2021-09-019-0/+910
* [OpenMP][AMDGPU] XFAIL test where kernels call printfJoel E. Denny2021-08-311-0/+3