Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2022-09-21[Clang][OpenMP] Codegen generation for has_device_addr claues.Jennifer Yu
2022-09-20revert 684f76643 [Clang][OpenMP] Codegen generation for has_device_addr claues.Ron Lieberman
2022-09-20Fix test case which is not working for AMDGPU.Jennifer Yu
2022-09-20[Clang][OpenMP] Codegen generation for has_device_addr claues.Jennifer Yu
2022-09-20[OpenMP] Add LoongArch64 supportSignKirigami
2022-09-16[Libomptarget] Revert changes to AMDGPU plugin destructorsJoseph Huber
2022-09-15[Libomptarget] Embed bitcode library in static library instead.Joseph Huber
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2022-09-14[Libomptarget] Change device free routines to accept the allocation kindJoseph Huber
2022-09-09[Libomptarget][NFC] Remove unused variableJoseph Huber
2022-09-09[Libomptarget] Fix compiling with asserts using the bitcode libraryJoseph Huber
2022-09-09[Libomptarget] Add proper LLVM libraries now that the AMDGPU plugin uses themJoseph Huber
2022-09-09[OpenMP] Install ompt-multiplex.h alongside omp.hserge-sans-paille
2022-09-09[OpenMP][libomp] Cleanup __kmpc_flush() codeJonathan Peyton
2022-09-08[Libomptarget] Implement OpenMP 5.2 semantics for device pointersJoseph Huber
2022-09-07[Libomptarget] Remove leftover ELF header from x86 pluginJoseph Huber
2022-09-07[Libomptarget] Replace libelf with LLVM's Elf librariesJoseph Huber
2022-09-07[Libomptarget] Add utility functions for loading an ELF symbol by nameJoseph Huber
2022-09-06[Libomptarget][NFC] Clean up CUDA plugin and address warningsJoseph Huber
2022-09-06[OpenMP][OMPD] GDB plugin code to leverage libompd to provide debuggingVignesh Balasubramanian
2022-09-03[OpenMP] add a offload test involving std::complexYe Luo
2022-09-01[libomptarget] Enable the device allocator for AMDGPUJoseph Huber
2022-08-31[Libomptarget] Remove old workaround for GCC 5,6 from libomptargetJoseph Huber
2022-08-30[Libomptarget] Make unified shared memory test unsupported on AMDGPUJoseph Huber
2022-08-30[libomptarget] Deprecate old method for setting the tripcountJoseph Huber
2022-08-29[libomptarget] Always enable time tracing in libomptargetJoseph Huber
2022-08-29[Libomptarget] Do not check for valid binaries twice.Joseph Huber
2022-08-26[OpenMP] Deprecate the old driver for OpenMP offloadingJoseph Huber
2022-08-25[openmp][amdgpu] Implement target_alloc_host as fine grain HSA memoryJon Chesterfield
2022-08-24[libomptarget][amdgpu] enable tests whenever possible.Ye Luo
2022-08-24[Libomptarget] Replace use of `dlopen` with LLVM's dynamic library supportJoseph Huber
2022-08-24[Libomptarget] Remove use of ELF link_address in x86_64 pluginJoseph Huber
2022-08-24[test][openmp] Relax condition in testVitaly Buka
2022-08-23[OpenMP] Add option to assert no nested OpenMP parallelism on the GPUJoseph Huber
2022-08-23[Clang][OpenMP] Make copyin clause on combined and composite construct work (...utsumi
2022-08-19Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-08-15[OpenMP][libomptarget] Fix run region async conditionKevin Sala Penads
2022-08-13[openmp] Remove __ANDROID_API__ < 19 workaroundFangrui Song
2022-08-13[OpenMP] Fix segmentation fault when data field is used in is_device_ptJennifer Yu
2022-08-11[OpenMP][OMPT] Fix memory leak when using GCC compatibility codeJonathan Peyton
2022-08-11[OpenMP][FIX] Ensure __kmpc_kernel_parallel is reachableJohannes Doerfert
2022-08-10[Libomptarget][CUDA] Check CUDA compatibilty correctlyJoseph Huber
2022-08-09[openmp] Fix enumeration build issue for openmp libraryRon Lieberman
2022-08-09LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-08Rename OPENMP_HAVE_STD_CPP14_FLAG to match c++17Jon Chesterfield
2022-08-08Move openmp from -std=c++14 to -std=c++17Ron Lieberman
2022-08-08[nfc][openmp] clang-format system.cpp prior to D131401Jon Chesterfield
2022-08-05[NFC] Fix wrong header in `LibC.cpp`Shilei Tian