1. 777f60f Use correct way to test for MIPS arch after rOMP355687 by Dimitry Andric · 5 years ago
  2. a76db75 [OPENMP][NVPTX] Fix the test, NFC. by Alexey Bataev · 5 years ago
  3. 31b09e9 Fixed memory leak reported in Bugzilla: by Andrey Churbanov · 5 years ago
  4. 6c19876 [OPENMP][NVPTX]Fix dynamic scheduling in L2+ SPMD parallel regions. by Alexey Bataev · 5 years ago
  5. c1629ee [OpenMP] Exchange code in asm file for inline assembly by Jonathan Peyton · 5 years ago
  6. cc33e97 Fixed possible out of bound array access. by Andrey Churbanov · 5 years ago
  7. e45eef0 [OpenMP] Implement 5.0 memory management by Jonathan Peyton · 5 years ago
  8. 258655d [OpenMP] Clean up load balancing dynamic mode by Jonathan Peyton · 5 years ago
  9. 4403c91 After rL357618, quote ${CMAKE_THREAD_LIBS_INIT} so CMake does not by Dimitry Andric · 5 years ago
  10. c8db463 [OpenMP] Fix hang on Windows by Jonathan Peyton · 5 years ago
  11. 3d280aa [OpenMP][Stats] Fix stats gathering for distribute and team clause by Jonathan Peyton · 5 years ago
  12. cf0276b Ensure correct pthread flags and libraries are used by Dimitry Andric · 5 years ago
  13. 3e3199a [libomptarget] Introduce LIBOMPTARGET_ENABLE_DEBUG cmake option. by Michael Kruse · 5 years ago
  14. fe2a273 [OpenMP] Add LLVM license header to file by Jonathan Peyton · 5 years ago
  15. e6bc0b3 [OpenMP] Add Intel 19.0 to list of compilers in kmp_version.cpp by Jonathan Peyton · 5 years ago
  16. 28e31a2 Fix interoperability test compilation on FreeBSD by Dimitry Andric · 5 years ago
  17. 13cfd61 Fix gettid warnings on FreeBSD by Dimitry Andric · 5 years ago
  18. 5696c2b [OpenMP] Fix pause check with version info by Jonathan Peyton · 5 years ago
  19. 59e2a57 [OpenMP] Fix OMPT cancellation test for GOMP by Jonathan Peyton · 5 years ago
  20. 9b5ef02 [OpenMP] Add missing parenthesis in Perl module by Jonathan Peyton · 5 years ago
  21. e7e8b28 [OpenMP] Remove deprecated taskq by Jonathan Peyton · 5 years ago
  22. 922ed13 [OpenMP][stats] Update stats gathering macros by Jonathan Peyton · 5 years ago
  23. e0a1fba [mips] Use libatomic instead of GCC intrinsics for 64bit by Petar Jovanovic · 5 years ago
  24. 6b80ced [build] Rename clang-headers to clang-resource-headers by Shoaib Meenai · 5 years ago
  25. 9aa5fc8 [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC. by Stefan Pintilie · 5 years ago
  26. 2e429f1 [OpenMP][OMPT] Distinguish different barrier kinds by Jonathan Peyton · 5 years ago
  27. 8453ca8 [OpenMP 5.0] Deprecate nest-var and associated features by Jonathan Peyton · 5 years ago
  28. bbb6f01 [OpenMP] Make use of sched_yield optional in runtime by Jonathan Peyton · 5 years ago
  29. acb2548 [OpenMP] Fix check-openmp after r354553 by Jonas Hahnfeld · 5 years ago
  30. 698a904 [OpenMP][OMPT] Fix locking testcases for 32 bit architectures by Joachim Protze · 5 years ago
  31. eaaceb4 [OpenMP][libomptarget] New reduction scheme for team reductions by Gheorghe-Teodor Bercea · 5 years ago
  32. ebd6a45 [OpenMP] Remove XFAIL for cancellation tests using gcc by Jonathan Peyton · 5 years ago
  33. 85df023 [OpenMP 5.0] Add omp_get_supported_active_levels() by Jonathan Peyton · 5 years ago
  34. 5536546 [OpenMP] Adding GOMP compatible cancellation by Jonathan Peyton · 5 years ago
  35. e518cda [OpenMP] Fix broken link to browse sources by Jonathan Peyton · 5 years ago
  36. bde5687 [OpenMP] Remove accidental commit to config-ix.cmake in r353747 by Jonathan Peyton · 5 years ago
  37. e85e92b [OpenMP] Fix thread_limits to work properly for teams construct by Jonathan Peyton · 5 years ago
  38. 41cad13 [OMPT] Remove test output from source tree by Jonas Hahnfeld · 5 years ago
  39. 87a0e36 Guard a feature that unsupported by old GCC by Taewook Oh · 5 years ago
  40. 9d191f0 [OMPT] Make sure that OMPT is enabled when accessing internals of the runtime by Joachim Protze · 5 years ago
  41. 71c5f3c [OMPT] Make sure that OMPT is enabled when accessing internals of the runtime by Joachim Protze · 5 years ago
  42. 2853609 Adjust documentation for git migration. by James Y Knight · 5 years ago
  43. 95c11ec Remove no longer needed Arm specific words in the LICENSE.txt file. by Arnaud A. de Grandmaison · 5 years ago
  44. c1fe93a NFC: fixed formatting to be consistent across the file by Andrey Churbanov · 5 years ago
  45. f30a96a Fixed https://reviews.llvm.org/D55078 broken Fortran fixed form. by Andrey Churbanov · 5 years ago
  46. 4b75f4e Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  47. 7e084d9 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  48. 42bf584 Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  49. e223da3 Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime" by Hans Wennborg · 5 years ago
  50. 4338c25 [OpenMP] Add omp_pause_resource* API by Jonathan Peyton · 5 years ago
  51. da71b1e [OpenMP] Output written by tests should go to build directory by Joachim Protze · 5 years ago
  52. 9c08284 [OpenMP] Remove compiler warning about unused value by Joachim Protze · 5 years ago
  53. c7550f8 Fix compiler error in r351311 by Joachim Protze · 5 years ago
  54. 16228bb [OMPT] Make sure that OMPT is enabled when accessing internals of the runtime by Joachim Protze · 5 years ago
  55. c43ee4d [OpenMP] Fix for nested proc_bind affinity bug by Jonathan Peyton · 5 years ago
  56. 9a1cb10 [OpenMP] Add lock function definitions to fix Bug 40042 by Jonathan Peyton · 5 years ago
  57. 4cb0b6c [OpenMP][Cmake] Allowed OpenMP testing detect test compiler with same generator by Jonathan Peyton · 5 years ago
  58. eb95f61 [OpenMP] Fix performance regression in SPEC kdtree test by Jonathan Peyton · 5 years ago
  59. f52d8cc [OMPT] Second chunk of final OMPT 5.0 interface updates by Joachim Protze · 5 years ago
  60. 58ea7bd Update year in license files by Hans Wennborg · 5 years ago
  61. 2355503 [OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612) by Roman Lebedev · 5 years ago
  62. abb31f1 [OpenMP][libomptarget] Use shared memory variable for tracking parallel level by Gheorghe-Teodor Bercea · 5 years ago
  63. 766c19d Doc: fixed description of a parameter of the __kmpc_taskloop by Andrey Churbanov · 5 years ago
  64. 12eef27 [OPENMP][NVPTX]Fix dynamic scheduling. by Alexey Bataev · 5 years ago
  65. 38895e6 [OPENMP][NVPTX]General formatting/code improvement, NFC. by Alexey Bataev · 5 years ago
  66. 900210a [OPENMP][NVPTX]Improve performance + reduce number of used registers. by Alexey Bataev · 5 years ago
  67. 58df016 [OpenMP] Fix nvidia-cuda-toolkit detection on Debian/Ubuntu by Joel E. Denny · 5 years ago
  68. a999c52 [OpenMP] Add omp_get_device_num() and update several other device API functions by Jonathan Peyton · 5 years ago
  69. c0c737a [OPENMP][NVPTX]Fix incompatibility of __syncthreads with LLVM, NFC. by Alexey Bataev · 5 years ago
  70. 270adfa [libomptarget] Added install component for libomptarget by Vyacheslav Zakharin · 5 years ago
  71. a04cc5f [OPENMP][NVPTX]Added/fixed debugging messages, NFC. by Alexey Bataev · 5 years ago
  72. 6f4c90a [OPENMP][NVPTX]Fixed initialization of the data-sharing interface. by Alexey Bataev · 5 years ago
  73. b4efbcf [OPENMP][NVPTX]Outline assert into noinline function, NFC. by Alexey Bataev · 5 years ago
  74. 1f1c3ec [runtime] [test] Fix using %python path by Michal Gorny · 5 years ago
  75. 7a5b758 [Tests] [OpenMP] XFAIL also for ppc64le. by Stefan Pintilie · 5 years ago
  76. 4918c86 XFAIL Pair of OpenMP Tests for PowerPC LE Linux by Stefan Pintilie · 5 years ago
  77. 880387a [Tests] fix non-determinism failure in testcase by Joachim Protze · 5 years ago
  78. daa386b [OMPT] First chunk of final OMPT 5.0 interface updates by Joachim Protze · 5 years ago
  79. c89e125 [OMPT] Add testcase for thread_num provided by implicit task events by Joachim Protze · 5 years ago
  80. f9fd93f [OpenMP] version the affinity format tests and fix one test by Jonathan Peyton · 5 years ago
  81. 91e1c35 [OpenMP] Add affinity format tests by Jonathan Peyton · 5 years ago
  82. 600918d [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40 by Roman Lebedev · 5 years ago
  83. 7635714 [OpenMP] Fix transient divide by zero bug in 32-bit code by Jonathan Peyton · 5 years ago
  84. 0918584 [OpenMP] Implement OpenMP 5.0 affinity format functionality by Jonathan Peyton · 5 years ago
  85. 12258aa Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970 by Andrey Churbanov · 5 years ago
  86. 3a4f262 [runtime] Disable KMP_HAVE_QUAD on NetBSD gcc by Michal Gorny · 5 years ago
  87. ee84604 [runtime] Use getloadavg() on NetBSD as well by Michal Gorny · 5 years ago
  88. 67d037d Implement __kmp_is_address_mapped() for NetBSD by Kamil Rytarowski · 5 years ago
  89. 9761977 Implement __kmp_gettid() for NetBSD by Kamil Rytarowski · 5 years ago
  90. 741abf8 [test] [runtime] Permit omp_get_wtick() to return 0.01 by Michal Gorny · 5 years ago
  91. 84d57ed [test] [runtime] Do not include alloca.h on NetBSD by Michal Gorny · 5 years ago
  92. 4bccfc4 [runtime] [test] Use more portable short options to sort(1) by Michal Gorny · 5 years ago
  93. 3ccd20f [cmake] Use -std=gnu++11 to fix alloca() on NetBSD by Michal Gorny · 5 years ago
  94. 92f5818 [OpenMP] Fix a few build issues by Jonathan Peyton · 5 years ago
  95. e90d5a5 [OPENMP][NVPTX]Revert __kmpc_shuffle_int64 to its original form. by Alexey Bataev · 5 years ago
  96. a23f780 [OPENMP][NVPTX]Enable fast shuffles on 64bit values only if CUDA >= 9. by Alexey Bataev · 5 years ago
  97. d089219 Support clang compiling under windows-gnu and windows-msvc by Andrey Churbanov · 5 years ago
  98. a72c79b Add OpenBSD support to OpenMP by Kamil Rytarowski · 5 years ago
  99. b3d05ab Add DragonFlyBSD support to OpenMP by Kamil Rytarowski · 5 years ago
  100. ad8fb24 [OPENMP][NVPTX]Save registers for optimized builds with enabled logging. by Alexey Bataev · 5 years ago