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