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
AgeCommit message (Expand)Author
2022-07-12[Libomptarget] Allow static assert to work on 32-bit systemsJoseph Huber
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-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-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[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-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-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[Libomptarget] Add `leaf` attribute to `vprintf` declarationJoseph Huber
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-04-25[Libomptarget] Use entry name for global infoJoseph Huber
2022-04-23[libomptarget] Make omp_target_is_present checks storage instead of zero leng...Ye Luo
2022-04-21[Libomptarget][remote] Add OpenMP linker flag to the pluginAtmn Patel
2022-04-19[Libomptarget][remote] Fix compile-time errorAtmn Patel
2022-04-19[Libomptarget] Fix test using old unsupported lit stringJoseph Huber
2022-04-18[OpenMP] Make the new offloading driver the defaultJoseph Huber
2022-04-18[Libomptarget] Fix LIBOMPTARGET_INFO testJoseph Huber
2022-04-15[libomptarget] [amdgpu] Hostcall offset check should consider implicit argsDhruva Chakrabarti
2022-04-13[libomptarget][amdgpu] Add hidden_heap_v1 kernarg metadataSaiyedul Islam
2022-04-13[OpenMP][FIX] Ensure to set the context for wait events if necessaryJohannes Doerfert
2022-04-08[OpenMP] Fix linker error when building info toolJoseph Huber
2022-04-08[libomptarget] Implement pointer lookup as 5.1 spec.Ye Luo
2022-04-07[OpenMP] Add dynamic memory function to omp.h and add documentationJoseph Huber
2022-04-07[OpenMP] Change target memory tests to use allocatorsJoseph Huber
2022-04-07[libomptarget] Add device RTL to regression test dependencies.Michael Kruse
2022-03-29[libomptarget] x86 offloading fails map_back_race.cpp intermittentlyRon Lieberman