aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2023-07-11[Libomptarget][Obvious] Fix uninitialized pointerJoseph Huber1-1/+2
2023-07-11[Libomptarget] Remove RPCHandleTy indirectionJoseph Huber7-70/+27
2023-07-11[OpenMP][NFC] lit: Allow setting default environment variables for testJoachim Jenke5-0/+64
2023-07-11[OpenMP] [OMPT] [amdgpu] [5/8] Implemented device init/fini/load callbacksMichael Halkenhaeuser20-272/+319
2023-07-10[OpenMP] Fix note section type notation for AArch64Carlos Eduardo Seo1-1/+1
2023-07-09[OpenMP] Fix build warningsShao-Ce SUN2-2/+4
2023-07-08Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-07-08[OpenMP][OMPT] Introduce VERBOSE_INIT in ompt-multiplex.hJoachim Jenke2-9/+116
2023-07-07[Libomptarget][NFC] Clean up warnings and formatJoseph Huber3-6/+5
2023-07-07[Libomptarget] Fix tests only including the LTO variantJoseph Huber2-6/+2
2023-07-07[OpenMP] Remove the workaround of passing "-x assembler-with-cpp" manuallyMartin Storsjö2-6/+0
2023-07-07[Libomptarget] Refine logic for determining if we support RPCJoseph Huber3-8/+13
2023-07-07[Libomptarget] Fix test logic for optionally adding the libcgpu.aJoseph Huber1-8/+8
2023-07-07[Libomptarget] Begin implementing support for RPC servicesJoseph Huber12-13/+490
2023-07-07[OpenMP][OMPT] Change OMPT kind for OpenMP test lock functionsJoachim Jenke5-17/+41
2023-07-07[OpenMP][OMPT] Rename callback master to masked in ompt-multiplex.hJoachim Jenke1-6/+6
2023-07-07[OpenMP][OMPT] Add two missing nullpointer checks in ompt-multiplex.hJoachim Jenke1-0/+4
2023-07-07[OpenMP][Tools] Add omp_all_memory support for ArcherJoachim Jenke3-2/+411
2023-07-07[OpenMP] Add OMPT support for omp_all_memory task dependenceJoachim Jenke5-11/+754
2023-07-06[OpenMP] Ensure socket layer is not first in CPUID topology detectionJonathan Peyton1-1/+5
2023-07-06[OpenMP] Remove gcc-12 warnings from libompJonathan Peyton2-2/+1
2023-07-06[Libomptarget] Disable the 'mapping/prelock.cpp' test on AMDGPUJoseph Huber1-1/+2
2023-07-06[Libomptarget] Fix tests after deleting the next-gen pluginsJoseph Huber3-2/+37
2023-07-05[OpenMP] Delete old pluginsJoseph Huber50-7228/+35
2023-07-05[Libomptarget] Remove the remote and ve plugins from libomptargetJoseph Huber17-2785/+0
2023-07-05[OpenMP] Minor improvement in error msg and fixes few coverity reported issuesNawrin Sultana4-7/+17
2023-07-04[Libomptarget][Obvious] Missing comma on enumJoseph Huber1-1/+1
2023-07-04[Libomptarget] Add missing HSA agent info enumerationJoseph Huber1-0/+1
2023-07-04[Libomptarget] Correctly implement `getWTime` on AMDGPUJoseph Huber9-14/+47
2023-07-04[Libomptarget] Fix misused macro name preventing printing of library nameJoseph Huber1-1/+1
2023-07-03[OpenMP] libomptarget: Don't map alignment padding to hostJoel E. Denny5-54/+89
2023-06-30[OpenMP] Added memory scope to atomic::inc API and used the device scope in r...Dhruva Chakrabarti3-20/+43
2023-06-29[OpenMP] Adjust using the NVPTX architecture detection toolJoseph Huber1-3/+10
2023-06-28[flang][openmp] Fortran offloading testEthan Luis McDonough6-1/+76
2023-06-28OpenMP: Revert accidental cmake change to make amdgpu-arch errors fatalMatt Arsenault1-2/+1
2023-06-28OpenMP/cmake: Use TARGET instead of looking for amdgpu-archMatt Arsenault1-2/+8
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman1-1/+1
2023-06-25[openmp] remove initializeRewriteSymbolsLegacyPassPassShao-Ce SUN1-43/+0
2023-06-23Revert "OpenMP/cmake: Use list append instead of repeating variable name"Matt Arsenault1-13/+13
2023-06-23OpenMP/cmake: Use DEPFILE instead of IMPLICIT_DEPENDSMatt Arsenault1-2/+4
2023-06-23OpenMP/cmake: Use list append instead of repeating variable nameMatt Arsenault1-13/+13
2023-06-20[OpenMP] Disable some tests for AArch64Carlos Eduardo Seo5-0/+10
2023-06-19[OpenMP] Implement printing TDGs to dot filesAdrian Munera5-0/+129
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar18-25/+25
2023-06-14[OpenMP] Fix the issue in openmp/runtime/test/parallel/bug63197.cShilei Tian1-3/+6
2023-06-14[OpenMP] Use 0 instead of false in the test bug63197.cShilei Tian1-1/+1
2023-06-14[OpenMP] Fix the issue where `num_threads` still takes effect incorrectlyShilei Tian2-0/+20
2023-06-08[OpenMP] Fix --libomptarget-nvptx-bc-path in testsJoel E. Denny1-1/+1
2023-06-05[Attributor] Identify and remove no-op fencesJohannes Doerfert1-4/+2
2023-06-05[OpenMP] Improve default block count selection fow low block countsJohannes Doerfert4-8/+114