OSDN Git Service

[FastISel] Don't trivially kill extractvalues (PR49467)
[android-x86/external-llvm-project.git] / openmp /
2021-03-29 Joseph Huber[OpenMP] Restore backwards compatibility for libomptarget
2021-03-29 Shilei Tian[OpenMP] Fixed a crash in hidden helper thread
2021-03-05 Shilei Tian[OpenMP] Fixed a crash when offloading to x86_64 with...
2021-03-05 Peyton, Jonathan L[OpenMP] Fix clang-cl build error regarding TSX intrinsics
2021-03-03 Shilei Tian[OpenMP][NVPTX] Fixed a compilation error in deviceRTLs...
2021-02-20 Johannes DoerfertAvoid use of stack allocations in asynchronous calls
2021-02-20 Shilei Tian[OpenMP][NVPTX] Add the support for CUDA 11.2 and CUDA...
2021-02-15 Shilei Tian[OpenMP][NVPTX] Refined CMake logic to choose compute...
2021-02-06 Shilei Tian[OpenMP][libomptarget] Fixed an issue that device sync...
2021-02-04 Shilei Tian[OpenMP] Disabled profiling in `libomp` by default...
2021-02-04 Giorgis Georgakoudis[OpenMP] Fix building using LLVM_ENABLE_RUNTIMES
2021-02-04 Shilei TianRevert "[OpenMP] Disabled profiling in `libomp` by...
2021-02-04 Shilei Tian[OpenMP][NVPTX] Take functions in `deviceRTLs` as ...
2021-02-04 Shilei Tian[OpenMP] Disabled profiling in `libomp` by default...
2021-02-03 Joseph Huber[OpenMP] Fix seg fault in libomptarget when using Info...
2021-02-03 Shilei Tian[OpenMP][NFC] Added release note for new `deviceRTLs...
2021-02-03 Shilei Tian[OpenMP][deviceRTLs] Added `[[clang::loader_uninitializ...
2021-02-03 Shilei Tian[OpenMP][NVPTX] Added the missing -O1 when building...
2021-02-03 Atmn Patel[OpenMP][Libomptarget] Fix conditional in CMake for...
2021-02-03 Tobias Hieta[OpenMP] Fix python3 compatibility in openmp's lit.cfg
2021-02-03 Atmn Patel[OpenMP][Libomptarget] Remove possible harmful copy...
2021-01-30 Shilei Tian[OpenMP][NVPTX] Disable building NVPTX deviceRTL by...
2021-01-30 AndreyChurbanov[OpenMP] libomp: fix build by cl with vs2019
2021-01-27 Shilei Tian[OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX...
2021-01-27 Nawrin Sultana[OpenMP] Modify OMP_ALLOCATOR environment variable
2021-01-27 Jon Chesterfield[libomptarget][cuda] Handle missing _v2 symbols gracefully
2021-01-27 Vyacheslav Zakharin[libomptarget][NFC] Avoid gcc 5/6 issue with lambda...
2021-01-26 Vyacheslav Zakharin[libomptarget][NFC] Use portable printf format specifiers.
2021-01-26 Atmn Patel[OpenMP][Libomptarget] Fix cmake error on remote plugin
2021-01-26 Jon Chesterfield[libomptarget][cuda] Gracefully handle missing cuda...
2021-01-26 Jon Chesterfield[libomptarget][cuda] Only run tests when sure there...
2021-01-26 Atmn Patel[OpenMP][Libomptarget] Introduce Remote Offloading...
2021-01-26 Atmn[OpenMP][Libomptarget] Introduce changes to support...
2021-01-26 Jon Chesterfield[libomptarget][devicertl][amdgpu] Fix build, variable...
2021-01-26 Shilei Tian[OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP...
2021-01-26 George Rokos[libomptarget][NFC] Fixed obsolete function names in...
2021-01-26 Alexey Bataev[LIBOMPTARGET]FIX define declaration, NFC
2021-01-26 Johannes Doerfert[OpenMP] Add source location information to the libompt...
2021-01-26 Shilei Tian[OpenMP] Added the support for hidden helper task in RTL
2021-01-26 Jon ChesterfieldRevert "[libomptarget][cuda] Gracefully handle missing...
2021-01-26 Jon Chesterfield[libomptarget][cuda] Gracefully handle missing cuda...
2021-01-25 Shilei Tian[OpenMP][deviceRTLs] Remove omp_is_initial_device
2021-01-25 Shilei Tian[OpenMP][NVPTX] Rewrite CUDA intrinsics with NVVM intri...
2021-01-25 Joseph Huber[OpenMP][NFC] Fix SourceInfo.h variable names
2021-01-25 Jon Chesterfield[libomptarget] Compile with older cuda, revert D95274
2021-01-24 Jon Chesterfield[libomptarget][cuda] Fix build, change missed from...
2021-01-24 Shilei Tian[OpenMP] Fixed test environment of `check-libomptarget...
2021-01-24 Jon Chesterfield[libomptarget][nvptx] Replace cuda atomic primitives...
2021-01-23 Jon Chesterfield[libomptarget][amdgpu][nfc] Update comments
2021-01-23 Jon Chesterfield[libomptarget][cuda] Call v2 functions explicitly
2021-01-23 Hansang Bae[OpenMP] Remove unnecessary pointer checks in a few...
2021-01-23 Jon Chesterfield[libomptarget] Build cuda plugin without cuda installed...
2021-01-22 Joseph Schuchart[OpenMP] libomp: properly initialize buckets in __kmp_d...
2021-01-22 Jon Chesterfield[libomptarget][devicertl] Drop templated atomic functions
2021-01-21 Joseph Huber[OpenMP] Fix failing test due to change in offloading...
2021-01-21 Giorgis Georgakoudis[OpenMP] Add time profiling support in libomp
2021-01-21 Shilei Tian[OpenMP][NVPTX] Added forward declaration for atomic...
2021-01-21 Joseph Huber[OpenMP] Add support for mapping names in mapper API
2021-01-20 Shilei Tian[OpenMP][NVPTX] Added forward declaration to pave the...
2021-01-20 Jon Chesterfield[libomptarget][devicertl][nfc] Simplify target_atomic...
2021-01-20 Jon Chesterfield[libomptarget][devicertl][nfc] Remove some cuda intrins...
2021-01-20 Shilei Tian[OpenMP][NVPTX] Replaced CUDA builtin vars with LLVM...
2021-01-20 Jon Chesterfield[libomptarget][devicertl] Wrap source in declare target...
2021-01-19 Hansang Bae[OpenMP] Fix atomic entries for captured logical operation
2021-01-19 AndreyChurbanov[OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR env...
2021-01-18 Kelvin Li[OpenMP][Docs] Fix typos in FAQ (NFC)
2021-01-18 AndreyChurbanov[OpenMP][NFC] Fix test
2021-01-18 Shilei TianRevert "[OpenMP] Added the support for hidden helper...
2021-01-18 Chandler CarruthFix openmp CMake build on non-Linux AArch64 systems.
2021-01-16 Shilei Tian[OpenMP] Added the support for hidden helper task in RTL
2021-01-15 Jon Chesterfield[libomptarget][nvptx] Reduce calls to cuda header
2021-01-15 Jon Chesterfield[libomptarget][nvptx][nfc] Move target_impl functions...
2021-01-15 Shilei Tian[OpenMP] Remove omptarget-nvptx from deps as it is...
2021-01-14 Shilei Tian[OpenMP] Dropped unnecessary define when compiling...
2021-01-14 Shilei Tian[OpenMP] Drop the static library libomptarget-nvptx
2021-01-14 Jon Chesterfield[libomptarget][amdgpu] Fix kernel launch tracing to...
2021-01-13 Terry Wilmarth[OpenMP] Fix hierarchical barrier
2021-01-13 Joseph Huber[OpenMP] Add documentation for error messages and relea...
2021-01-13 Jon Chesterfield[libomptarget][nvptx] Include omp_data.cu in bitcode...
2021-01-13 Hansang Bae[OpenMP] Use persistent memory for omp_large_cap_mem
2021-01-13 Hansang Bae[OpenMP] Update allocator trait key/value definitions
2021-01-12 Shilei Tian[OpenMP] Fixed a typo in openmp/CMakeLists.txt
2021-01-12 Shilei Tian[OpenMP] Fixed the link error that cannot find static...
2021-01-12 Jon Chesterfield[libomptarget][amdgpu][nfc] Fix build on centos
2021-01-12 Shilei Tian[OpenMP] Fixed include directories for OpenMP when...
2021-01-12 Shilei Tian[OpenMP] Move memory manager to plugin and make it...
2021-01-11 Shilei Tian[OpenMP] Take elf_common.c as a interface library
2021-01-10 Shilei Tian[OpenMP] Not set OPENMP_STANDALONE_BUILD=ON when buildi...
2021-01-09 Shilei Tian[OpenMP] Remove copy constructor of `RTLInfoTy`
2021-01-09 Shilei Tian[OpenMP] Added the support for cache line size 256...
2021-01-07 Joseph Huber[OpenMP] Always print error messages in libomptarget...
2021-01-07 Johannes Doerfert[OpenMP][Docs] Add remarks intro section
2021-01-07 Joseph Huber[OpenMP] Add example in Libomptarget Information docs
2021-01-06 Hansang Bae[OpenMP] Use c_int/c_size_t in Fortran target memory...
2021-01-06 Shilei Tian[OpenMP] Fixed an issue that wrong LLVM headers might...
2021-01-06 Shilei Tian[OpenMP] Fixed the test environment when building along...
2021-01-06 George Rokos[libomptarget] Allow calls to omp_target_memcpy with...
2021-01-04 Joseph Huber[OpenMP] Add using bit flags to select Libomptarget...
2021-01-04 Jon Chesterfield[libomptarget][amdgpu] Call into deviceRTL instead...
2021-01-04 Hansang Bae[OpenMP] Add definition/interface for target memory...
next