1. 34f8573 [OpenMP] Use generic IR for the OpenMP DeviceRTL (#119091) by Joseph Huber · 5 months ago
  2. ec27eb8 [OpenMP] Fix interoperability test compilation on OpenBSD (#119053) by Brad Smith · 5 months ago
  3. 2137ded [OpenMP] Add Maintainers.md file by David Spickett · 6 months ago
  4. 05bcf83 [OpenMP][Build][Wasm][116552] Fixed build problem when compiling with Emscripten on Windows (#116874) by Christian Oliveros · 6 months ago
  5. dc3156d [OpenMP] Don't hardcode _WIN32_WINNT for MinGW targets (#115708) by Martin Storsjö · 6 months ago
  6. de41b13 [Offload] Provide a CMake cache file to easily build offloading (#115074) by Joseph Huber · 7 months ago
  7. d3d8103 [OpenMP] Using `SimpleVLA` to handle vla usage in ompt-general.cpp. (#114583) by Daniel Chen · 7 months ago
  8. b57b3f6 [NFC] Simple typo correction. (#114548) by c8ef · 7 months ago
  9. eccdb24 [OpenMP] Create versioned libgomp softlinks (#112973) by Ye Luo · 7 months ago
  10. 5d07162 [OpenMP] Fix the test issue when `libomp` is built as a static library (#113522) by Shilei Tian · 7 months ago
  11. b55c52c Revert "Renormalize line endings whitespace only after dccebddb3b80" by Luke Drummond · 7 months ago
  12. af1e9c8 [OpenMP] Fix missing gtid argument in __kmp_print_tdg_dot function (#111986) by Josep Pinot · 7 months ago
  13. 9d98acb Renormalize line endings whitespace only after dccebddb3b80 by Luke Drummond · 7 months ago
  14. 4722c6b [openmp] Use core_siblings_list if physical_package_id not available (#111831) by Nikita Popov · 7 months ago
  15. 06eb10d [flang][driver] rename flang-new to flang (#110023) by Brad Richardson · 7 months ago
  16. b2edeb5 [openmp] Add option to disable tsan tests (#111548) by Nikita Popov · 7 months ago
  17. c62e61a [libomp][AIX] Use SO version "1" for AIX libomp (#111384) by Xing Xue · 8 months ago
  18. 4123050 [Offload][Doc] Add 'offload' in OpenMP target doc (#110141) by Baodi Shan · 8 months ago
  19. bde51d9 [libomp][AIX] Ensure only libomp.a is published on AIX (#109016) by Xing Xue · 8 months ago
  20. 54b1055 [OpenMP] LIBOMPTARGET_DEVICE_ARCHITECTURES requires semicolons (#107454) by Joel E. Denny · 9 months ago
  21. 37e109c [OpenMP] Support setting POSIX thread name on *BSD's and Solaris (#106489) by Brad Smith · 9 months ago
  22. 9e0ee0e [OpenMP] Add support for pause with omp_pause_stop_tool (#97100) by Hansang Bae · 9 months ago
  23. 5989709 [OpenMP] Miscellaneous small code improvements (#95603) by Hansang Bae · 9 months ago
  24. 74d23f1 [OpenMP] Implement 'omp_alloc' on the device (#102526) by Joseph Huber · 9 months ago
  25. 0160d81 [OpenMP] Rename worker threads for improved debuggability (#102065) by HighW4y2H3ll · 9 months ago
  26. 0aa22dc [OpenMP][AArch64] Fix branch protection in microtasks (#102317) by Tulio Magno Quites Machado Filho · 9 months ago
  27. 20baa9a [openmp][runtime] Silence warnings by Alexandre Ganea · 9 months ago
  28. f7b2c2e [openmp][WebAssembly] Allow openmp to compile and run under emscripten toolchain (#95169) by arsnyder16 · 10 months ago
  29. 9a10132 [Offload] Allow to record kernel launch stack traces (#100472) by Johannes Doerfert · 10 months ago
  30. c95abe9 [Offload] Implement double free (and other allocation error) reporting (#100261) by Johannes Doerfert · 10 months ago
  31. 916a915 [OpenMP] Assign thread ids in the cpuinfo topology method (#91013) by Jonathan Peyton · 10 months ago
  32. 77ff969 [OpenMP] Add topology and affinity changes for Meteor Lake (#91012) by Jonathan Peyton · 10 months ago
  33. 2e57e63 [OpenMP][libomp] Fix tasking debug assert (#95823) by Jonathan Peyton · 10 months ago
  34. 10c6d63 Clear release notes for upcoming LLVM 20 dev cycle by Tobias Hieta · 10 months ago upstream/llvmorg-20-init
  35. 5c93a94 [Clang][OpenMP] Add interchange directive (#93022) by Michael Kruse · 10 months ago
  36. 80865c01 [Clang][OpenMP] Add reverse directive (#92916) by Michael Kruse · 10 months ago
  37. 7a72856 [OpenMP] Use new OMPT state and sync kinds for barrier events (#95602) by Hansang Bae · 10 months ago
  38. cf00bb0 [OpenMP] Fix comparison to None in openmp/**.py (#94020) by Eisuke Kawashima · 10 months ago
  39. 11a9ab1 [OpenMP] Fix comparison to True/False in openmp/**.py (#94041) by Eisuke Kawashima · 10 months ago
  40. be26e54 [openmp] Silence warning when building the x64 Windows LLVM release package by Alexandre Ganea · 11 months ago
  41. a14a53e [openmp] Add ompdModule dependency to check-ompd (#97736) by Nikita Popov · 11 months ago
  42. 8101cbf [ompd] Fix strict aliasing violation in TargetValue::getValue() (#97739) by Nikita Popov · 11 months ago
  43. 4c63672 [OpenMP] Fix use of ompt_start_tool in ompd test. (#97616) by Hansang Bae · 11 months ago
  44. d4f3d24 [OpenMP] Add ompt_start_tool declaration in omp-tools.h (#97099) by Hansang Bae · 11 months ago
  45. a707d08 [OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429) by Joachim · 11 months ago
  46. f056770 [OpenMP] Add missing export for dynamic tracking patch (#97419) by Gheorghe-Teodor Bercea · 11 months ago
  47. 946f5d1 [OpenMP] [OMPT] Callback registration should not depend on the device init callback. (#96371) by dhruvachak · 11 months ago
  48. 1a478a6 [OpenMP][offload] Fix dynamic schedule tracking (#97065) by Gheorghe-Teodor Bercea · 11 months ago
  49. ac9f06c [OpenMP] Fix test omp_parallel_num_threads_list.c to require fewer threads. (#96916) by Terry Wilmarth · 11 months ago
  50. d30b082 [OpenMP] Add num_threads clause list format and strict modifier support (#85466) by Terry Wilmarth · 11 months ago
  51. 88dae3d [OpenMP][libomp] Remove Perl in favor of Python (#95307) by Jonathan Peyton · 11 months ago
  52. 597d2f7 [OpenMP] Add Environment Variable to disable Reuse of Blocks for High Loop Trip Counts (#89239) by Tim Gymnich · 11 months ago
  53. d4a0154 [llvm-project] Fix typo "seperate" (#95373) by Jay Foad · 11 months ago
  54. 89c92b0 [OpenMP][Offload] - Ensure OPENMP_STANDALONE_BUILD is defined (#94801) by estewart08 · 12 months ago
  55. ff77f67 [OpenMP][NFC] Fix warning for OpenMP standalone build (#93463) by Joachim · 12 months ago
  56. 2464f1c [OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472) by Joachim · 12 months ago
  57. b448efb Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139) by Shilei Tian · 12 months ago
  58. df9701b [OpenMP] Fix multiply installing `libomp.so` (#93685) by Joseph Huber · 12 months ago
  59. c09787b [OMPT] Set default values for tsan function pointers (#93568) by Franklin Zhang · 12 months ago
  60. cf9eeb6 Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"" by Shilei Tian · 12 months ago
  61. 7b48655 Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" by Shilei Tian · 12 months ago
  62. 8bdc577 [openmp] Revise IDE folder structure (#89750) by Michael Kruse · 12 months ago
  63. 9b31cc7 Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)" by Joseph Huber · 12 months ago
  64. 2669ee1 [OpenMP][AIX] Extend LIT test timeout limit (#93319) by Xing Xue · 12 months ago
  65. 098c6df [NFC][OpenMP][OMPX] Remove ';' that is outside of a function by Shilei Tian · 12 months ago
  66. 8c718a3 [OpenMP][OMPX] No default argument for C API by Shilei Tian · 12 months ago
  67. 4fb02de [OpenMP][OMPX] Add shfl_down_sync (#93311) by Shilei Tian · 12 months ago
  68. 7eeec8e [OpenMP][OMPX] Add ballot_sync (#91297) by Shilei Tian · 12 months ago
  69. c618ae1 [Offload] Rework handling for loading vendor runtimes (#93073) by Joseph Huber · 12 months ago
  70. c44fa3e [Clang] Refactor `__attribute__((assume))` (#84934) by Sirraide · 12 months ago
  71. 9120562 [Clang][OpenMP] Enable tile/unroll on iterator- and foreach-loops (#91459) by Michael Kruse · 12 months ago
  72. f60c699 [OpenMP] Fix intermediate header locations for OpenMP by Joseph Huber · 1 year ago
  73. 2ec8571 [OpenMP] Add back in `ENABLE_LIBOMPTARGET' definition by Joseph Huber · 1 year ago
  74. 332de4b [Offload] Correctly reject building on unsupported architectures (#92276) by Joseph Huber · 1 year ago
  75. b0b6c16 [Clang][OpenMP][Tile] Allow non-constant tile sizes. (#91345) by Michael Kruse · 1 year ago
  76. 561b6ab [OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520) by Xing Xue · 1 year ago
  77. 2a57657 [OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled Arguments in __kmpc_fork_call_if (#82221) by chandan singh · 1 year ago
  78. 73bb8d9 [OpenMP] Fix child processes to use affinity_none (#91391) by Jonathan Peyton · 1 year ago
  79. 41ca910 [OpenMP] Fix task state and taskteams for serial teams (#86859) by Jonathan Peyton · 1 year ago
  80. 02ce822 [NFC][OpenMP][OMPX] Move `declare variant` up by Shilei Tian · 1 year, 1 month ago
  81. 144091b [OpenMP][CMake] Revert standalone build LIBOMP_HEADERS_INSTALL_PATH (#91243) by David Tenty · 1 year, 1 month ago
  82. 928db7e [OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (#90516) by Xing Xue · 1 year, 1 month ago
  83. 690c929 [OpenMP][AIX] Use syssmt() to get the number of SMTs per physical CPU (#89985) by Xing Xue · 1 year, 1 month ago
  84. 330d898 [Offload] Move `/openmp/libomptarget` to `/offload` (#75125) by Johannes Doerfert · 1 year, 1 month ago
  85. 0a8cd1e [OpenMP] Use half of available logical processors for collapse tests (#88319) by Xing Xue · 1 year, 1 month ago
  86. 49b209d0 Revert "[Libomptarget] Rework Record & Replay to be a plugin member" (#89028) by Jan Patrick Lehr · 1 year, 1 month ago
  87. 9a0a28f [Libomptarget] Rework Record & Replay to be a plugin member (#88928) by Joseph Huber · 1 year, 1 month ago
  88. 22bba85 [OpenMP][test][AIX] Make 64 the max number of threads for capacity tests in AIX 32-bit (#88739) by Xing Xue · 1 year, 1 month ago
  89. 454d449 [OpenMP] Use a memory fence before incrementing the dispatch buffer index (#87995) by Xing Xue · 1 year, 1 month ago
  90. faad4e3 [Libomptarget] Split PowerPC into separate triples (#88773) by Joseph Huber · 1 year, 1 month ago
  91. 5300a673 [OpenMP] Fix re-locking hang found in issue 86684 (#88539) by Jonathan Peyton · 1 year, 1 month ago
  92. b3792ae [OpenMP][AIX] Fix test config for AIX (#88272) by Xing Xue · 1 year, 1 month ago
  93. f81879c [Libomptarget] Add RPC-based printf implementation for OpenMP #85638 by Joseph Huber · 1 year, 1 month ago
  94. a8f9f85 [Libomptarget][NFC] Fix unused variable warnings by Joseph Huber · 1 year, 1 month ago
  95. d022f6b [Libomp] Place generated OpenMP headers into build resource directory (#88007) by Joseph Huber · 1 year, 1 month ago
  96. 25e3d2b Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88083) by Pete Steinfeld · 1 year, 1 month ago
  97. 8671429 [Libomp] Place generated OpenMP headers into build resource directory (#88007) by Joseph Huber · 1 year, 1 month ago
  98. eeaaf33 [OpenMP] Unsupport absolute KMP_HW_SUBSET test for s390x (#87555) by Jonathan Peyton · 1 year, 2 months ago
  99. 2ff3850 [OpenMP] Add absolute KMP_HW_SUBSET functionality (#85326) by Jonathan Peyton · 1 year, 2 months ago
  100. 943f39d Revert "[Libomptarget] Add RPC-based `printf` implementation for OpenMP (#85638)" by Joseph Huber · 1 year, 2 months ago