1. 7ecbf49 [OpenMP] Fix typo (NFC) (#80332) by Kelvin Li · 3 months ago
  2. fe366e9 [OpenMP] Fix build breakage (NFC) (#80313) by Kelvin Li · 3 months ago
  3. a5d52eb [openmp] On Windows, fix standalone cmake build (#80174) by Alexandre Ganea · 3 months ago
  4. 56490f6 [Libomptarget] Remove handling of old ctor / dtor entries (#80153) by Joseph Huber · 3 months ago
  5. 8c398d4 [OpenMP52][LIBOMPTARGET] Do not throw error in omp_get_mapped_ptr for the host (#80038) by Saiyedul Islam · 3 months ago
  6. 0eec133 [Libomptarget] Remove remaining inline assembly from the device RTL (#79922) by Joseph Huber · 3 months ago
  7. 0e0c973 [libomptarget][NFC] Outline parallel SPMD function (#78642) by Gheorghe-Teodor Bercea · 3 months ago
  8. d303e10 [OpenMP] Disable LTO build of libomptarget and plugins by default. (#79387) by Michael Kruse · 3 months ago
  9. e6063a4 [openmp] Silence warning when compiling with MSVC targetting x86 by Alexandre Ganea · 3 months ago
  10. 4cbc0bf [openmp][flang][offloading] Do not use fixed device IDs in checks (#78973) by Kareem Ergawy · 3 months ago
  11. 594354f Bump trunk version to 19.0.0git by Tom Stellard · 3 months ago
  12. 09d984a Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT (#77853) by Alexandre Ganea · 3 months ago
  13. 82bc2b0 Revert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - [openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT (#77853) by Alexandre Ganea · 3 months ago
  14. bd8e564 [openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT (#77853) by Alexandre Ganea · 3 months ago
  15. 346e72a [OpenMP][Fix] Require USM capability in force-usm test (#79059) by Jan Patrick Lehr · 3 months ago
  16. 60fad92 [OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571) by Jan Patrick Lehr · 3 months ago
  17. 71af19f [Libomptarget] Move target table handling out of the plugins (#77150) by Joseph Huber · 3 months ago
  18. d6de5ee [OpenMP] Enable automatic unified shared memory on MI300A. (#77512) by carlobertolli · 3 months ago
  19. 62a4c80 [OpenMP] Fix two usm tests for amdgpus. (#78824) by carlobertolli · 3 months ago
  20. 8080a35 [LLVM][CMake] Add ffi_static target for the FFI static library (#78779) by Joseph Huber · 3 months ago
  21. 3c4e1c7 [OpenMP][OMPIRBuilder] Fix LLVM IR codegen for collapsed device loop (#78708) by Dominik Adamski · 3 months ago
  22. b819d4e [openmp] Revert 64874e5ab5fd102344d43ac9465537a44130bf19 since it was committed by mistake and the PR (https://github.com/llvm/llvm-project/pull/77853) wasn't approved yet. by Alexandre Ganea · 3 months ago
  23. 8557f55 [NFC][OpenMP] Fix typo in CHECK line (#78586) by Dominik Adamski · 3 months ago
  24. 50bba90 [NFC][OpenMP][Flang] Add test for OpenMP target parallel do (#77776) by Dominik Adamski · 3 months ago
  25. 4b09a68 [OpenMP][omp_lib] Restore compatibility with more restrictive Fortran compilers (#77780) by Paul Osmialowski · 3 months ago
  26. ec6cd27 [openmp] Silence warnings when building the LLVM release with MSVC by Alexandre Ganea · 4 months ago
  27. ff4c19b [openmp] Remove extra ';' outside of function by Alexandre Ganea · 4 months ago
  28. b42d703 [Libomptarget] Remove temporary files in AMDGPU JIT impl (#77980) by Joseph Huber · 3 months ago
  29. a2c68a5 Revert "[OpenMP] Fix two usm tests for amdgpus." (#77983) by carlobertolli · 4 months ago
  30. 5a62d49 [OpenMP] Fix two usm tests for amdgpus. (#77851) by carlobertolli · 4 months ago
  31. 3edcd56 [OpenMP] Fix or disable NVPTX tests failing currently (#77844) by Joseph Huber · 4 months ago
  32. 8e3663c [Libomptarget] Fix GPU Dtors referencing possibly deallocated image (#77828) by Joseph Huber · 4 months ago
  33. e5f03d7 [Libomptarget] Fix JIT on the NVPTX target by calling ptx manually (#77801) by Joseph Huber · 4 months ago
  34. 369f9e9 [OpenMP] Add missing weak definitions of missing variables (#77767) by Dominik Adamski · 4 months ago
  35. 381fccb [NFC][OpenMP][Flang] Add smoke test for omp target parallel (#77579) by Dominik Adamski · 4 months ago
  36. ca7c7ce [Flang][OpenMP][Offloading][Test] Adjust slightly incorrect tests now cmake configuration works by Andrew Gozillon · 4 months ago
  37. 2dcf5b9 [Libomptarget] Do not abort on failed plugin init (#77623) by Joseph Huber · 4 months ago
  38. dd09333 [Libomptarget][NFC] Format in-line comments consistently (#77530) by Joseph Huber · 4 months ago
  39. 1fcaba5 [Libomptarget] Add error message back in after changes (#77528) by Joseph Huber · 4 months ago
  40. 3ce2c89 [Libomptarget] Do not run CPU tests if FFI was not found by Joseph Huber · 4 months ago
  41. 940c8fb [OpenMP] Allow setting OPENMP_INSTALL_LIBDIR (#77533) by Martin Storsjö · 4 months ago
  42. d0aacea [Libomptarget] Allow the CPU targets to be built without libffi (#77495) by Joseph Huber · 4 months ago
  43. 05d3dd3 [openmp][AIX] Add AIX to __kmp_set_stack_info() (#77421) by Brad Smith · 4 months ago
  44. 951547c [Libomptarget] Remove extra cache for offloading entries (#77012) by Joseph Huber · 4 months ago
  45. 160ca04 Revert "[OpenMP][libomptarget] Enable automatic unified shared memory executi…" (#77371) by carlobertolli · 4 months ago
  46. de7aabb [OpenMP][libomptarget] Enable automatic unified shared memory executi… (#75999) by carlobertolli · 4 months ago
  47. d1408cc [Libomptarget] Remove unnecessary CMake definition of endiannness (#77205) by Joseph Huber · 4 months ago
  48. 2c03e98 [Libomptarget][NFC] Fix unhandled allocator enum value by Joseph Huber · 4 months ago
  49. 8a0fc37 [openmp][AIX]Initial changes for porting to AIX (#76841) by Xing Xue · 4 months ago
  50. 47d5185 [openmp][amdgpu] Add DynamicLdsSize to AMDGPUImplicitArgsTy (#65325) by Chaitanya · 4 months ago
  51. 8f349fa [libomptarget][flang] Explicitly pass the OpenMP device libraries to tests (#76796) by Dominik Adamski · 4 months ago
  52. 234ff6b [Libomptarget] Fix RPC-based malloc on NVPTX (#72440) by Joseph Huber · 4 months ago
  53. 74b1a4d [flang][OpenMP][Offloading][AMDGPU] Add test for `target update` (#76355) by Kareem Ergawy · 4 months ago
  54. 3164793 [Libomptarget] Rework image checking further (#76120) by Joseph Huber · 4 months ago
  55. 0b61c18 [OpenMP][libomptarget][Fix] Add missing array initialization (#76457) by Gheorghe-Teodor Bercea · 4 months ago
  56. 800bcc3 [OpenMP] Remove unnecessary dependencies from plugin unit tests (#76266) by Ethan Luis McDonough · 4 months ago
  57. bd1ff7d [OpenMP] Improve omp offload profiler (#68016) by Felipe Cabarcas · 4 months ago
  58. 30c3974 Reland [OpenMP][Fix] libomptarget Fortran tests (#76189) by Fabian Mora · 4 months ago
  59. 6394904 [OpenMP] Check for gtest when building libomptarget unit tests (#76141) by Ethan Luis McDonough · 4 months ago
  60. bc3c997 [Libomptarget][Obvious] Fix typo in attribute lookup by Joseph Huber · 4 months ago
  61. 4a6ab7b [Libomptarget][NFCI] Remove caching of created ELF files (#76080) by Joseph Huber · 4 months ago
  62. 8e430f0 [OpenMP] Reduce the size of heap memory required by the test `malloc_parallel.c` (#75885) by Shilei Tian · 4 months ago
  63. 7ad8177 [OpenMP] Add unit tests for nextgen plugins (#74398) by Ethan Luis McDonough · 4 months ago
  64. 4ca2d80 [Libomptarget][NFC] Fix linting warnings in the plugins by Joseph Huber · 4 months ago
  65. 60efb8a [Libomptarget] Remove __tgt_image_info and use the ELF directly (#75720) by Joseph Huber · 4 months ago
  66. 3e3ff7c [Libomptarget] Use scoped atomics in the device runtime (#75834) by Joseph Huber · 4 months ago
  67. 20ac0d4 [OpenMP][AArch64] Workaround for ompt/synchronization tests (#75848) by Carlos Eduardo Seo · 4 months ago
  68. 84d55e2 Revert "[OpenMP][Fix] libomptarget Fortran tests" (#75953) by Fabian Mora · 4 months ago
  69. e1cea29 [OpenMP][libomptarget][Fix] Disable test on NVIDIA platforms (#75949) by Gheorghe-Teodor Bercea · 4 months ago
  70. fe9d146 [OpenMP][Fix] libomptarget Fortran tests (#74543) by Fabian Mora · 4 months ago
  71. 6d6e5c1 [OpenMP] Directly use user's grid and block size in kernel language mode (#70612) by Shilei Tian · 4 months ago
  72. 2b0a0c9 [Libomptarget] Remove remaining global constructors in plugins (#75814) by Joseph Huber · 4 months ago
  73. 323fc55 [Libomptarget] Remove bitcode image map used for JIT processing (#75672) by Joseph Huber · 4 months ago
  74. 47c4c56 [OpenMP][libomptarget][Fix]Require presence of libomptarget-debug for newly added test (#75807) by Gheorghe-Teodor Bercea · 4 months ago
  75. 6de8903 [Clang][OpenMP] Fix mapping of structs to device (#75642) by Gheorghe-Teodor Bercea · 4 months ago
  76. eecd803 Use StringRef::{starts,ends}_with (NFC) by Kazu Hirata · 4 months ago
  77. c62b761 [OpenMP] Use simple VLA implementation to replace uses of actual VLA by Shilei Tian · 4 months ago
  78. 0d11737 [OpenMP] [OMPT] A pointer to HostOpId should be passed in EMI callbacks. (#75574) by dhruvachak · 4 months ago
  79. 578b4de [OpenMP] Fix compile error caused by #74397 (#75419) by Shilei Tian · 5 months ago
  80. da11ee1 [openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297) by Andrew Brown · 5 months ago
  81. 056cbc6 [Libomptarget] Move ELF symbol extraction to the ELF utility (#74717) by Joseph Huber · 5 months ago
  82. c534bf0 [OpenMP][NFC] Move mapping related code into OpenMP/Mapping.cpp (#75239) by Johannes Doerfert · 5 months ago
  83. 7509678 [OpenMP][NFC] Improve profiling for the offload runtime by Johannes Doerfert · 5 months ago
  84. b02a1d0 [OpenMP][NFCI] Remove effectively unused mutex by Johannes Doerfert · 5 months ago
  85. 3f8b5e7 [OpenMP][NFC] Move rtl.cpp to OffloadRTL.cpp by Johannes Doerfert · 5 months ago
  86. 8a76107 [OpenMP][NFC] Move api.cpp to OpenMP/API.cpp by Johannes Doerfert · 5 months ago
  87. c1facf6 [OpenMP] Add extra flags to libomptarget and plugin builds (#74520) by Johannes Doerfert · 5 months ago
  88. 1c052e3 [OpenMP] Change check for OS to check for defined for a macro (#75012) by Brad Smith · 5 months ago
  89. a25d685 [OpenMP][Fix] Fix test initialization (#74801) by Gheorghe-Teodor Bercea · 5 months ago
  90. 47ffd84 Revert "[OpenMP][Fix] Fix test array initialization. (#74799)" (#74800) by Gheorghe-Teodor Bercea · 5 months ago
  91. 0ea70c1 [OpenMP][Fix] Fix test array initialization. (#74799) by Gheorghe-Teodor Bercea · 5 months ago
  92. 97c0709 Fix test. (#74745) by jyu2-git · 5 months ago
  93. 577ce04 [OpenMP] Fix runtime problem due to wrong map size. (#74692) by jyu2-git · 5 months ago
  94. cb5af41 [Libomptarget][Obvious] Fix incorrect if-else in CMake for destination by Joseph Huber · 5 months ago
  95. 6368140 Revert " [OpenMP][NFC] Remove `DelayedBinDesc`" (#74679) by Johannes Doerfert · 5 months ago
  96. 4849d0a [OpenMP][NFC] Actually use a string in the error message by Johannes Doerfert · 5 months ago
  97. 7c3c899 [OpenMP][FIX] Ensure we do not read outside the device image (#74669) by Johannes Doerfert · 5 months ago
  98. f53be04 [OpenMP][FIX] Use unique library name to avoid clashes with other tests by Johannes Doerfert · 5 months ago
  99. fd025e1 [OpenMP][NFC] Remove `DelayedBinDesc` (#74360) by Johannes Doerfert · 5 months ago
  100. 87095be [OpenMP] Allow to specify what plugins to look for (#74538) by Johannes Doerfert · 5 months ago