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-07-12[Libomptarget] Allow static assert to work on 32-bit systemsJoseph Huber
2022-07-12Fixing build bot failure due to python-pip unavailability.Vignesh Balasubramanian
2022-07-12[OpenMP][OMPD] GDB plugin code to leverage libompd to provide debuggingVignesh Balasubramanian
2022-07-09[NFC][OpenMP][Offloading] Fix compilation warning caused by misuse of `static...Shilei Tian
2022-07-08[Libomptarget][NFC] Move legacy functions to a separate fileJoseph Huber
2022-07-08[Libomptarget] Use new tripcount argument in the runtime.Joseph Huber
2022-07-08[Libomptarget] Implement a unified kernel entry functionJoseph Huber
2022-07-08[libomptarget] compile DeviceRTL bc files with -O3Ye Luo
2022-07-06[OpenMP] add 4 custom APIs supporting MSVC OMP codegenVadim Paretsky
2022-07-05[Libomptarget][NFC] Make Libomptarget use the LLVM naming conventionJoseph Huber
2022-07-01[NFC][OpenMP][CUDA] Remove unnecessary default labelShilei Tian
2022-06-29[OpenMP] Implementing omp_get_device_num()Jose M Monsalve Diaz
2022-06-28[OpenMP][CUDA] Fix the issue that P2P memcpy doesn't workShilei Tian
2022-06-24[OpenMP][libomp] avoid spin wait and yield on arm64 macOSDaniel Douglas
2022-06-22[OpenMP][libomp] Hold old __kmp_threads arrays until library shutdownJonathan Peyton
2022-06-22[Libomptarget] Remove duplicate data environment exitJoseph Huber
2022-06-20[libomptarget] Make libomptarget.devicertl.a built in all cases.Ye Luo
2022-06-19[libomptarget]Add a trap for external omptarget from LLVMYe Luo
2022-06-15[Libomptarget] Use binutils archive executable to address failing testsJoseph Huber
2022-06-14[Libomptarget] Add test config for compiling in LTO-modeJoseph Huber
2022-06-10Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore"John Ericson
2022-06-10[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson
2022-06-09[OpenMP] Fix the build on WindowsYuki Okushi
2022-06-09[LIBOMPTARGET] Adding AMD to llvm-omp-device-infoJose Manuel Monsalve Diaz
2022-06-09Revert "[LIBOMPTARGET] Adding AMD to llvm-omp-device-info"Jose Manuel Monsalve Diaz
2022-06-08[LIBOMPTARGET] Adding AMD to llvm-omp-device-infoJose Manuel Monsalve Diaz
2022-06-08[Libomptarget] Add missing include to define `printf`Joseph Huber
2022-06-07[Libomptarget] Do not use retaining attributes for the static libraryJoseph Huber
2022-06-03[OpenMP] allow loc to be NULL in __kmp_determine_reduction_method for MSVCVadim Paretsky
2022-06-02[OpenMP][libomp] do not try to dlopen libmemkind on macOSDaniel Douglas
2022-06-02[OpenMP] omp_get_proc_id uses sched_getcpu fallback on FreeBSD 13.1 and above.David CARLIER
2022-06-02[OpenMP][libomp] Make LIBOMP_CONFIGURED_LIBFLAGS a list instead of stringMikael Simberg
2022-06-01[Libomptarget] Add basic support for dynamic shared memory on AMDGPUJoseph Huber
2022-05-31Revert "[Libomptarget] Add `leaf` attribute to `vprintf` declaration"Joseph Huber
2022-05-30[OpenMP][Clang] Fix atomic compare for signed vs. unsignedJoel E. Denny
2022-05-28[OpenACC][OpenMP] Document atomic-in-teams extensionJoel E. Denny
2022-05-26[OpenMP] Extend omp teams to permit nested omp atomicJoel E. Denny
2022-05-20[Libomptarget] Add branch prediction intrinsic to state checkJoseph Huber
2022-05-19[OpenMP][libomp] Fix accidental removal of else for core attributesJonathan Peyton
2022-05-19[Libomptarget] Add `leaf` attribute to `vprintf` declarationJoseph Huber
2022-05-18[OpenMP] libomp: honor passive wait policy requested with taskingAndreyChurbanov
2022-05-17[Libomptarget] Don't build the device runtime without a new ClangJoseph Huber
2022-05-13[Libomptarget] Build the static library without CUDA installedJoseph Huber
2022-05-13[Libomptarget] Build the device runtime as a static libraryJoseph Huber
2022-05-13[Libomptarget] Remove global include directory from libomptargetJoseph Huber
2022-05-13[Libomptarget] Address existing warnings in the device runtime libraryJoseph Huber
2022-05-13[Libomptarget] Allow the device runtime to be compiled for the hostJoseph Huber
2022-05-12[openmp] Fix strict aliasing issue in cmpxchg routineserge-sans-paille
2022-05-05[OpenMP] libomp: Add itt notifications to sync dependent tasks.AndreyChurbanov
2022-05-05[OpenMP] libomp: cleanup - remove duplicate checkAndreyChurbanov