[SCEV] Use context to strengthen flags of BinOps
[platform/upstream/llvm.git] / openmp / libomptarget /
2022-08-02 Joseph Huber[Libomptarget] Deinitialize AMDGPU global state more...
2022-08-01 Joseph Huber[Libomptarget][NFC] Remove unused CMake file
2022-08-01 Joseph Huber[Libomptarget] Replace std::vector with llvm::SmallVector
2022-07-30 Joseph Huber[Libomptarget] Disable testing map_back_race.cpp
2022-07-28 Jon Chesterfield[openmp][amdgpu] Tear down amdgpu plugin accurately
2022-07-28 Jon Chesterfield[amdgpu][openmp][nfc] Restore stb_local on DeviceInfo...
2022-07-28 Jon Chesterfield[openmp][amdgpu] Move global DeviceInfo behind call...
2022-07-28 Jon Chesterfield[openmp] Introduce optional plugin init/deinit functions
2022-07-27 Joseph HuberRevert "[OpenMP] Remove noinline attributes in the...
2022-07-26 Saiyedul Islam[Libomptarget] Add checks for AMDGPU TargetID using...
2022-07-25 Joseph Huber[Libomptarget] Reintroduce host architecture checks...
2022-07-25 Joseph Huber[OpenMP] Remove noinline attributes in the device runtime
2022-07-25 Saiyedul IslamRevert "Revert "Revert "[Libomptarget] Add checks for...
2022-07-25 Saiyedul IslamRevert "Revert "[Libomptarget] Add checks for AMDGPU...
2022-07-25 Saiyedul IslamRevert "[Libomptarget] Add checks for AMDGPU TargetID...
2022-07-25 Saiyedul Islam[Libomptarget] Add checks for AMDGPU TargetID using...
2022-07-22 Shilei Tian[OpenMP][Offloading] Enlarge the work size of `wtime...
2022-07-22 Joel E. Denny[Libomptarget] Don't report lack of CUDA devices
2022-07-22 Shilei Tian[OpenMP] Fix test error introduced in D130179
2022-07-22 Shilei Tian[OpenMP][DeviceRTL] Fix the issue that multiple calls...
2022-07-22 Shilei TianRevert "[OpenMP][DeviceRTL] Fix the issue that multiple...
2022-07-22 Shilei Tian[OpenMP][DeviceRTL] Fix the issue that multiple calls...
2022-07-22 Joseph Huber[Libomptarget] Make the plugins link as LLVM libraries
2022-07-22 Joseph Huber[Libomptarget] Only export needed definitions in the...
2022-07-22 Joseph Huber[Libomptarget] Build the DeviceRTL BC using clang directly
2022-07-22 Ron LiebermanRevert "[Libomptarget] Stop testing CPU offloading...
2022-07-22 Johannes Doerfert[OpenMP][FIX] Ensure thread and team state are defined...
2022-07-21 Joseph Huber[Libomptarget] Stop testing CPU offloading with LTO
2022-07-21 John Ericson[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore
2022-07-21 Johannes Doerfert[OpenMP] Introduce more fine-grained control over the...
2022-07-21 Johannes Doerfert[OpenMP] Use Undef instead of null as pointer for inact...
2022-07-21 Johannes Doerfert[OpenMP] Expose the state in the header to allow non...
2022-07-21 Joseph Huber[Libomptarget] Add checks for CUDA subarchitecture...
2022-07-21 Joseph Huber[Libomptarget] Add support for offloading binaries...
2022-07-21 Joseph Huber[Libomptarget] Build the device library even if the...
2022-07-20 Joseph Huber[Libomptarget] Make libomptarget an LLVM library
2022-07-20 Joseph HuberRevert "[Libomptarget] Make libomptarget an LLVM library"
2022-07-20 Joseph Huber[Libomptarget] Fix LTO command line in test
2022-07-20 Joseph Huber[Libomptarget] Make libomptarget an LLVM library
2022-07-19 Jon ChesterfieldRevert "[Libomptarget] Make libomptarget an LLVM library"
2022-07-19 Joseph Huber[Libomptarget] Make libomptarget an LLVM library
2022-07-15 Joseph Huber[Libomptarget] Fix warnings on address space attributes
2022-07-15 Joseph Huber[Libomptarget][NFC] Fix signed comparison warnings
2022-07-12 Joseph Huber[Libomptarget] Allow static assert to work on 32-bit...
2022-07-09 Shilei Tian[NFC][OpenMP][Offloading] Fix compilation warning cause...
2022-07-08 Joseph Huber[Libomptarget][NFC] Move legacy functions to a separate...
2022-07-08 Joseph Huber[Libomptarget] Use new tripcount argument in the runtime.
2022-07-08 Joseph Huber[Libomptarget] Implement a unified kernel entry function
2022-07-08 Ye Luo[libomptarget] compile DeviceRTL bc files with -O3
2022-07-05 Joseph Huber[Libomptarget][NFC] Make Libomptarget use the LLVM...
2022-07-01 Shilei Tian[NFC][OpenMP][CUDA] Remove unnecessary default label
2022-06-29 Jose M Monsalve... [OpenMP] Implementing omp_get_device_num()
2022-06-28 Shilei Tian[OpenMP][CUDA] Fix the issue that P2P memcpy doesn...
2022-06-22 Joseph Huber[Libomptarget] Remove duplicate data environment exit
2022-06-20 Ye Luo[libomptarget] Make libomptarget.devicertl.a built...
2022-06-19 Ye Luo[libomptarget]Add a trap for external omptarget from...
2022-06-15 Joseph Huber[Libomptarget] Use binutils archive executable to addre...
2022-06-14 Joseph Huber[Libomptarget] Add test config for compiling in LTO...
2022-06-10 John EricsonRevert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR...
2022-06-10 John Ericson[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore
2022-06-09 Jose Manuel Monsal... [LIBOMPTARGET] Adding AMD to llvm-omp-device-info
2022-06-09 Jose Manuel Monsal... Revert "[LIBOMPTARGET] Adding AMD to llvm-omp-device...
2022-06-08 Jose Manuel Monsal... [LIBOMPTARGET] Adding AMD to llvm-omp-device-info
2022-06-08 Joseph Huber[Libomptarget] Add missing include to define `printf`
2022-06-07 Joseph Huber[Libomptarget] Do not use retaining attributes for...
2022-06-01 Joseph Huber[Libomptarget] Add basic support for dynamic shared...
2022-05-31 Joseph HuberRevert "[Libomptarget] Add `leaf` attribute to `vprintf...
2022-05-30 Joel E. Denny[OpenMP][Clang] Fix atomic compare for signed vs. unsigned
2022-05-26 Joel E. Denny[OpenMP] Extend omp teams to permit nested omp atomic
2022-05-20 Joseph Huber[Libomptarget] Add branch prediction intrinsic to state...
2022-05-19 Joseph Huber[Libomptarget] Add `leaf` attribute to `vprintf` declar...
2022-05-16 Joseph Huber[Libomptarget] Don't build the device runtime without...
2022-05-13 Joseph Huber[Libomptarget] Build the static library without CUDA...
2022-05-13 Joseph Huber[Libomptarget] Build the device runtime as a static...
2022-05-13 Joseph Huber[Libomptarget] Remove global include directory from...
2022-05-13 Joseph Huber[Libomptarget] Address existing warnings in the device...
2022-05-13 Joseph Huber[Libomptarget] Allow the device runtime to be compiled...
2022-04-25 Joseph Huber[Libomptarget] Use entry name for global info
2022-04-22 Ye Luo[libomptarget] Make omp_target_is_present checks storag...
2022-04-21 Atmn Patel[Libomptarget][remote] Add OpenMP linker flag to the...
2022-04-19 Atmn Patel[Libomptarget][remote] Fix compile-time error
2022-04-19 Joseph Huber[Libomptarget] Fix test using old unsupported lit string
2022-04-18 Joseph Huber[OpenMP] Make the new offloading driver the default
2022-04-18 Joseph Huber[Libomptarget] Fix LIBOMPTARGET_INFO test
2022-04-15 Dhruva Chakrabarti[libomptarget] [amdgpu] Hostcall offset check should...
2022-04-13 Saiyedul Islam[libomptarget][amdgpu] Add hidden_heap_v1 kernarg metadata
2022-04-12 Johannes Doerfert[OpenMP][FIX] Ensure to set the context for wait events...
2022-04-08 Joseph Huber[OpenMP] Fix linker error when building info tool
2022-04-08 Ye Luo[libomptarget] Implement pointer lookup as 5.1 spec.
2022-04-07 Joseph Huber[OpenMP] Add dynamic memory function to omp.h and add...
2022-04-07 Joseph Huber[OpenMP] Change target memory tests to use allocators
2022-04-07 Michael Kruse[libomptarget] Add device RTL to regression test depend...
2022-03-29 Ron Lieberman[libomptarget] x86 offloading fails map_back_race.cpp...
2022-03-29 Johannes Doerfert[OpenMP] The test does not have check lines
2022-03-29 Johannes Doerfert[OpenMP][FIX] Use clang++ for the C++ test case
2022-03-29 Johannes Doerfert[OpenMP][FIX] Avoid races in the handling of to be...
2022-03-29 Johannes Doerfert[OpenMP][NFC] Add missing virtual destructor to silence...
2022-03-29 Johannes Doerfert[Attributor][OpenMP] Add assumption for non-call assemb...
2022-03-26 Shilei Tian[OpenMP][CUDA] Fix potential program crash caused by...
2022-03-26 Joseph Huber[OpenMP] Add AMDGPU calling convention to ctor / dtor...
next