1. 5375fe8 Update stats-gathering code by Jonathan Peyton · 9 years ago
  2. 1cdd87a Introduce dynamic affinity dispatch capabilities by Jonathan Peyton · 9 years ago
  3. 1fbb482 Added check for malloc return. by Andrey Churbanov · 9 years ago
  4. 50fed04 [OpenMP] Enable ThreadSanitizer to check OpenMP programs by Jonas Hahnfeld · 9 years ago
  5. 4d49312 fixed typo in comment by Andrey Churbanov · 9 years ago
  6. 753fa04 Change task stealing to always get task from head of victim's deque. by Andrey Churbanov · 9 years ago
  7. 51107e0 Fixed problem introduced by part of https://reviews.llvm.org/D21196. by Andrey Churbanov · 9 years ago
  8. dd313b0 Add more conditions to check whether task waiting is necessary in kmp_omp_taskwait. by Andrey Churbanov · 9 years ago
  9. df0d75e Fixed a memory leak related to task dependencies. by Andrey Churbanov · 9 years ago
  10. 3c4050d Fixing typos in __kmp_release_deps trace outputs by Jonathan Peyton · 9 years ago
  11. 762bc46 Use getpagesize() instead of PAGE_SIZE macro when KMP_OS_LINUX is true by Jonathan Peyton · 9 years ago
  12. 2e68768d Fixed memory leak mistakenly introduced by https://reviews.llvm.org/D23115 by Andrey Churbanov · 9 years ago
  13. 3351519 [OpenMP] Fix issue with directives used in a macro. by Samuel Antao · 9 years ago
  14. 0ac7b75 Fix OpenMP 4.0 library build by Jonathan Peyton · 9 years ago
  15. efc536e Fix a compile error on musl-libc due to strerror_r() prototype by Michal Gorny · 9 years ago
  16. 55466e9 Mixed type atomic routines added for capture and update/capture reverse. by Jonathan Peyton · 9 years ago
  17. e1c7c13 Code cleanup for the runtime without monitor thread by Jonathan Peyton · 9 years ago
  18. a1234cf Enable omp_get_schedule() to return static steal type. by Jonathan Peyton · 9 years ago
  19. 7a9c29e [cmake] Fix for a bug https://llvm.org/bugs/show_bug.cgi?id=30489 "Cannot build with -DLIBOMP_FORTRAN_MODULES=True" by Paul Osmialowski · 9 years ago
  20. 66e212c Insert missing checks for KMP_AFFINITY_CAPABLE() in affinity API. by Jonathan Peyton · 9 years ago
  21. 3ccf825 [test] Support 'lit' executable name by Michal Gorny · 9 years ago
  22. 74f3ffc Fix incorrect OpenMP version in Fortran module. by Jonathan Peyton · 9 years ago
  23. be31337 Mixed type atomic routines for unsigned integers. by Jonathan Peyton · 9 years ago
  24. b66d1aa Disable monitor thread creation by default. by Jonathan Peyton · 9 years ago
  25. cd2bfb1 Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path by Michal Gorny · 9 years ago
  26. 23132eb [cmake] Make libgomp & libiomp5 alias install optional by Michal Gorny · 9 years ago
  27. 848d690 [OMPT] fix task frame information for gomp interface by Jonas Hahnfeld · 9 years ago
  28. dd9a05d [OMPT] save exit address to lwt if available by Jonas Hahnfeld · 9 years ago
  29. 28ea24b [OMPT] fix __ompt_get_teaminfo to consult lwt entries of parent teams by Jonas Hahnfeld · 9 years ago
  30. 8a27064 [OMPT] Reset task exit frame when execution is finished by Jonas Hahnfeld · 9 years ago
  31. fd0614d [OMPT] Align implementation of reenter frame address to latest (frozen) version of OMPT spec by Jonas Hahnfeld · 9 years ago
  32. 464cdca [OMPT] extend ompt tests by checks for frame pointers by Jonas Hahnfeld · 9 years ago
  33. 7c465a5 Fix bitmask upper bounds check by Jonathan Peyton · 9 years ago
  34. 118de30 [OPENMP] ppc64le recognized as big-endian by George Rokos · 9 years ago
  35. 28f31b4 [OPENMP] Implementation of omp_get_default_device and omp_set_default_device by George Rokos · 9 years ago
  36. e6abe52 Move function into cpp file under KMP_AFFINITY_SUPPORTED guard. by Jonathan Peyton · 9 years ago
  37. 9e69696 Decouple the kmp_affin_mask_t type from determining if affinity is capable by Jonathan Peyton · 9 years ago
  38. 788c5d6 Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro. by Jonathan Peyton · 9 years ago
  39. 5c32d5e Use 'critical' reduction method when 'atomic' is not available but requested. by Jonathan Peyton · 9 years ago
  40. 0af7179 Appease older gcc compilers for the many-microtask-args.c test by Jonathan Peyton · 9 years ago
  41. b35be69 cleanup: fixed names of dummy arguments of Fortran interfaces declarations, no functional changes done by Andrey Churbanov · 9 years ago
  42. d6e1d7e Fixes for hierarchical barrier (possible hang if team size changed). by Andrey Churbanov · 9 years ago
  43. 70ba8c5 Fix linking of omp_foreign_thread_team_reuse test on FreeBSD by Dimitry Andric · 9 years ago
  44. ad0c42e kmp_gsupport: Fix library initialization with taskgroup by Jonas Hahnfeld · 9 years ago
  45. ca32bab Mark tests with task dependencies as unsupported with GCC by Jonas Hahnfeld · 9 years ago
  46. bedc371 Do not block on explicit task depending on proxy task by Jonas Hahnfeld · 9 years ago
  47. 69f8511 __kmp_free_task: Fix for serial explicit tasks producing proxy tasks by Jonas Hahnfeld · 9 years ago
  48. 5bf494e Fixed x2APIC discovery for 256-processor architectures. by Andrey Churbanov · 9 years ago
  49. d1f4b8f Add test case for nested creation of tasks by Jonas Hahnfeld · 9 years ago
  50. 20236611 kmp_taskdeps.cpp: Fix debugging output by Jonas Hahnfeld · 9 years ago
  51. 0554d25 Disable KMP_CANCEL_THREADS on Android by Pirama Arumuga Nainar · 9 years ago
  52. ecbe2ea Make balanced affinity work on AArch64. by Paul Osmialowski · 9 years ago
  53. 71fef77 Replace enum types in variadic functions by build-in types. by Samuel Antao · 9 years ago
  54. 429dbc2 http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic schedule modifier by Andrey Churbanov · 9 years ago
  55. 4d3c213 Improving EPCC performance when linking with hwloc by Jonathan Peyton · 9 years ago
  56. 50ecf5d D22138: Added more Intel compiler versions as allowed build compilers by Andrey Churbanov · 9 years ago
  57. 2eca95c D22137: Memory leak fixed by adding missed cleanup of single level array of hot teams info by Andrey Churbanov · 9 years ago
  58. cb28d6e D22136: Memory leaks fixed by adding missed __kmp_free() calls by Andrey Churbanov · 9 years ago
  59. 42211eb D22135: formatting change by Andrey Churbanov · 9 years ago
  60. 741b709 Fix the nowait tests for omp for and omp single by Jonathan Peyton · 9 years ago
  61. 170fcc8 __kmp_partition_places: Update assertion for new parameter update_master_only by Jonas Hahnfeld · 9 years ago
  62. 6b560f0 Fix checks on schedule struct by Jonathan Peyton · 9 years ago
  63. c166696 Improve performance of #pragma omp single by Jonathan Peyton · 9 years ago
  64. fdcca8c Fix omp_sections_nowait.c test to address Bugzilla Bug 28336 by Jonathan Peyton · 9 years ago
  65. ac7ba40 Fix bugs in TAS and futex lock by Jonathan Peyton · 9 years ago
  66. cceebee Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions() by Jonathan Peyton · 9 years ago
  67. 8065c51 Fix the Windows build after r273599 by Hans Wennborg · 9 years ago
  68. e119e8e Remove redundant %libomp-compile step from test/lock/omp_lock.c by Jonathan Peyton · 9 years ago
  69. eeec4c8 Fix bug in futex fast path inside kmp_csupport.c by Jonathan Peyton · 9 years ago
  70. 9d2412c Apply the KMP_USE_FUTEX feature macro everywhere by Jonathan Peyton · 9 years ago
  71. d4f3977 Add debug trace messages for taskloop by Jonathan Peyton · 9 years ago
  72. c76f9f0 Bug fix for hang when tasks used in nested parallel by Jonathan Peyton · 9 years ago
  73. ff5ca8b Performance improvement: accessing thread struct as opposed to team struct by Jonathan Peyton · 9 years ago
  74. 8c61c59 Addition of debugger comments and whitespace by Jonathan Peyton · 9 years ago
  75. fd7cc42 Improvements to process affinity mask setting by Jonathan Peyton · 9 years ago
  76. 5a276c4 Bug fix for segfault in stubs library by Jonathan Peyton · 9 years ago
  77. 98b76f6 [STATS] Adding process id to output filename by Jonathan Peyton · 9 years ago
  78. ea26f3f Fix typos in Fortran headers by Jonathan Peyton · 9 years ago
  79. bf35771 Change hwloc discovery algorithm to print topology only for accessible resources by Jonathan Peyton · 9 years ago
  80. 0f3c2b9 Teach OpenMP Library to use Hwloc on Windows by Jonathan Peyton · 9 years ago
  81. c505ab6 Fix for crash in task dependencies by Jonathan Peyton · 9 years ago
  82. 72a8498 Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map() by Jonathan Peyton · 9 years ago
  83. 4ba3b0c Reduce perf impact of redundant ittnotify calls by Jonathan Peyton · 9 years ago
  84. b9d28fb Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET by Jonathan Peyton · 9 years ago
  85. 7cf08d4 Bug fix: crash if teams executed on host by Jonathan Peyton · 9 years ago
  86. 614bb66 Fix large overhead with itt notifications on region/barrier name composing by Jonathan Peyton · 9 years ago
  87. e85ba3f5 Remove unused wait/release code. by Jonathan Peyton · 9 years ago
  88. 957a151f Whitespace cleanup of dllexports by Jonathan Peyton · 9 years ago
  89. df6818b Renaming change: 41 -> 45 and 4.1 -> 4.5 by Jonathan Peyton · 9 years ago
  90. e1890e1 Bug fix for Bugzilla bug 26602: Remove function bodies with KMP_ASSERT(0) by Jonathan Peyton · 9 years ago
  91. c5304aa Affinity mask processing improvements by Jonathan Peyton · 9 years ago
  92. 8cb45c8 Exclude untied tasks from task stealing constraint by Jonathan Peyton · 9 years ago
  93. 93495de Fix crash when libomp loaded/unloaded multiple times by Jonathan Peyton · 9 years ago
  94. 202a24d Hwloc refactoring patch by Jonathan Peyton · 9 years ago
  95. 34c72c4 Fix bitmask complement operation by Jonathan Peyton · 9 years ago
  96. 5a299da [STATS] Add stats gathering for taskloop construct by Jonathan Peyton · 9 years ago
  97. b6f0f52 Fix spelling in comment by Jonathan Peyton · 9 years ago
  98. 61fdddf Revert accidental commit to lit.cfg by Jonathan Peyton · 9 years ago
  99. c4c722a Refactor __kmp_execute_tasks_template function by Jonathan Peyton · 9 years ago
  100. 5b89fbc kmp_lock.h: Fix VS2013 build after r271324 by Hans Wennborg · 9 years ago