1. 56c446a [libomptarget][amdgcn] Tolerate deadstripped device_state variable by Jon Chesterfield · 4 years, 4 months ago
  2. 4756f76 [libomptarget][amdgcn] Tolerate deadstripped env variable by Jon Chesterfield · 4 years, 4 months ago
  3. 2fa4186 [libomptarget][amdgcn] Fix language linkage post D95300, drop use of assert by Jon Chesterfield · 4 years, 4 months ago
  4. b68a6b0 [OpenMP][libomptarget] Fixed an issue that device sync is skipped if the kernel doesn't have any argument by Shilei Tian · 4 years, 4 months ago
  5. 567b3f8 [OpenMP][deviceRTLs] Drop `assert` in common parts of `deviceRTLs` by Shilei Tian · 4 years, 4 months ago
  6. 0f0ce3c [OpenMP][NVPTX] Take functions in `deviceRTLs` as `convergent` by Shilei Tian · 4 years, 4 months ago
  7. 3c31b78 [OpenMP] Fixed an issue that taskwait doesn't work on detachable task by Shilei Tian · 4 years, 4 months ago
  8. ffca74b [OpenMP] Fix sign comparison warnings from GCC by Peyton, Jonathan L · 4 years, 4 months ago
  9. ed8943c [OpenMP][NFC] Adding FAQ Entry for errors with static libraries by Joseph Huber · 4 years, 4 months ago
  10. b545667 [OpenMP][Libomptarget] Remove possible harmful copy constructor call for RTLsTy by Atmn Patel · 4 years, 4 months ago
  11. d7b1200 [OpenMP] libomp: implement nteams-var and teams-thread-limit-var ICVs by AndreyChurbanov · 4 years, 4 months ago
  12. f0129cc [OpenMP] Disable tests if FileCheck is not available in in-tree building by Shilei Tian · 4 years, 4 months ago
  13. fda4853 [OpenMP] Fix seg fault in libomptarget when using Info with multiple threads by Joseph Huber · 4 years, 4 months ago
  14. 94fac81 [Branch-Rename] Fix some links by xgupta · 4 years, 4 months ago
  15. c3c02d0 [OpenMP] Fix python3 compatibility in openmp's lit.cfg by Tobias Hieta · 4 years, 4 months ago
  16. 26d38f6 [OpenMP][NVPTX] Refined CMake logic to choose compute capabilites by Shilei Tian · 4 years, 4 months ago
  17. 6777368 [OpenMP] Add environment variable to force monotonic dynamic scheduling by Jonathan Peyton · 4 years, 4 months ago
  18. 7bc3101 [OpenMP][NFC] Added release note for new `deviceRTLs` and hidden helper task by Shilei Tian · 4 years, 4 months ago
  19. 7f5ad0e [OpenMP] libomp: fix build by cl with vs2019 by AndreyChurbanov · 4 years, 4 months ago
  20. ac70a53 [OpenMP] NFC: disabled two flakey tests as the bug in libomp not fixed yet by AndreyChurbanov · 4 years, 4 months ago
  21. 1b19c42 [OpenMP][deviceRTLs] Separate declaration of target dependent functions from `target_impl.h` by Shilei Tian · 4 years, 4 months ago
  22. 5a64794 [OpenMP][NVPTX] Added the missing -O1 when building NVPTX bitcode libraries by Shilei Tian · 4 years, 4 months ago
  23. 19248d3 [OpenMP][deviceRTLs] Added `[[clang::loader_uninitialized]]` explicitly by Shilei Tian · 4 years, 4 months ago
  24. c571b16 [OpenMP] Disabled profiling in `libomp` by default to unblock link errors by Shilei Tian · 4 years, 4 months ago
  25. 0fc9087 [libomptarget][NFC] Link plugins with threads support library due to std::call_once usage. by Vyacheslav Zakharin · 4 years, 4 months ago
  26. 8a77056 [OpenMP][Libomptarget] Fix conditional in CMake for remote plugin by Atmn Patel · 4 years, 4 months ago
  27. fb12df4 [OpenMP][NVPTX] Disable building NVPTX deviceRTL by default on a non-CUDA system by Shilei Tian · 4 years, 4 months ago
  28. 8e67134 [OpenMP] Fix misleading warning for OMP_PLACES by Peyton, Jonathan L · 4 years, 4 months ago
  29. 598c590 [OpenMP] Add cpuid leaf 1f topology discovery by Peyton, Jonathan L · 4 years, 4 months ago
  30. 9f87c6b [OpenMP] Fix HWLOC topology detection for 2.0.x by Peyton, Jonathan L · 4 years, 4 months ago
  31. 1e59c1a [OpenMP][Libomptarget] Fix check-libomptarget by Giorgis Georgakoudis · 4 years, 4 months ago
  32. bb40e67 [OpenMP] Fix building using LLVM_ENABLE_RUNTIMES by Giorgis Georgakoudis · 4 years, 4 months ago
  33. 498c4b6 [OpenMP] libomp: fix build by clang-cl with vs2019 by AndreyChurbanov · 4 years, 4 months ago
  34. e7535f8 [OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs` by Shilei Tian · 4 years, 4 months ago
  35. 927af4b [OpenMP] Modify OMP_ALLOCATOR environment variable by Nawrin Sultana · 4 years, 4 months ago
  36. 6536550 [libomptarget][cuda] Handle missing _v2 symbols gracefully by Jon Chesterfield · 4 years, 4 months ago
  37. 3caa2d3 [libomptarget][NFC] Avoid gcc 5/6 issue with lambda captures. by Vyacheslav Zakharin · 4 years, 4 months ago
  38. 5f1d4d47 [libomptarget][NFC] Use portable printf format specifiers. by Vyacheslav Zakharin · 4 years, 4 months ago
  39. 810572cc [OpenMP][Libomptarget] Fix cmake error on remote plugin by Atmn Patel · 4 years, 4 months ago
  40. 7baff00 [libomptarget][cuda] Gracefully handle missing cuda library by Jon Chesterfield · 4 years, 4 months ago
  41. fdeffd6 [libomptarget][cuda] Only run tests when sure there is cuda available by Jon Chesterfield · 4 years, 4 months ago
  42. ec8f4a3 [OpenMP][Libomptarget] Introduce Remote Offloading Plugin by Atmn Patel · 4 years, 4 months ago
  43. 683719b [OpenMP][Libomptarget] Introduce changes to support remote plugin by Atmn · 4 years, 4 months ago
  44. 32cc556 [libomptarget][devicertl][amdgpu] Fix build, variable renaming error by Jon Chesterfield · 4 years, 4 months ago
  45. 7c03f7d [OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP instead of target dependent language by Shilei Tian · 4 years, 4 months ago
  46. 94cf89d [libomptarget][NFC] Fixed obsolete function names in comments by George Rokos · 4 years, 4 months ago
  47. 4a63e53 [LIBOMPTARGET]FIX define declaration, NFC by Alexey Bataev · 4 years, 4 months ago
  48. 8c7fdc4 [OpenMP] Add source location information to the libomptarget profile by Johannes Doerfert · 4 years, 4 months ago
  49. 9d64275 [OpenMP] Added the support for hidden helper task in RTL by Shilei Tian · 4 years, 4 months ago
  50. 357eea6 Revert "[libomptarget][cuda] Gracefully handle missing cuda library" by Jon Chesterfield · 4 years, 4 months ago
  51. fafd45c [libomptarget][cuda] Gracefully handle missing cuda library by Jon Chesterfield · 4 years, 4 months ago
  52. 3333244 [OpenMP][deviceRTLs] Remove omp_is_initial_device by Shilei Tian · 4 years, 4 months ago
  53. 27cc4a8 [OpenMP][NVPTX] Rewrite CUDA intrinsics with NVVM intrinsics by Shilei Tian · 4 years, 4 months ago
  54. 93eef7d [OpenMP][NFC] Fix SourceInfo.h variable names by Joseph Huber · 4 years, 4 months ago
  55. 95f0d1e [libomptarget] Compile with older cuda, revert D95274 by Jon Chesterfield · 4 years, 4 months ago
  56. e5e448a [libomptarget][cuda] Fix build, change missed from D95274 by Jon Chesterfield · 4 years, 4 months ago
  57. cfd978d [OpenMP] Fixed test environment of `check-libomptarget-nvptx` by Shilei Tian · 4 years, 4 months ago
  58. c3074d48 [libomptarget][nvptx] Replace cuda atomic primitives with clang intrinsics by Jon Chesterfield · 4 years, 4 months ago
  59. dc70c56 [libomptarget][amdgpu][nfc] Update comments by Jon Chesterfield · 4 years, 4 months ago
  60. 78b0630 [libomptarget][cuda] Call v2 functions explicitly by Jon Chesterfield · 4 years, 4 months ago
  61. 480cbed [OpenMP] Remove unnecessary pointer checks in a few locations by Hansang Bae · 4 years, 4 months ago
  62. 47e95e8 [libomptarget] Build cuda plugin without cuda installed locally by Jon Chesterfield · 4 years, 4 months ago
  63. edbcc17 [OpenMP] libomp: properly initialize buckets in __kmp_dephash_extend by Joseph Schuchart · 4 years, 4 months ago
  64. 9b19ecb [libomptarget][devicertl] Drop templated atomic functions by Jon Chesterfield · 4 years, 4 months ago
  65. 119a9ea [OpenMP] Fix failing test due to change in offloading flags by Joseph Huber · 4 years, 4 months ago
  66. 6b7645d [OpenMP] Add time profiling support in libomp by Giorgis Georgakoudis · 4 years, 4 months ago
  67. 48c54f0 [OpenMP][NVPTX] Added forward declaration for atomic operations by Shilei Tian · 4 years, 4 months ago
  68. e4eaf9d [OpenMP] Add support for mapping names in mapper API by Joseph Huber · 4 years, 4 months ago
  69. 33a5d21 [OpenMP][NVPTX] Added forward declaration to pave the way for building deviceRTLs with OpenMP by Shilei Tian · 4 years, 5 months ago
  70. fbc1dcb [libomptarget][devicertl][nfc] Simplify target_atomic abstraction by Jon Chesterfield · 4 years, 5 months ago
  71. ea616f9 [libomptarget][devicertl][nfc] Remove some cuda intrinsics, simplify by Jon Chesterfield · 4 years, 5 months ago
  72. fd70f70 [OpenMP][NVPTX] Replaced CUDA builtin vars with LLVM intrinsics by Shilei Tian · 4 years, 5 months ago
  73. e069662 [libomptarget][devicertl] Wrap source in declare target pragmas by Jon Chesterfield · 4 years, 5 months ago
  74. 2d911f7c [OpenMP] Fix atomic entries for captured logical operation by Hansang Bae · 4 years, 5 months ago
  75. a60bc55 [OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR env variable. by AndreyChurbanov · 4 years, 5 months ago
  76. 9d81073 [OpenMP][Docs] Fix typos in FAQ (NFC) by Kelvin Li · 4 years, 5 months ago
  77. aa3a59e0 [OpenMP][NFC] Fix test by AndreyChurbanov · 4 years, 5 months ago
  78. 9bf843b Revert "[OpenMP] Added the support for hidden helper task in RTL" by Shilei Tian · 4 years, 5 months ago
  79. f855751 Fix openmp CMake build on non-Linux AArch64 systems. by Chandler Carruth · 4 years, 5 months ago
  80. ed939f8 [OpenMP] Added the support for hidden helper task in RTL by Shilei Tian · 4 years, 5 months ago
  81. 214387c [libomptarget][nvptx] Reduce calls to cuda header by Jon Chesterfield · 4 years, 5 months ago
  82. 6e7094c [libomptarget][nvptx][nfc] Move target_impl functions out of header by Jon Chesterfield · 4 years, 5 months ago
  83. 547b032 [OpenMP] Remove omptarget-nvptx from deps as it is no longer a valid target by Shilei Tian · 4 years, 5 months ago
  84. 64e9e9a [OpenMP] Dropped unnecessary define when compiling deviceRTLs for NVPTX by Shilei Tian · 4 years, 5 months ago
  85. 763c1f9 [OpenMP] Drop the static library libomptarget-nvptx by Shilei Tian · 4 years, 5 months ago
  86. 5d165f0 [libomptarget][amdgpu] Fix kernel launch tracing to match previous behavior by Jon Chesterfield · 4 years, 5 months ago
  87. 4fe17ad [OpenMP] Fix hierarchical barrier by Terry Wilmarth · 4 years, 5 months ago
  88. a957634 [OpenMP] Add documentation for error messages and release notes by Joseph Huber · 4 years, 5 months ago
  89. 84e0b14 [libomptarget][nvptx] Include omp_data.cu in bitcode deviceRTL by Jon Chesterfield · 4 years, 5 months ago
  90. bba3a82 [OpenMP] Use persistent memory for omp_large_cap_mem by Hansang Bae · 4 years, 5 months ago
  91. 6f0f022 [OpenMP] Update allocator trait key/value definitions by Hansang Bae · 4 years, 5 months ago
  92. 01f1273 [OpenMP] Fixed a typo in openmp/CMakeLists.txt by Shilei Tian · 4 years, 5 months ago
  93. 68ff52f [OpenMP] Fixed the link error that cannot find static data member by Shilei Tian · 4 years, 5 months ago
  94. 33e2494 [libomptarget][amdgpu][nfc] Fix build on centos by Jon Chesterfield · 4 years, 5 months ago
  95. bdd1ad5 [OpenMP] Fixed include directories for OpenMP when building OpenMP with LLVM_ENABLE_RUNTIMES by Shilei Tian · 4 years, 5 months ago
  96. 0871d6d [OpenMP] Move memory manager to plugin and make it a common interface by Shilei Tian · 4 years, 5 months ago
  97. a81c68a [OpenMP] Take elf_common.c as a interface library by Shilei Tian · 4 years, 5 months ago
  98. 7be3285 [OpenMP] Not set OPENMP_STANDALONE_BUILD=ON when building OpenMP along with LLVM by Shilei Tian · 4 years, 5 months ago
  99. 175c336 [OpenMP] Remove copy constructor of `RTLInfoTy` by Shilei Tian · 4 years, 5 months ago
  100. 676c7cb [OpenMP] Added the support for cache line size 256 for A64FX by Shilei Tian · 4 years, 5 months ago