1. e946917 [Libomptarget] Add a utility function for checking existence of symbols (#74550) by Joseph Huber · 5 months ago
  2. fe65f42 [OpenMP] Disable offloading/barrier_fence test by JP Lehr · 5 months ago
  3. bd5723d [OpenMP][FIX] Fixup test that doesn't work with lit's `env` substitute by Johannes Doerfert · 5 months ago
  4. f36bd0d [OpenMP] Reorganize the initialization of `PluginAdaptorTy` (#74397) by Johannes Doerfert · 5 months ago
  5. fad13dc [OpenMP][FIX] Ensure we allow shared libraries without kernels (#74532) by Johannes Doerfert · 5 months ago
  6. dca5910 [OpenMP] Ensure `Devices` is accessed exlusively (#74374) by Johannes Doerfert · 5 months ago
  7. 030e7a5 [OpenMP] return empty stmt for `nothing` (#74042) by Sandeep Kosuri · 5 months ago
  8. b300a3c [OpenMP][NFC] Remove PluginAdaptorManagerTy by Johannes Doerfert · 5 months ago
  9. c479a19 [OpenMP][FIX] Fixup test by Johannes Doerfert · 5 months ago
  10. 638aed0 [OpenMP][NFCI] Organize offload entry logic by Johannes Doerfert · 5 months ago
  11. 4fb9a53 [OpenMP][NFC] Extract device image handling into a class/header (#74129) by Johannes Doerfert · 5 months ago
  12. 486439c [OpenMP] Separate Requirements into a standalone header (#74126) by Johannes Doerfert · 5 months ago
  13. cd49773 [OpenMP] Re-enable KMP_HAVE_QUAD on NetBSD 10.0 with GCC 10.5 (#73478) by Brad Smith · 5 months ago
  14. 145a680 [OpenMP] Add an INFO message for data transfer of kernel launch env. (#74030) by dhruvachak · 5 months ago
  15. 6d77b80 [OpenMP][NFC] Extract OffloadPolicy into a helper class (#74029) by Johannes Doerfert · 5 months ago
  16. ccfe069 [OpenMP][NFC] Modernize the plugin handling (#74034) by Johannes Doerfert · 5 months ago
  17. c3f3acd [OpenMP][flang] Adding more tests for commonblock with target map (#71146) by Shraiysh · 5 months ago
  18. fa05a2d [amdgpu] Default to 1.0, instead of unspecified, for dynamic hsa (#74098) by Jon Chesterfield · 5 months ago
  19. 33a8920 [OpenMP] Fix libomptarget build issue (#74067) by Dominik Adamski · 5 months ago
  20. 8b1b122 [OpenMP][NFC] Move mapping related logic into Mapping.h (#74009) by Johannes Doerfert · 5 months ago
  21. 0f023dc [OpenMP][NFC] Encapsulate Devices.size() (#74010) by Johannes Doerfert · 5 months ago
  22. 2f2051e [OpenMP][NFC] Encapsulate profiling logic (#74003) by Johannes Doerfert · 5 months ago
  23. c725676 [OpenMP][NFC] Separate Envar (environment variable) handling (#73994) by Johannes Doerfert · 5 months ago
  24. 2976951 [OpenMP] Replace copy and paste code with instantiation (#73991) by Johannes Doerfert · 5 months ago
  25. 7c9223a [Libomptarget] Output the DeviceRTL alongside the other libraries (#73705) by Joseph Huber · 5 months ago
  26. a5e0f4b [OpenMP] Start organizing PluginManager, PluginAdaptors (#73875) by Johannes Doerfert · 5 months ago
  27. d0a1f84 Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA" by Shilei Tian · 5 months ago
  28. 68793a7 [OpenMP] Add an 'stddef.h' include to 'omp.h' (#73876) by Joseph Huber · 6 months ago
  29. 1bc646f [OpenMP][NFC] Move out plugin API and APITypes into standalone headers (#73868) by Johannes Doerfert · 6 months ago
  30. e0f399b [OpenMP] Avoid initializing the KernelLaunchEnvironment if possible (#73864) by Johannes Doerfert · 6 months ago
  31. 96b73b8 [OpenMP][NFC] Separate OpenMP/OpenACC specific mapping code (#73817) by Johannes Doerfert · 6 months ago
  32. 017ac3b [OpenMP][NFC] Move more declarations out of private.h (#73823) by Johannes Doerfert · 6 months ago
  33. 2834b6f [OpenMP][NFC] Put ExponentialBackoff in a Utils header (#73816) by Johannes Doerfert · 6 months ago
  34. 4fb1388 [OpenMP][NFC] Rename OmptCallback.cpp into OpenMP/OMPT/Callback.cpp (#73813) by Johannes Doerfert · 6 months ago
  35. fae5b8e [OpenMP][NFC] Replace unnecessary typedefs (#73815) by Johannes Doerfert · 6 months ago
  36. d80cc39 [OpenMP][NFC] Move OMPT headers into OpenMP/OMPT (#73718) by Johannes Doerfert · 6 months ago
  37. 7f9acfe [OpenMP][NFC] Flatten plugin-nextgen/common folder sturcture (#73725) by Johannes Doerfert · 6 months ago
  38. a350773 [OpenMP][NFC] Extract timescope profile support into its own header (#73727) by Johannes Doerfert · 6 months ago
  39. dcfdb75 [OpenMP] New Openmp device RTL functions (#73225) by Dominik Adamski · 6 months ago
  40. 6eded4e [OpenMP][libomptarget] Use two SDMA engines (#73633) by Jan Patrick Lehr · 6 months ago
  41. f5f19d1 [OpenMP][NFC] Move debug declares into CMAKE out of "private.h" (#73732) by Johannes Doerfert · 6 months ago
  42. 83a868b [OpenMP] Use simple VLA implementation to replace uses of actual VLA by Shilei Tian · 6 months ago
  43. 07e035e Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA" by Shilei Tian · 6 months ago
  44. 7e3445d [OpenMP] Use simple VLA implementation to replace uses of actual VLA by Shilei Tian · 6 months ago
  45. 01583a7 [OpenMP][NFC] Create an "OpenMP" folder in the include folder (#73713) by Johannes Doerfert · 6 months ago
  46. afa8cdd Revert "[OpenMP] Use simple VLA implementation to replace uses of actual VLA (#71412)" by Shilei Tian · 6 months ago
  47. a85de70 [OpenMP] Use simple VLA implementation to replace uses of actual VLA (#71412) by Shilei Tian · 6 months ago
  48. 6b6313e [OpenMP][NFC] Move Environment.h and SourceInfo.h into "Shared" folder (#73703) by Johannes Doerfert · 6 months ago
  49. 0c79789 [OpenMP][NFC] Move Utils.h and Debug.h into a "Shared" include folder (#73701) by Johannes Doerfert · 6 months ago
  50. 2c29a26 [NFC][docs] Add AMDGPU documentation for `LIBOMPTARGET_STACK_SIZE` by Michael Halkenhaeuser · 6 months ago
  51. 1acee75 [OpenMP][NFC] Merge MemoryManager into PluginInterface (#73678) by Johannes Doerfert · 6 months ago
  52. b4a81a1 [OpenMP][NFC] Merge elf_common into PluginInterface (#73677) by Johannes Doerfert · 6 months ago
  53. 926e8af [OpenMP][Runtime][test] Fix ompt task testcase fail randomly (#72337) by Alex · 6 months ago
  54. d4803e8 [OpenMP][NFC] Simplify code by Johannes Doerfert · 6 months ago
  55. b2577fb [OpenMP][NFC] Fix diagnostic warnings by Johannes Doerfert · 6 months ago
  56. f3a7a67 [OpenMP][NFC] Remove else after return by Johannes Doerfert · 6 months ago
  57. 0084157 [OpenMP][NFC] Remove unused variable by Johannes Doerfert · 6 months ago
  58. a7244a4 [OpenMP][Docs] Cleanup libomptarget README by Johannes Doerfert · 6 months ago
  59. 6216d06 [OpenMP] Temporarily disable OMPT tests for x64 by Joseph Huber · 6 months ago
  60. c158d87 [OpenMP] Enable position independent code for libomptarget by Joseph Huber · 6 months ago
  61. 3f90b50 [OpenMP] Add back implicit flags manually by Joseph Huber · 6 months ago
  62. 9302be8 [OpenMP] Tear down GenericDeviceTy's with GenericPluginTy (#73557) by Johannes Doerfert · 6 months ago
  63. 22f2e2f [OpenMP][NFC] Minor name and code simplification by Johannes Doerfert · 6 months ago
  64. 79749a8 [OpenMP][NFC] Remove no-op __tgt_rtl_deinit_plugin by Johannes Doerfert · 6 months ago
  65. 2cd296d [OpenMP][NFC] Remove unused (un)register_lib plugin API by Johannes Doerfert · 6 months ago
  66. 8b641f3 [OpenMP][Tools] Have sort(1) not use long name parameters (#73477) by Brad Smith · 6 months ago
  67. cfa70c1 [runtime] Have the runtime use the compiler builtin for alloca on NetBSD (#73480) by Brad Smith · 6 months ago
  68. 8c7f0c9 [OpenMP] Fix missing CMake function in runtimes build by Joseph Huber · 6 months ago
  69. 3cf7982 [NFC] fix failed ompt tests on M1 device (#65696) by Lixi Zhou · 6 months ago
  70. 28a9252 [Flang][OpenMP] Remove use of non reference values from MapInfoOp (#72444) by Akash Banerjee · 6 months ago
  71. 5ad6c13 [OpenMP] Optimized trivial multiple edges from task dependency graph by Joachim Jenke · 6 months ago
  72. b5981e4 [OpenMP] Be more forgiving during record and replay by Johannes Doerfert · 6 months ago
  73. 850330d [OpenMP][FIX] Ensure recording works properly w/ late allocations by Johannes Doerfert · 6 months ago
  74. 88f0976 [OpenMP][NFC] Remove std::move to silence warnings by Johannes Doerfert · 6 months ago
  75. 8b0287a [Libomptarget] Handle dynamic stack sizes for AMD COV5 (#72606) by Joseph Huber · 6 months ago
  76. 7980b11 [OpenMP] Add missing pieces in __kmp_launch_worker for Solaris support (#72613) by Brad Smith · 6 months ago
  77. cb05cfb [flang][NVPTX] Add initial support to the NVPTX target (#71992) by Fabian Mora · 6 months ago
  78. 7f2b3d0 [OpenMP][OMPIRBuilder] Handle replace uses of ConstantExpr's inside of Target regions (#71891) by agozillon · 6 months ago
  79. 92035f2 Reland [OpenMP][libomptarget] Enable parallel copies via multiple SDM… (#72307) by Jan Patrick Lehr · 6 months ago
  80. 0d34522 Revert "[OpenMP][libomptarget] Enable parallel copies via multiple SDMA engines (#71801)" by Joseph Huber · 6 months ago
  81. 8497bfa [OpenMP][libomptarget] Enable parallel copies via multiple SDMA engines (#71801) by Jan Patrick Lehr · 6 months ago
  82. e4028d9 [OpenMP] Link against libm on OpenBSD (#70614) by Brad Smith · 6 months ago
  83. 8dbeb86 [OpenMP][FIX] Ensure device reduction geps work for multi-var reductions by Johannes Doerfert · 6 months ago
  84. 1ebef64 [OpenMP] Rework handling of global ctor/dtors in OpenMP (#71739) by Joseph Huber · 6 months ago
  85. c47be95 [OpenMP][SystemZ] Compile __kmpc_omp_task_begin_if0() with backchain (#71834) by Ilya Leoshkevich · 6 months ago
  86. a90b4cb [OpenMP] Fix record-replay allocation order for kernel environment (#71863) by Konstantinos Parasyris · 6 months ago
  87. 18fc7bd [OpenMP] Fix a condition for KMP_OS_SOLARIS. (#71831) by xingxue-ibm · 6 months ago
  88. a7eb255 [OpenMP] Cleanup and fixes for ABI agnostic DeviceRTL (#71234) by Saiyedul Islam · 6 months ago
  89. cb2eb7b [OpenMP] Add skewed iteration distribution on hybrid systems (#69946) by Jonathan Peyton · 6 months ago
  90. bf09a89 [OpenMP ]Adding more libomptarget reduction tests (#71616) by Anton Rydahl · 6 months ago
  91. 028c42d [OpenMP][FIX] Fix the compile error introduced by reverting eab828d by Shilei Tian · 6 months ago
  92. b15ec61 Revert "[OpenMP] Provide a specialized team reduction for the common case (#70766)" by Shilei Tian · 6 months ago
  93. 823d2a7 [OpenMP][Offload] Automatically map indirect function pointers (#71462) by Johannes Doerfert · 6 months ago
  94. 1b6e58d [OpenMP] Replace CUDART_VERSION with CUDA_VERSION by Johannes Doerfert · 6 months ago
  95. a60eb28 [OpenMP] Move the recording code to account for KernelLaunchEnvironment by Johannes Doerfert · 6 months ago
  96. 34a18be [OpenMP][NFC] Split the reduction buffer size into two components by Johannes Doerfert · 6 months ago
  97. 37944c7 [OpenMP][libomptarget] Fixes possible no-return warning (#70808) by Jan Patrick Lehr · 6 months ago
  98. dbb48b7 [OpenMP][Flang]Fix some of the Fortan OpenMP Offloading tests by Akash Banerjee · 6 months ago
  99. dd55094 Revert "[OpenMP] Simplify parallel reductions (#70983)" by Shilei Tian · 6 months ago
  100. 9c6710f [OpenMP] Guard Virtual Memory Management API and Types (#70986) by Konstantinos Parasyris · 6 months ago