Revert "[sanitizer_common] Use atomic builtin in sanitizer_atomic_clang.h"
[platform/upstream/llvm.git] / openmp /
2022-11-11 Sam James[CMake] Fix -Wstrict-prototypes
2022-09-19 Joseph Huber[Libomptarget] Revert changes to AMDGPU plugin destructors
2022-08-15 Johannes Doerfert[OpenMP][FIX] Ensure __kmpc_kernel_parallel is reachable
2022-08-11 Joseph Huber[Libomptarget][CUDA] Check CUDA compatibilty correctly
2022-08-09 Martin Storsjö[OpenMP] Only include CMAKE_DL_LIBS on unix platforms
2022-08-09 Jonathan Peyton[OpenMP][libomp] Detect if test compiler has omp.h
2022-08-09 Martin Storsjö[OpenMP] Fix warnings about unused expressions when...
2022-08-08 Joseph Huber[Libomptarget] Deinitialize AMDGPU global state more...
2022-08-08 Jon Chesterfield[openmp][amdgpu] Tear down amdgpu plugin accurately
2022-08-08 Jon Chesterfield[amdgpu][openmp][nfc] Restore stb_local on DeviceInfo...
2022-08-08 Jon Chesterfield[openmp][amdgpu] Move global DeviceInfo behind call...
2022-08-08 Jon Chesterfield[openmp] Introduce optional plugin init/deinit functions
2022-08-03 Michał Górny[openmp] [test] Fix prepending config.library_dir to...
2022-07-30 Joseph HuberRevert "[OpenMP] Remove noinline attributes in the...
2022-07-28 Sebastian Neubauer[CMake][OpenMP] Remove wrong backslash
2022-07-26 John Ericson[cmake] Slight fix ups to make robust to the full range...
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 Ye LuoRevert "[OpenMP][OMPD] GDB plugin code to leverage...
2022-07-22 Ye LuoRevert "Fixing build bot failure due to python-pip...
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 Jonathan Peyton[OpenMP][libomp] Fix affinity warnings and unify under...
2022-07-19 AndreyChurbanov[OpenMP][libomp] Allow reset affinity mask after parallel
2022-07-19 Jonathan Peyton[OpenMP][libomp] Fix fallthrough attribute detection...
2022-07-19 AndreyChurbanov[OpenMP][libomp] Fix /dev/shm pollution after forked...
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-14 Shilei Tian[OpenMP] Ignore .eggs file in OpenMP
2022-07-12 Joseph Huber[Libomptarget] Allow static assert to work on 32-bit...
2022-07-12 Vignesh Balasubram... Fixing build bot failure due to python-pip unavailability.
2022-07-12 Vignesh Balasubram... [OpenMP][OMPD] GDB plugin code to leverage libompd...
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 Vadim Paretsky[OpenMP] add 4 custom APIs supporting MSVC OMP codegen
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-24 Daniel Douglas[OpenMP][libomp] avoid spin wait and yield on arm64...
2022-06-22 Jonathan Peyton[OpenMP][libomp] Hold old __kmp_threads arrays until...
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 Yuki Okushi[OpenMP] Fix the build on Windows
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-03 Vadim Paretsky[OpenMP] allow loc to be NULL in __kmp_determine_reduct...
2022-06-02 Daniel Douglas[OpenMP][libomp] do not try to dlopen libmemkind on...
2022-06-02 David CARLIER[OpenMP] omp_get_proc_id uses sched_getcpu fallback...
2022-06-02 Mikael Simberg[OpenMP][libomp] Make LIBOMP_CONFIGURED_LIBFLAGS a...
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-27 Joel E. Denny[OpenACC][OpenMP] Document atomic-in-teams extension
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 Jonathan Peyton[OpenMP][libomp] Fix accidental removal of else for...
2022-05-19 Joseph Huber[Libomptarget] Add `leaf` attribute to `vprintf` declar...
2022-05-18 AndreyChurbanov[OpenMP] libomp: honor passive wait policy requested...
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...
next