[AArch64][compiler-rt] Strip PAC from the link register.
[platform/upstream/llvm.git] / openmp /
2021-03-13 George Rokos[libomptarget] Add allocator support for target memory
2021-03-12 Johannes Doerfert[OpenMP][NFC] Use `AsyncInfo` as the variable name...
2021-03-12 Johannes Doerfert[OpenMP][DeviceRTL] Extract shuffle idiom and port...
2021-03-11 Joseph Huber[OpenMP] Restore backwards compatibility for libomptarget
2021-03-11 Leonard ChanRename top-level LICENSE.txt files to LICENSE.TXT
2021-03-09 AndreyChurbanov[OpenMP] libomp: eliminate pause from atomic CAS loops
2021-03-08 AndreyChurbanov[OpenMP] NFC: temporarily disable assertion until the...
2021-03-08 Shilei Tian[OpenMP][Clang][NVPTX] Only build one bitcode library...
2021-03-08 Peyton, Jonathan L[OpenMP] Fix potential integer overflow in dynamic...
2021-03-05 tlwilmarAdded API for "masked" construct via two entrypoints...
2021-03-04 Joel E. Denny[OpenMP] Encapsulate more in checkDeviceAndCtors
2021-03-04 Joel E. Denny[OpenMP] Fix lone target exit data
2021-03-04 Joel E. Denny[OpenMP] Fix support for device as host
2021-03-02 Hansang Bae[OpenMP] Add allocator support for target memory
2021-03-02 Alexey Bataev[OPENMP50]Mapping of the subcomponents with the 'defaul...
2021-03-02 Peyton, Jonathan L[OpenMP] Fix clang-cl build error regarding TSX intrinsics
2021-02-25 AndreyChurbanov[OpenMP] libomp minor cleanup
2021-02-25 AndreyChurbanov[OpenMP] libomp: fix ittnotify stack stitching for...
2021-02-25 Peyton, Jonathan L[OpenMP] Fix accidental addition of use omp_lib_kinds
2021-02-25 Harmen StoppelsPrefer /usr/bin/env xxx over /usr/bin/xxx where xxx...
2021-02-24 Vyacheslav Zakharin[libomptarget] Fixed MSVC build fail caused by __attrib...
2021-02-24 Joachim Protze[OpenMP][Tests][NFC] rename macro to avoid naming clash
2021-02-24 Shilei Tian[OpenMP] Fixed a crash when offloading to x86_64 with...
2021-02-24 Joachim Protze[OpenMP][Tests][NFC] lit might also be known as llvm...
2021-02-24 Manoel Roemmer[libomptarget] Load images in order of registration
2021-02-24 Joachim Protze[OpenMP][Tests][NFC] rename macro to avoid naming clash
2021-02-24 Joachim Protze[OpenMP][Tests][NFC] rename macro to avoid naming clash
2021-02-23 Shilei Tian[OpenMP][NVPTX] Fixed a compilation error in deviceRTLs...
2021-02-22 Peyton, Jonathan L[OpenMP] Help static loop code avoid over/underflow
2021-02-22 Peyton, Jonathan L[OpenMP] Remove shutdown attempt on Windows process...
2021-02-22 Peyton, Jonathan L[OpenMP] Limit number of dispatch buffers
2021-02-22 Peyton, Jonathan L[OpenMP] Update HWLOC code for die level detection
2021-02-20 AndreyChurbanov[OpenMP] libomp: cleanup some resource leaks
2021-02-20 Shilei Tian[OpenMP][NFC] clang-format the whole openmp project
2021-02-19 Joel E. Denny[OpenMP] Fix nvptx CUDA_VERSION conversion
2021-02-19 Joel E. Denny[OpenMP] Fix always,from and delete for data absent...
2021-02-19 Ron Lieberman[OPENMP][AMDGCN] Improvements to print_kernel_trace...
2021-02-19 Shilei Tian[OpenMP][NVPTX] Add the support for CUDA 11.2 and CUDA...
2021-02-17 AndreyChurbanov[OpenMP] fix race condition in test
2021-02-17 Jon Chesterfield[libomptarget][amdgcn] Remove lookup of .language msgpa...
2021-02-17 AndreyChurbanov[OpenMP][NFC] replaced 'dependencies' with 'dependences...
2021-02-16 Alexey Bataev[OPENMP50]Allow overlapping mapping in target constructs.
2021-02-16 Johannes Doerfert[OpenMP][FIX] Avoid use of stack allocations in asynchr...
2021-02-16 Johannes Doerfert[OpenMP] Unify omptarget API and usage wrt. `__tgt_asyn...
2021-02-16 Johannes Doerfert[OpenMP] Move synchronization into `__tgt_async_info`
2021-02-16 Johannes Doerfert[OpenMP][NFC] Unify `target` API with other by passing...
2021-02-16 Johannes Doerfert[OpenMP][NFC] Pass a DeviceTy, not the device number...
2021-02-16 Johannes Doerfert[OpenMP][NFC] Clang format the libomptarget plugins
2021-02-16 Johannes Doerfert[OpenMP][NFC] Eliminate sign comparison warning via...
2021-02-16 Johannes Doerfert[OpenMP][NFC] Clang format libomptarget code (src ...
2021-02-13 AndreyChurbanov[OpenMP] NFC: fix test removing the target construct
2021-02-13 AndreyChurbanov[OpenMP] fix test adding mapping of shared variables
2021-02-12 Martin Storsjö[OpenMP] Silence more warning flags
2021-02-12 Martin Storsjö[OpenMP] Avoid warnings about unused static functions...
2021-02-12 Martin Storsjö[OpenMP] Remove two entirely unused variables
2021-02-12 Martin Storsjö[OpenMP] Add void casts to silence unused variable...
2021-02-12 Martin Storsjö[OpenMP] Only use #pragma comment(lib, ...) in MSVC...
2021-02-12 Martin Storsjö[OpenMP] Fix the check for libpsapi for i386
2021-02-12 Jon Chesterfield[libomptarget][amdgcn] Build amdgcn devicertl as openmp
2021-02-11 AndreyChurbanov[OpenMP] libomp: minor changes to improve library perfo...
2021-02-11 Hansang Bae[OpenMP] Enable omp_get_num_devices() on Windows
2021-02-10 Nawrin Sultana[OpenMP] Add lower and upper bound in num_teams clause
2021-02-09 Jon Chesterfield[libomptarget][amdgcn] Tolerate deadstripped device_sta...
2021-02-09 Jon Chesterfield[libomptarget][amdgcn] Tolerate deadstripped env variable
2021-02-08 Jon Chesterfield[libomptarget][amdgcn] Fix language linkage post D95300...
2021-02-05 Shilei Tian[OpenMP][libomptarget] Fixed an issue that device sync...
2021-02-04 Shilei Tian[OpenMP][deviceRTLs] Drop `assert` in common parts...
2021-02-04 Shilei Tian[OpenMP][NVPTX] Take functions in `deviceRTLs` as ...
2021-02-03 Shilei Tian[OpenMP] Fixed an issue that taskwait doesn't work...
2021-02-02 Peyton, Jonathan L[OpenMP] Fix sign comparison warnings from GCC
2021-02-02 Joseph Huber[OpenMP][NFC] Adding FAQ Entry for errors with static...
2021-02-02 Atmn Patel[OpenMP][Libomptarget] Remove possible harmful copy...
2021-02-01 AndreyChurbanov[OpenMP] libomp: implement nteams-var and teams-thread...
2021-02-01 Shilei Tian[OpenMP] Disable tests if FileCheck is not available...
2021-02-01 Joseph Huber[OpenMP] Fix seg fault in libomptarget when using Info...
2021-02-01 xgupta[Branch-Rename] Fix some links
2021-02-01 Tobias Hieta[OpenMP] Fix python3 compatibility in openmp's lit.cfg
2021-01-30 Shilei Tian[OpenMP][NVPTX] Refined CMake logic to choose compute...
2021-01-29 Jonathan Peyton[OpenMP] Add environment variable to force monotonic...
2021-01-29 Shilei Tian[OpenMP][NFC] Added release note for new `deviceRTLs...
2021-01-29 AndreyChurbanov[OpenMP] libomp: fix build by cl with vs2019
2021-01-28 AndreyChurbanov[OpenMP] NFC: disabled two flakey tests as the bug...
2021-01-28 Shilei Tian[OpenMP][deviceRTLs] Separate declaration of target...
2021-01-28 Shilei Tian[OpenMP][NVPTX] Added the missing -O1 when building...
2021-01-28 Shilei Tian[OpenMP][deviceRTLs] Added `[[clang::loader_uninitializ...
2021-01-28 Shilei Tian[OpenMP] Disabled profiling in `libomp` by default...
2021-01-28 Vyacheslav Zakharin[libomptarget][NFC] Link plugins with threads support...
2021-01-28 Atmn Patel[OpenMP][Libomptarget] Fix conditional in CMake for...
2021-01-27 Shilei Tian[OpenMP][NVPTX] Disable building NVPTX deviceRTL by...
2021-01-27 Peyton, Jonathan L[OpenMP] Fix misleading warning for OMP_PLACES
2021-01-27 Peyton, Jonathan L[OpenMP] Add cpuid leaf 1f topology discovery
2021-01-27 Peyton, Jonathan L[OpenMP] Fix HWLOC topology detection for 2.0.x
2021-01-27 Giorgis Georgakoudis[OpenMP][Libomptarget] Fix check-libomptarget
2021-01-27 Giorgis Georgakoudis[OpenMP] Fix building using LLVM_ENABLE_RUNTIMES
2021-01-27 AndreyChurbanov[OpenMP] libomp: fix build by clang-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.
next