1. 56d941a [libomptarget][nfc] Make interface.h target independent by Jon Chesterfield · 4 years, 6 months ago master
  2. cb6f3c4 [OpenMP] Enable thread affinity on FreeBSD by David Carlier · 4 years, 6 months ago
  3. ace8505 Don't assume Type from `readelf -d` has parentheses by Andrey Churbanov · 4 years, 6 months ago
  4. 9dfddd6 Don't link libm with -Wl,--as-needed on FreeBSD by Andrey Churbanov · 4 years, 6 months ago
  5. 731769f [libomptarget][nfc] Update remaining uint32 to use lanemask_t by Jon Chesterfield · 4 years, 7 months ago
  6. 3bdcaec Use named constant to indicate all lanes, to handle 32 and 64 wide architectures by Jon Chesterfield · 4 years, 7 months ago
  7. 85e2459 [OpenMP] FreeBSD address check if mapped more native by David Carlier · 4 years, 7 months ago
  8. dbb024c [Clang][OpenMP Offload] Create start/end symbols for the offloading entry table with a help of a linker by Sergey Dmitriev · 4 years, 7 months ago
  9. 2cb5d49 fixed test: eliminated race condition which might cause deadlock by Andrey Churbanov · 4 years, 7 months ago
  10. 66ddc21 Enable tasks dependencies hashmaps resizing. by Andrey Churbanov · 4 years, 7 months ago
  11. 2b135c5 [OpenMP] Change initialization of __kmp_global by Jonas Hahnfeld · 4 years, 8 months ago
  12. b93e8ad [OPENMP][NVPTX]Fix parallel level counter in non-SPMD mode. by Alexey Bataev · 4 years, 8 months ago
  13. 537de38 [libomptarget] Refactor activemask macro to inline function by Jon Chesterfield · 4 years, 8 months ago
  14. 1fe4d62 Use target_impl functions to replace more inline asm by Jon Chesterfield · 4 years, 8 months ago
  15. ee03160 [libomptarget] Refactor syncthreads macro to inline function by Jon Chesterfield · 4 years, 8 months ago
  16. 7ed5372 [libomptarget] Refactor syncwarp macro to inline function by Jon Chesterfield · 4 years, 8 months ago
  17. bae5e59 Fix build break due to close brace lost in merge by Jon Chesterfield · 4 years, 8 months ago
  18. 77d31c1 [libomptarget] Refactor shfl_down_sync macro to inline function by Jon Chesterfield · 4 years, 8 months ago
  19. bfca7f7 [libomptarget] Refactor shfl_sync macro to inline function by Jon Chesterfield · 4 years, 8 months ago
  20. ad72f5e [OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function. by Alexey Bataev · 4 years, 8 months ago
  21. cd9405f [OPENMP][NVPTX]Use __syncwarp() to reconverge the threads. by Alexey Bataev · 4 years, 8 months ago
  22. 3f4c51a Force honoring nthreads-var and thread-limit-var inside teams construct on host by Jonathan Peyton · 4 years, 8 months ago
  23. 3eae253 [OpenMP] Enable warning about "implicit fallthrough" by Jonas Hahnfeld · 4 years, 8 months ago
  24. 7875131 [OpenMP] Remove 'unnecessary parentheses' by Jonas Hahnfeld · 4 years, 8 months ago
  25. b0cb65c [OMPT] Resolve warnings because of ints in if conditions by Jonas Hahnfeld · 4 years, 8 months ago
  26. 04b98c1 [OpenMP] Turn on -Wall compiler warnings by default by Jonas Hahnfeld · 4 years, 8 months ago
  27. 923dcc5 Factor architecture dependent code out of loop.cu by Jon Chesterfield · 4 years, 8 months ago
  28. ee9c0c5 Cleanup unused variable. by Andrey Churbanov · 4 years, 8 months ago
  29. dabebaf [OpenMP][libomptarget] Add support for close map modifier by Gheorghe-Teodor Bercea · 4 years, 8 months ago
  30. 9ea8071 [libomptarget] Remove duplicate RTLRequiresFlags per device by Jonas Hahnfeld · 4 years, 8 months ago
  31. 3654abe [OpenMP][libomptarget] Add support for unified memory for regular maps by Gheorghe-Teodor Bercea · 4 years, 8 months ago
  32. 2535f2b Use forceinline. Necessary for nvcc to inline small functions within the bitcode library by Jon Chesterfield · 4 years, 8 months ago
  33. c8294f0 [OPENMP][OFFLOADING]Fix the test, NFC. by Alexey Bataev · 4 years, 9 months ago
  34. 3c7e922 [OpenMP] Add support for GOMP_*_nonmonotonic_* functions by Jonathan Peyton · 4 years, 9 months ago
  35. 6a2cf69 [OpenMP] Fix broken build due to new OMPT tests by Hansang Bae · 4 years, 9 months ago
  36. 64bfa84 [libomptarget] Harmonize emitting CUDA errors and general debug messages. by Michael Kruse · 4 years, 9 months ago
  37. e8bd614 [OpenMP 5.0] libomptarget interface for declare mapper functions. by Michael Kruse · 4 years, 9 months ago
  38. 716f6ba Add OMPT support for teams construct by Hansang Bae · 4 years, 9 months ago
  39. 6cbafac [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS by Jonas Hahnfeld · 4 years, 9 months ago
  40. 34b2830 [openmp] Workaround bug in old Android pthread_attr_setstacksize by Yi Kong · 4 years, 9 months ago
  41. ca7d371 [OpenMP] Fix build of stubs library, NFC. by Jonas Hahnfeld · 4 years, 9 months ago
  42. b9b9801 [OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less. by Alexey Bataev · 4 years, 9 months ago
  43. 57b2faf [OpenMP] RISCV64 port by Jonas Hahnfeld · 4 years, 9 months ago
  44. b840a85 [libomptarget] Handle offload policy in push_tripcount by Jonas Hahnfeld · 4 years, 9 months ago
  45. 9ad60c0 [OMPT] Cleanup reset of exit_frame pointer by Jonas Hahnfeld · 4 years, 9 months ago
  46. 8dabfba Delete empty file by Jonas Hahnfeld · 4 years, 9 months ago
  47. b037645 [OpenMP][libomptarget] Suppress C++ 11 related warnings when building libomptarget-nvptx bitcode library, by Doru Bercea. by Alexey Bataev · 4 years, 9 months ago
  48. c1b1ef1 [OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread. by Ron Lieberman · 4 years, 9 months ago
  49. 07f4283 Remove REQUIRES OMP spec version within lit tests by Jonathan Peyton · 4 years, 9 months ago
  50. cff3557 [OpenMP] Move header inclusion out of 'extern "C"' by Jonas Hahnfeld · 4 years, 9 months ago
  51. 0519a2c [OPENMP][NVPTX]Fixed checks for cuda versions. by Alexey Bataev · 4 years, 9 months ago
  52. 9469675 [OPENMP]Fix threadid in __kmpc_omp_taskwait call for dependent target calls. by Alexey Bataev · 4 years, 9 months ago
  53. d4b1149 [OpenMP] Remove OMP spec versioning by Jonathan Peyton · 4 years, 9 months ago
  54. bb2634a [libomptarget] Fix typos and grammar in error messages, NFC. by Jonas Hahnfeld · 4 years, 9 months ago
  55. 8e626ba [libomptarget-nvptx] Remove dead functions by Jonas Hahnfeld · 4 years, 9 months ago
  56. 201ba9e NFC: fixed typo #ifdef --> #if to allow macro set to 0 work correctly by Andrey Churbanov · 4 years, 9 months ago
  57. 3a22f66 [OPENMP]Rename loopTripCnt member data to LoopTripCnt, NFC. by Alexey Bataev · 4 years, 9 months ago
  58. 0b13281 [OPENMP]Make __kmpc_push_tripcount thread safe. by Alexey Bataev · 4 years, 9 months ago
  59. bbbee1d Create a runtime option to disable task throttling. by Andrey Churbanov · 4 years, 10 months ago
  60. f9ad1a0 Cleanup of unused code by Andrey Churbanov · 4 years, 10 months ago
  61. a31ae2e [OPENMP][NVPTX]Relax flush directive. by Alexey Bataev · 4 years, 10 months ago
  62. 0afc673 Fixed memory use-after-free problem. by Andrey Churbanov · 4 years, 10 months ago
  63. 4df92ed [OpenMP][libomptarget] Add support for declare target to clause under unified memory by Gheorghe-Teodor Bercea · 4 years, 10 months ago
  64. 79d5d6d [OPENMP][CUDA]Use __syncthreads when compiled by nvcc and clang >= 9.0. by Alexey Bataev · 4 years, 10 months ago
  65. 3f381f5 New implementation of OpenMP 5.0 detached tasks. by Andrey Churbanov · 4 years, 10 months ago
  66. e9791d7 [OpenMP] Add task alloc function by Gheorghe-Teodor Bercea · 4 years, 10 months ago
  67. 402c743 Added propagation of not big initial stack size of master thread to workers. by Andrey Churbanov · 4 years, 11 months ago
  68. dba741d [OpenMP][libomptarget] Enable usage of unified memory for declare target link variables by Gheorghe-Teodor Bercea · 4 years, 11 months ago
  69. 6973da5 Fixed build warning with -DLIBOMP_USE_HWLOC=1 by Andrey Churbanov · 4 years, 11 months ago
  70. 74db2a4 Fix OMP_TARGET_OFFLOAD parsing by Hansang Bae · 4 years, 11 months ago
  71. 48eeef9 Add checks before pointer dereferencing by Hansang Bae · 4 years, 11 months ago
  72. 93fe5ce [openmp] [test] Skip kernel-breaking tests on NetBSD by Michal Gorny · 5 years ago
  73. 34def82 Revert "[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC." by Alexey Bataev · 5 years ago
  74. 926938a [OPENMP][NVPTX]Fix barriers and parallel level counters, NFC. by Alexey Bataev · 5 years ago
  75. f8e8d59 Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584. by Andrey Churbanov · 5 years ago
  76. 7481323 [OpenMP] Add implementation to two OMPT API routines by Jonathan Peyton · 5 years ago
  77. 9994ae3 [OpenMP][libomptarget] Enable requires flags for target libraries. by Gheorghe-Teodor Bercea · 5 years ago
  78. 665d5c5 [OpenMP][OMPT] Fix locking testcases for 32 bit architectures by Joachim Protze · 5 years ago
  79. dac3432 [OMPT] Handling of the events of initial-task-begin and initial-task-end by Joachim Protze · 5 years ago
  80. ba56714 Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584. by Andrey Churbanov · 5 years ago
  81. 9a0d0f0 Fix hwloc topology traversal code unable to handle situation where L2 cache is common for the packages by Paul Osmialowski · 5 years ago
  82. a86b5e4 Fixed https://bugs.llvm.org/show_bug.cgi?id=41584. by Andrey Churbanov · 5 years ago
  83. 0a3b7b6 Introduce new OpenMP 5.0 depend object type. by Andrey Churbanov · 5 years ago
  84. c1985ba [OpenMP][AArch64] Fix compile with LLVM trunk. by Eli Friedman · 5 years ago
  85. 8db7163 fixed typo made by commit r360595 by Andrey Churbanov · 5 years ago
  86. fe501ad Fixed creation of aliases in Windows build. by Andrey Churbanov · 5 years ago
  87. d5bb0a8 [OPENMP][NVPTX]Simplify handling of thread limit, NFC. by Alexey Bataev · 5 years ago
  88. d140b83 [OPENMP][NVPTX]Improve number of threads counter, NFC. by Alexey Bataev · 5 years ago
  89. e55ab99 [OpenMP] Workaround gfortran bugzilla build bug 41755 by Jonathan Peyton · 5 years ago
  90. aebe831 Add non-SSE wrapper for __kmp_{load,store}_mxcsr by Dimitry Andric · 5 years ago
  91. ae9830c [OPENMP][NVPTX]Improve thread limit counter, NFC. by Alexey Bataev · 5 years ago
  92. 49325fc [OPENMP][NVPTX]Improved several standard OpenMP functions, NFC. by Alexey Bataev · 5 years ago
  93. 2d4c5f9 [OPENMP][NVPTX]Improve code by using parallel level counter. by Alexey Bataev · 5 years ago
  94. db75b85 [OPENMP][NVPTX]Improve omp_get_max_threads() function. by Alexey Bataev · 5 years ago
  95. 573fae7 [OPENMP][NVPTX]Improved omp_get_thread_limit() function. by Alexey Bataev · 5 years ago
  96. ca840d6 Enable OpenMP build for 32-bit FreeBSD by Dimitry Andric · 5 years ago
  97. 9377fa9 [OpenMP] Implement task modifier for reduction clause by Jonathan Peyton · 5 years ago
  98. 67ef47a [OpenMP] Add OpenMP 5.0 nonmonotonic code by Jonathan Peyton · 5 years ago
  99. 03f8ac5 [OpenMP] Eliminate some compiler warnings by Jonathan Peyton · 5 years ago
  100. 867a573 [OPENMP][NVPTX]Correctly handle L2 parallelism in SPMD mode. by Alexey Bataev · 5 years ago