1. 59f7717 Revert "[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget" (#172827) by Joachim · 10 days ago main master
  2. c00e964 [OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget (#156020) by Kaloyan Ignatov · 10 days ago
  3. 44f3453 [OpenMP][Offload] Add `LIBOMPTARGET_TREAT_ATTACH_AUTO_AS_ALWAYS` to treat `attach(auto)` as `attach(always)`. (#172382) by Abhinav Gaba · 11 days ago
  4. cce5218 [OpenMP] Fix libarcher tests on Ubuntu 22.04 (#170671) by Leandro Lupori · 13 days ago
  5. edb8f65 Revert "[Flang] Move builtin .mod generation into runtimes (Reapply #137828) (#169638)" by Michael Kruse · 3 weeks ago
  6. 7571f4d [Flang] Move builtin .mod generation into runtimes (Reapply #137828) (#169638) by Michael Kruse · 3 weeks ago
  7. 8a0f6f0 [Clang][OpenMP] Switch to __kmpc_parallel_60 with strict parameter (#171082) by Kevin Sala Penades · 3 weeks ago
  8. 8a0ecdb [OpenMP] Fix undefined symbol for Darwin builds (#170999) by Robert Imschweiler · 3 weeks ago
  9. abd5780 [openmp][NFCI] Move .mod code out of runtimes subdir (#169909) by Michael Kruse · 3 weeks ago
  10. decdcbf [OpenMP][OMPT] Use global thread id for `codeptr_ra` in `end_critical` (#169826) by Jan André Reuter · 3 weeks ago
  11. 3da2e1d Fix Windows OpenMP build (#170142) by Robert Imschweiler · 4 weeks ago
  12. a37f53e Reland: [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (#168554) by Robert Imschweiler · 4 weeks ago
  13. 56a2576 Revert "[Flang] Move builtin .mod generation into runtimes" (#169489) by Jan Patrick Lehr · 5 weeks ago
  14. 6c0db00 [Flang] Move builtin .mod generation into runtimes (#137828) by Michael Kruse · 5 weeks ago
  15. 643484c [OpenMP][libomp] Add transparent task flag bit to kmp_tasking_flags (#168873) by Zahira Ammarguellat · 5 weeks ago
  16. dd942c4 [OpenMP][AIX] Not to create symbolic links to libomp.so in install step (NFC) (#168585) by Kelvin Li · 5 weeks ago
  17. b92349c [Runtimes] Default build must use its own output dirs (#168266) by Michael Kruse · 6 weeks ago
  18. 1b01896 Revert "[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid()" (#168547) by Robert Imschweiler · 6 weeks ago
  19. 1c3f1cc [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (#164392) by Robert Imschweiler · 6 weeks ago
  20. c246522 [OpenMP][omptest] Fix missing source extention by Michael Kruse · 6 weeks ago
  21. fba3041 [Offload] Remove handling for device memory pool (#163629) by Joseph Huber · 7 weeks ago
  22. ccc24e6 [OpenMP][AIX] Not to create symbolic links to libomp.so on AIX (#165890) by Kelvin Li · 8 weeks ago
  23. a6a0250 [OpenMP][AArch64] Fix frame pointer save in microtask (#165313) by Dominik Wójt (Cognizant) · 8 weeks ago
  24. 9b73666 [OpenMP] Remove OS checks for ARM and AArch64 (#165640) by Brad Smith · 8 weeks ago
  25. 75cc1cf [openmp][cmake] Don't glob for build dependencies (#165231) by Michael Kruse · 9 weeks ago
  26. 3128722 [NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453) by Raul Tambre · 10 weeks ago
  27. 7b47992 [OpenMP][AArch64] Enable BTI and PAC support on OpenBSD (#164337) by Brad Smith · 10 weeks ago
  28. 62518c8 [OpenMP][omptest] Add Dispatch equality operator (#162667) by Michael Halkenhäuser · 2 months ago
  29. 425883d [OpenMP] Fix preprocessor mismatches between include and usages of hwloc (#158349) by Peter Arzt · 2 months ago
  30. c951041 Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960) by 小钟 · 3 months ago
  31. 8d8e91b [OpenMP] Add IBM Z as supported architecture in the runtime README by Ulrich Weigand · 3 months ago
  32. 4b79b93 [OpenMP][omptest] Enable missing callback (#161650) by Jan Patrick Lehr · 3 months ago
  33. 777d3bb [OpenMP] Clean-up Fortran tests by Michael Kruse · 3 months ago
  34. 2032bab [OpenMP][test] .f90 -> .F90 by Michael Kruse · 3 months ago
  35. 820422e [Flang] Add standalone tile support (#160298) by Michael Kruse · 3 months ago
  36. 8a86c7b [OpenMP] Fix 'libc' configuration when building OpenMP by Joseph Huber · 3 months ago
  37. 73e15bd [Clang][OpenMP][LoopTransformations] Implement "#pragma omp fuse" loop transformation directive and "looprange" clause (#139293) by Walter J.T.V · 3 months ago
  38. e363ef9 [Flang][OpenMP] Enable no-loop kernels (#155818) by Dominik Adamski · 3 months ago
  39. 445171b [openmp][test] Don't use random Flang by default by Michael Kruse · 3 months ago
  40. ebf0b35 [OpenMP] Allow Fortran tests (#150722) by Michael Kruse · 3 months ago
  41. 9350930 [OpenMP][NFC] Clean up a bunch of warnings and clang-tidy messages (#159831) by Joseph Huber · 3 months ago
  42. f7934fb [LLVM] Simplify GPU runtimes flag handling (#159802) by Joseph Huber · 3 months ago
  43. aa36297 [OpenMP] Document how to specify flags to device libraries (#159053) by Tulio Magno Quites Machado Filho · 3 months ago
  44. fa75b9a [OpenMP] [Tests] Update test broken by #157364 (#158751) by Sirraide · 3 months ago
  45. cb19495 [offload][OpenMP] Remove device code for num_threads strict (#157893) by Robert Imschweiler · 4 months ago
  46. cf8f865 [OpenMP] Fix incorrect CUDA bc path after library change (#157547) by Joseph Huber · 4 months ago
  47. 7e8f0bb [OpenMP] Change build of OpenMP device runtime to be a separate runtime (#136729) by Joseph Huber · 4 months ago
  48. 026d8cc [openmp] Fix missing include directory in omptest tool (#156194) by Michał Górny · 4 months ago
  49. fa78f7a [OpenMP] Use Clang resource dir only in bootstrapping build (#156018) by Michael Kruse · 4 months ago
  50. ae39baa Revert "[OpenMP][clang] 6.0: num_threads strict (part 3: codegen)" (#155809) by Robert Imschweiler · 4 months ago
  51. 8dac691 [OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (#146405) by Robert Imschweiler · 4 months ago
  52. d706370 [OpenMP][ompTest] Guard installation of all components (#155433) by Michael Halkenhäuser · 4 months ago
  53. ea7b629 [Flang-RT][OpenMP] Define _GLIBCXX_NO_ASSERTIONS (#155440) by Michael Kruse · 4 months ago
  54. e637b0b [OpenMP][omptest] Skip omptest build if LLVM_INCLUDE_TESTS=OFF (#155020) by Michael Halkenhäuser · 4 months ago
  55. f4a4726 [OpenMP][omptest] Enforce test case order for 'standalone' build (#154977) by Michael Halkenhäuser · 4 months ago
  56. 5b685bd Reland: [OpenMP] Add ompTest library to OpenMP (#154786) by Michael Halkenhäuser · 4 months ago
  57. f4d0764 Revert "Fix Debug Build Using GCC 15" (#154877) by dpalermo · 4 months ago
  58. 065adc1 Fix Debug Build Using GCC 15 (#152223) by Patrick Simmons · 4 months ago
  59. 2b31d30 Revert "[OpenMP] Add ompTest library to OpenMP" (#154742) by Jan Patrick Lehr · 4 months ago
  60. e7e788a [OpenMP] Add ompTest library to OpenMP (#147381) by Michael Halkenhäuser · 4 months ago
  61. 0c30f73 [NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537) by David Tenty · 4 months ago
  62. 503ac14 [OpenMP][OMPD] Fix GDB plugin to work correctly when installed (#153956) by Michał Górny · 4 months ago
  63. 2b48c87 [OpenMP][Test][NFC] output tool data as hex to improve readibility (#152757) by Joachim · 4 months ago
  64. 5ccf66c [OpenMP] Update ompdModule.c printf to match argument type (#152785) by CatherineMoore · 4 months ago
  65. 26fbce8 [OpenMP] Update printf statement with missing argument. (#153704) by CatherineMoore · 4 months ago
  66. 5838147 [OpenMP] Update printf stmt in kmp_settings.cpp (#152800) by CatherineMoore · 5 months ago
  67. e0dda5f [OFFLOAD][OPENMP] 6.0 compatible interop interface (#143491) by Alex Duran · 5 months ago
  68. 7f0b4e4 [OpenMP] Fix LLVM_ENABLE_PROJECTS=openmp build (#151117) by Michael Kruse · 5 months ago
  69. f5ba3dd [OpenMP] Update %preload-tool definition on Darwin by Aiden Grossman · 5 months ago
  70. aea67dc [OpenMP] Remove %preload-tool definition from archer tests (#150779) by Aiden Grossman · 5 months ago
  71. db88b66 [OpenMP] Move tool tests out of individual folders (#150780) by Aiden Grossman · 5 months ago
  72. 598e2a5 [OpenMP] Fix tool tests 9475ed84909463ad594602dd76583f4ff12efcd0 by Aiden Grossman · 5 months ago
  73. ea56542 [OpenMP] Remove uses of %T from lit tests (#150723) by Aiden Grossman · 5 months ago
  74. 233bee7 [OpenMP] Fix runtimes default build (#149871) by Michael Kruse · 5 months ago
  75. 21cb223 [OpenMP] Fixup bugs found during fuzz testing (#143455) by Jonathan Peyton · 5 months ago
  76. d37cf42 [OpenMP] [NFC] Remove KMP_NESTED_HOT_TEAMS macro (#143584) by Jonathan Peyton · 5 months ago
  77. 4fa148d [OpenMP] Improve performance of ticket lock (x86) (#143557) by Jonathan Peyton · 5 months ago
  78. 3579161 [OpenMP] [NFC] Remove dead code: building task stack (#143589) by Jonathan Peyton · 5 months ago
  79. d729a1a Reland: [OpenMP][clang] 6.0: num_threads strict (part 1: host runtime) (#147532) by Robert Imschweiler · 6 months ago
  80. 50535f6 [OpenMP] OpenMP ThreadSet clause - basic runtime (#144409) by Ritanya-B-Bharadwaj · 6 months ago
  81. e3959c3 Revert "[OpenMP][clang] 6.0: num_threads strict (part 1: host runtime)" (#147379) by Robert Imschweiler · 6 months ago
  82. 210fe81 [OpenMP][clang] 6.0: num_threads strict (part 1: host runtime) (#146403) by Robert Imschweiler · 6 months ago
  83. c67527f Drop timestamp in generated source code (#146822) by Bernhard M. Wiedemann · 6 months ago
  84. 55207aa [OpenMP][test][NFC] Temporarily disabling failing test by Joachim Jenke · 6 months ago
  85. 3e51a50 [OpenMP] Fix various alignment issues (#142376) by Rainer Orth · 6 months ago
  86. 479fabc [OpenMP] avoid segv for a lock that has already been destroyed (#145625) by Larry Meadows · 6 months ago
  87. bafaa6f [OpenMP] Remove declaration and usage of __AMDGCN_WAVEFRONT_SIZE (#143761) by nicebert · 7 months ago
  88. 61343a5 [OpenMP][Flang]Fix omp_get_cancellation return type from integer to logical (#142990) by Yang Zaizhou · 7 months ago
  89. c5ce6cc [doc] Use ISO nomenclature for 1024 byte units (#133148) by Alexander Ziaee · 7 months ago
  90. 467819f LLVM Buildbot failure on openmp runtime test (#143674) by CHANDRA GHALE · 7 months ago
  91. ba8418a [OpenMP 6.0 ]Codegen for Reduction over private variables with reduction clause (#134709) by CHANDRA GHALE · 7 months ago
  92. d3beffa [OpenMP] Update out of date documentation (#142411) by Joseph Huber · 7 months ago
  93. b2c8566 [OpenMP][test] Support target= in tests (#142380) by Rainer Orth · 7 months ago
  94. 96e690c [OpenMP][cmake] Add SPARC support (#142364) by Rainer Orth · 7 months ago
  95. 2c32700 [OpenMP][cmake] Simplify -m32 handling (#142742) by Rainer Orth · 7 months ago
  96. bd38c06 [OpenMP] Don't use libproc on Solaris (#142379) by Rainer Orth · 7 months ago
  97. 0eeeca6 [OpenMP][test] Define print_possible_return_addresses on SPARC (#138523) by Rainer Orth · 8 months ago
  98. 1ee4e6b [OpenMP] Fix __builtin_return_address calls for SPARC (#138520) by Rainer Orth · 8 months ago
  99. 512e4b8 [OpenMP][test] Properly check for NULL (#139364) by Rainer Orth · 8 months ago
  100. 31ae5e7 [OpenMP][test] Adjust tool_available_search.c for Solaris (#138515) by Rainer Orth · 8 months ago