1. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  2. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  3. 7c41246 Update the memcpy intercept for Helgrind in accordance with that by sewardj · 12 years ago
  4. 9c85587 Modify test so that scheduling events are generated. by philippe · 12 years ago
  5. 40d7c01 helgrind: Implement ANNOTATE_BENIGN_RACE_SIZED() by bart · 12 years ago
  6. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
  7. 78bfc71 Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try by bart · 13 years ago
  8. 5df4ce5 Rewrite test to not use function clock_gettime. The purpose by florian · 13 years ago
  9. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  10. f91fd73 helgrind/tests/tc08_hbl2: Avoid busy-waiting by bart · 13 years ago
  11. bc9b93b helgrind/tests/cond_timedwait_invalid: Update expected output because of r12213 by bart · 13 years ago
  12. adda79a helgrind/tests/cond_timedwait_invalid: Port to Darwin 10.8 by bart · 13 years ago
  13. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  14. 866c80c Allow garbage collection of the LAOG data structure(s). This avoids by sewardj · 13 years ago
  15. 4fb597b Add missing filter scripts to Makefile.am so they are included in by florian · 13 years ago
  16. c0ad0e1 Add missing backslash by bart · 13 years ago
  17. 6aeadaa Fix false positive following pthread_cond_timedwait failure. by sewardj · 13 years ago
  18. 09af2db helgrind/tests/Makefile.am: Add tc22_exit_w_lock.stderr.exp-kfail-x86 to EXTRA_DIST. See also r12079. by bart · 13 years ago
  19. 5430ede First round of changes to get make dist working again. by florian · 13 years ago
  20. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  21. 4c02d0e helgrind/tests/pth_barrier*: Update expected output after drd/tests/pth_barrier.c changes by bart · 13 years ago
  22. 2fa18d9 Helgrind and exp-sgcheck, XML error reporting: move the code printing <kind>...</kind> out of a switch statement. by bart · 13 years ago
  23. 2df4eb5 Add exp file for x86. This test is known to fail on that platform by florian · 13 years ago
  24. db8bdd2 Change the filtering of helgrind's XML output. by florian · 13 years ago
  25. f79bf6e Make filter_helgrind executable. Should unbreak the build. by florian · 13 years ago
  26. 31014da Change the backtrace filtering machinery for the helgrind regression by florian · 13 years ago
  27. 86aabd8 Fix tc23_bogus_condwait.c testcase for s390x. by florian · 13 years ago
  28. 9eff0d4 This testcase is sensitive to some sleep period. On slower by florian · 13 years ago
  29. bd3b127 Add more .exp files for s390 due to GCC's use of the MVC insn. by florian · 13 years ago
  30. 75fc67d Disable testcase on s390x. Still hangs occasionally. by florian · 13 years ago
  31. bed336a Fix testcase for s390x. Provide implementation of XCHG_M_R. by florian · 13 years ago
  32. 0c48442 Add a prerequisite because drd/tests/annotate_smart_pointer is not always built. by florian · 13 years ago
  33. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  34. 58bec1c Avoid hanging on older s390x systems. See also bugzilla #268623 comment 3. by florian · 13 years ago
  35. cf16cee Follow-up for r11971 by bart · 13 years ago
  36. b5cb85f Update expected output by bart · 13 years ago
  37. 2ea041a Yet another threading tool regression test scheduler sensitivity fix by bart · 13 years ago
  38. 745bfbc Yet another regression test scheduling sensitivity fix by bart · 13 years ago
  39. b040454 Two more scheduler sensitivity fixes for thread tool regression tests by bart · 13 years ago
  40. 30efc13 Revert r11916, r11917, r11918 and r11923. by bart · 13 years ago
  41. ac39dee More thread tool regression test scheduler sensitivity fixes by bart · 13 years ago
  42. a3bf44a helgrind/tests/tc08_hbl2: Reduce scheduler sensitivity by bart · 13 years ago
  43. 211c253 Stop gcc on Android giving bogus function-has-no-return-value warnings. by sewardj · 13 years ago
  44. 0c09bf0 The pthread.h on Android has no definition for pthread_rwlock_t, which by sewardj · 13 years ago
  45. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  46. 70ceabc Documentation updates for Helgrind. by sewardj · 13 years ago
  47. 7313524 Add tests for displaying of locks held by threads in races. by sewardj · 13 years ago
  48. e723d42 Fix up the remaining .stderr.exp-s following r11824 (merge of by sewardj · 13 years ago
  49. 9af8d1e Fix a bunch of helgrind .stderr.exp-s following r11824 (merge of by sewardj · 13 years ago
  50. ffce815 Merge the contents of the HGDEV2 branch into trunk: by sewardj · 13 years ago
  51. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  52. 03e7d27 scalarts_limitations_fail_NORETURN: fix a format string error by sewardj · 13 years ago
  53. f976f6c by bart · 13 years ago
  54. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  55. d12c4a5 Fix broken inline asm in these tests. Fixes #256726. by sewardj · 13 years ago
  56. fd35d49 When handling client munmaps and mprotects with r=0 & w=0, actually by sewardj · 13 years ago
  57. 4fa0464 Un-break drd/tests/tc23_bogus_condwait. by bart · 13 years ago
  58. b251399 Fix compile warnings (missing prototypes for malloc, or some such). by sewardj · 13 years ago
  59. a0a145e Build fix for older s390x-linux assemblers. Fixes #264800. by sewardj · 13 years ago
  60. 622fe49 Add free-is-write functionality (experimental, not enabled by default). by sewardj · 13 years ago
  61. 4a12aad Use DRD's annotate_smart_pointer regtest to check against regressions by sewardj · 13 years ago
  62. 6015d0e NB: this is an temporary fix, until such time as bug 243935 is fully resolved. by sewardj · 13 years ago
  63. 8c50d3c Change the semantics of ANNOTATE_HAPPENS_BEFORE from 'overwrite' to by sewardj · 13 years ago
  64. 0b20a15 Followup to r11619: more tidying up w.r.t. the renaming of by sewardj · 13 years ago
  65. 0f64c9e Cleanup: get rid of univ_tsets as it is no longer needed. by sewardj · 13 years ago
  66. e96dfd0 Cleanup: get rid of 'last lock lossage' mechanism, which is commented by sewardj · 13 years ago
  67. 38fee95 Cleanup: get rid of all mention of a Hardware Bus Lock. This no longer exists. by sewardj · 13 years ago
  68. 6062664 Minor cleanup (no functional change): rename 'struct _Thr :: opaque' by sewardj · 13 years ago
  69. 9c08c0f Bring avg translation size statement closer to reality, for by sewardj · 13 years ago
  70. 0937c0f Replace the structural equality function for WordVecs with a more by sewardj · 13 years ago
  71. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  72. 310c8f2 Helgrind tests: ported tests tc23 and tc24 to Darwin/amd64 too. by bart · 13 years ago
  73. 95d2242 helgrind/tests/tc17_sembar: Works now on Darwin/amd64 too. by bart · 13 years ago
  74. 49d5a28 Fix minor documentation nits (Michael Snyder, msnyder@vmware.com) by sewardj · 13 years ago
  75. 1132fc2 rm pointless comment and #define. by sewardj · 13 years ago
  76. 1d7c332 Fix sanity check crash in Helgrind. Partial fix for #255353. by sewardj · 13 years ago
  77. c1fb9d2 Don't construct the LAOG at all when --track-lockorders=no (as opposed by sewardj · 13 years ago
  78. 555fc57 Simplify the implementation of VTS__tick. The previous version was by sewardj · 13 years ago
  79. 7aa38a9 Change the representation of VTSs. Instead of using an XArray of by sewardj · 13 years ago
  80. e4cce74 Scalability fix for Helgrind: reduce the size of ScalarTS (scalar by sewardj · 13 years ago
  81. 1b9876b A scalability fix for Helgrind for running large workloads. When by sewardj · 13 years ago
  82. 234e558 _pre_mem_asciiz handlers in both tools: don't segfault if passed an by sewardj · 13 years ago
  83. 61bc2c5 Don't assert in the child after a threaded program does fork(). by sewardj · 13 years ago
  84. 049ea22 Update expected outputs following recent amd64-unwind improvements (??) by sewardj · 14 years ago
  85. 56e256a Update expected output. by sewardj · 14 years ago
  86. 4750af1 Disabled a regression test because it fails intermittently. by bart · 14 years ago
  87. 8fef625 When reporting an error about an attempt to re-lock an already-locked by sewardj · 14 years ago
  88. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  89. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  90. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  91. f4845dc libhb_so_recv(): don't pass a NULL filter to Filter__clear. Not sure by sewardj · 14 years ago
  92. c8028ad by sewardj · 14 years ago
  93. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  94. 111544a Comment-only change. by sewardj · 14 years ago
  95. f38a74e Change the method used in hg_intercepts.c to hide from the user, the by sewardj · 14 years ago
  96. 1f77fec Take account the ABI-mandated stack redzone when changing stack by sewardj · 14 years ago
  97. 70585b8 Update expected outputs following r11089. by sewardj · 14 years ago
  98. 095d61e If a race error is detected, check to see whether the raced-on address by sewardj · 14 years ago
  99. 406bac8 Rollup fixes for Helgrind: by sewardj · 14 years ago
  100. 651cfa4 Apparently the dynamic linker on ARM-Linux has soname "ld-linux.so.3" by sewardj · 15 years ago