1. bdb0a2f [OpenMP] Fix transient divide by zero bug in 32-bit code by Jonathan Peyton · 7 years ago
  2. 70cdd83 [runtime] Use getloadavg() on NetBSD as well by Michal Gorny · 7 years ago
  3. 316f423 Implement __kmp_is_address_mapped() for NetBSD by Kamil Rytarowski · 7 years ago
  4. 7e1ea99 Add OpenBSD support to OpenMP by Kamil Rytarowski · 7 years ago
  5. a56ac94 Add DragonFlyBSD support to OpenMP by Kamil Rytarowski · 7 years ago
  6. 855d098 Add Hurd support. by Andrey Churbanov · 7 years ago
  7. f0682ac [OpenMP][Stats] Cleanup stats gathering code by Jonathan Peyton · 7 years ago
  8. 37e2ef5 [OpenMP] Use C++11 Atomics - barrier, tasking, and lock code by Jonathan Peyton · 7 years ago
  9. 1e6bb8d5 Minor cleanup in __kmp_atfork_child() by Jonathan Peyton · 7 years ago
  10. 5388acd Fixed libomp static build broken by the commit rL322202. by Andrey Churbanov · 8 years ago
  11. eaa9e40 Improve stability of the runtime in parent/child processes by Jonathan Peyton · 8 years ago
  12. 40039ac Cleanup version symbol macros and attributes/declspecs by Jonathan Peyton · 8 years ago
  13. 82e94a5 Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4). by Joachim Protze · 8 years ago
  14. 94a114f Apply formatting changes by Jonathan Peyton · 8 years ago
  15. bd3a763 Remove unnecessary semicolons by Jonathan Peyton · 8 years ago
  16. 6a393f7 Minor code cleanup of Klocwork issues by Jonathan Peyton · 8 years ago
  17. d4daf45 Remove BUILD_TV by Jonathan Peyton · 8 years ago
  18. 5ba90c7 OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2. by Andrey Churbanov · 8 years ago
  19. c47afcd OpenMP RTL cleanup: eliminated warnings with -Wcast-qual. by Andrey Churbanov · 8 years ago
  20. 072ccb7 Set affinity to none/false in child processes by Jonathan Peyton · 8 years ago
  21. d330e63 Reset initial affinity in children processes by Jonathan Peyton · 8 years ago
  22. 3041982 Clang-format and whitespace cleanup of source code by Jonathan Peyton · 8 years ago
  23. 44fea6b Fix crash in invoking microtask on ios arm64. by Andrey Churbanov · 8 years ago
  24. 35d75ae Minor improvement of KMP_YIELD_NOW() macro. by Jonathan Peyton · 9 years ago
  25. 928b8ea Removing couple unnecessary architecture guards. by Jonathan Peyton · 9 years ago
  26. 581fdba Enable yield cycle on Linux by Jonathan Peyton · 9 years ago
  27. de4749b Follow up to r289732: Update comments in source files to reference .cpp files by Jonathan Peyton · 9 years ago
  28. 7cc577a Change source files from .c to .cpp by Jonathan Peyton · 9 years ago[Renamed from openmp/runtime/src/z_Linux_util.c]
  29. bcadbd6 Cleanup: memory leaks on warnings printing fixed; some memory freeing cleaned; poor indents and one typo fixed. by Andrey Churbanov · 9 years ago
  30. 5375fe8 Update stats-gathering code by Jonathan Peyton · 9 years ago
  31. 1cdd87a Introduce dynamic affinity dispatch capabilities by Jonathan Peyton · 9 years ago
  32. 50fed04 [OpenMP] Enable ThreadSanitizer to check OpenMP programs by Jonas Hahnfeld · 9 years ago
  33. b66d1aa Disable monitor thread creation by default. by Jonathan Peyton · 9 years ago
  34. 9e69696 Decouple the kmp_affin_mask_t type from determining if affinity is capable by Jonathan Peyton · 9 years ago
  35. 9d2412c Apply the KMP_USE_FUTEX feature macro everywhere by Jonathan Peyton · 9 years ago
  36. 93495de Fix crash when libomp loaded/unloaded multiple times by Jonathan Peyton · 9 years ago
  37. 91e19a3 Add an assembly __kmp_invoke_microtask for ppc64[le] by Hal Finkel · 9 years ago
  38. 6111849 Remove trailing whitespace in src/ directory by Jonathan Peyton · 9 years ago
  39. fb043fd Clean all the mess around KMP_USE_FUTEX and kmp_lock.h by Paul Osmialowski · 9 years ago
  40. 7e5e868 Solve 'Too many args to microtask' problem by Paul Osmialowski · 9 years ago
  41. 11dc82f [STATS] Use partitioned timer scheme by Jonathan Peyton · 9 years ago
  42. f252010 Fix for pthread_setspecific (TLS and shutdown) problem by Jonathan Peyton · 9 years ago
  43. 377aa40 Exponential back off logic for test-and-set lock by Jonathan Peyton · 9 years ago
  44. 749b4d5 Formatting fixes by Jonathan Peyton · 10 years ago
  45. bf89c49 Removing extra empty lines by Jonathan Peyton · 10 years ago
  46. 4fee5f6 Prevent monitor thread creation when KMP_BLOCKTIME="infinite" by Jonathan Peyton · 10 years ago
  47. 01dcf36 Adding Hwloc library option for affinity mechanism by Jonathan Peyton · 10 years ago
  48. 3f5dfc2 Fixes to wait-loop code by Jonathan Peyton · 10 years ago
  49. 4505bf6 Remove some empty lines. by Jonathan Peyton · 10 years ago
  50. 1bd61b4 Formatting/Whitespace/Comment changes associated with wait/release improvements. by Jonathan Peyton · 10 years ago
  51. e03b62f Debug trace and assert statement changes for wait/release improvements. by Jonathan Peyton · 10 years ago
  52. 7649cd4 Use sysconf for the number of cores on FreeBSD too. by Joerg Sonnenberger · 10 years ago
  53. 1564f3c Add basic NetBSD support. by Joerg Sonnenberger · 10 years ago
  54. 0cad3fe Remove unused caller_gtid variable in both z_Linux_util.c and z_Windows_NT_util.c by Jonathan Peyton · 10 years ago
  55. 45be450 Tidy statistics collection by Jonathan Peyton · 10 years ago
  56. edc370e D11301: Remove the __kmp_invoke_microtask() that relies on libffi by Andrey Churbanov · 10 years ago
  57. 368b70e D11159: Fixing the stack offset functionality by Andrey Churbanov · 10 years ago
  58. 122dd76 Fix some bugs in OMPT support by Jonathan Peyton · 10 years ago
  59. 7c4d66d Remove unused variable warnings by deletion. by Jonathan Peyton · 10 years ago
  60. 2321d57 Remove unused variable warnings by adding proper macro guards. by Jonathan Peyton · 10 years ago
  61. e8104ad Remove unused variable warnings by fooling compiler. by Jonathan Peyton · 10 years ago
  62. 1e7a1dd Fix some sign compare warnings. by Jonathan Peyton · 10 years ago
  63. 74bf17b Replace some unsafe API calls with safe alternatives on Windows, prepare code for similar actions on other platforms - wrap unsafe API calls into macros. by Andrey Churbanov · 10 years ago
  64. d39f11c fix for broken commit 231774 by Andrey Churbanov · 11 years ago
  65. 2b8ecbe cleanup: removed unused function __kmp_change_thread_affinity_mask by Andrey Churbanov · 11 years ago
  66. 1f037e4 cleanup: usages of mask size wrapped into macros by Andrey Churbanov · 11 years ago
  67. 7b2ab71 Adding some 8-bit atomic operations for future use by Andrey Churbanov · 11 years ago
  68. 5c56fb5 Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=1 to enable it. by Andrey Churbanov · 11 years ago
  69. d9e775e Comments only: removing the Revision and Date svn variables from the top of all the source files. by Andrey Churbanov · 11 years ago
  70. cbda868 aarch64 port sent by C. Bergstrom by Andrey Churbanov · 11 years ago
  71. 4cc4bb4 I apologise in advance for the size of this check-in. At Intel we do by Jim Cownie · 11 years ago
  72. 07ea89f Fix a bug where the library slept for up to KMP_BLOCKTIME before exiting by Jim Cownie · 11 years ago
  73. 3051f97 Commit PowerPC64 support from Carlo Bertolli at IBM. by Jim Cownie · 11 years ago
  74. 98758b0 Make affinity support conditional on KMP_AFFINITY_SUPPORTED by Alp Toker · 12 years ago
  75. 763b939 Add support for FreeBSD by Alp Toker · 12 years ago
  76. 8f2d3f0 Fix typos by Alp Toker · 12 years ago
  77. 181b4bb For your Christmas hacking pleasure. by Jim Cownie · 12 years ago
  78. 5e8470a First attempt to import OpenMP runtime by Jim Cownie · 12 years ago