1. 0c9ac8d Patch adding (or showing the proper/not confusing) helgrind thread nr for block by philippe · 10 years ago
  2. 7f8abc4 Add testcase from BZ #324149 which was forgotten in r13641. by florian · 10 years ago
  3. 3b48762 Fix Makefile 'MISSING EXTRA_DIST' due to addition of tc20_verifywrap.stderr.exp-glibc-2.18 by philippe · 10 years ago
  4. d94082e helgrind/tests/tc20_verifywrap: Port to glibc >= 2.18 by bart · 10 years ago
  5. 5aa09bf Mark unused functions as unused, to keep Clang happy. by sewardj · 10 years ago
  6. d40aff5 Add helgrind intercepts to have helgrind understanding Ada tasks terination rules by philippe · 10 years ago
  7. 5b2bdd9 have helgrind filter_stderr transforming tid n into tid #x by philippe · 10 years ago
  8. 04910c3 on ppc64, pthread_create_WRK is not (always) produced in the stacktrace by philippe · 10 years ago
  9. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  10. 7a596da Fix two warnings of unusued variable or variable set but not used by philippe · 10 years ago
  11. f577434 Helgrind : two new gdbserver commands 'describe address' and 'info locks' by philippe · 10 years ago
  12. ca903bb clo_processing is now done when this procedure is called. by philippe · 10 years ago
  13. fc6bbd3 mips32: Additional .exp files for mips32. by dejanj · 10 years ago
  14. 23ed630 Make Helgrind test cases build on arm64-linux. by sewardj · 10 years ago
  15. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago
  16. 6ef137e mips32/mips64: Suppress race condition error. by dejanj · 11 years ago
  17. 5fbc976 Decrease helgrind memory use for applications allocating many blocks by philippe · 11 years ago
  18. 9c7779b Merge mc_replace_strmem.c, hg_intercepts.c and drd_strmem_intercepts.c by bart · 11 years ago
  19. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  20. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  21. 4723900 Update expected output following r13642, which fixes #323432 by sewardj · 11 years ago
  22. c02f6c4 Fix #323432: When calling pthread_cond_destroy or pthread_mutex_destroy by sewardj · 11 years ago
  23. ff427c9 For pthread_cond_destroy, don't report a false it's-still-waited-on by sewardj · 11 years ago
  24. 0c8a47c Remove a duplicate const qualifier complained about by clang 3.3 by florian · 11 years ago
  25. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  26. 751c1e6 mips32/mips64: Fix compiler warnings. by dejanj · 11 years ago
  27. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  28. d5f0d1e mips: enable helgrind test tc08_hbl2 for mips64 by petarj · 11 years ago
  29. dd6bf60 mips: add mips64le support for atomic_incs and annotate_hbefore tests by petarj · 11 years ago
  30. 19dfe03 fix 307082 HG false positive: pthread_cond_destroy: destruction of unknown cond var by philippe · 11 years ago
  31. 2411197 Better fix for 295590 by philippe · 11 years ago
  32. d52defb Add intercepts for some Qt5 functions. (David Faure, faure@kde.org) by sewardj · 11 years ago
  33. ebe2580 better handle and better document the case of multi-locks cycles by philippe · 11 years ago
  34. 195623b Make sure the variable is completely initialised. That's good by florian · 11 years ago
  35. 8a2bea9 Remove pointless test. vts->ts is an array and cannot be NULL. by florian · 11 years ago
  36. efa97a7 Import from memcheck land, a less ludicrously inefficient by sewardj · 11 years ago
  37. cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 11 years ago
  38. 6d79b74 Introduce DISABLE_PTHREAD_SPINLOCK_INTERCEPT flag by petarj · 12 years ago
  39. 81d24c3 fix 310424 --read-var-info does not properly describe static variables by philippe · 12 years ago
  40. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  41. 654b542 Final patch for Char/HChar mixups. by florian · 12 years ago
  42. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  43. a239139 Add missing EXTRA DIST statement by cborntra · 12 years ago
  44. 1dd33f9 Same idea as for mips. sem_post does not fail on s390 by cborntra · 12 years ago
  45. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  46. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  47. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  48. 6bf3726 Fix Char/HChar mixups in helgrind and then some. by florian · 12 years ago
  49. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  50. 6b85d9b Another exp file for tc23_bogus_condwait.c. by petarj · 12 years ago
  51. 1735303 Adding tc19_shadowmem.stderr.exp-mips32 to match different output. by petarj · 12 years ago
  52. 741b3a5 Add exp file for tc20_verifywrap due to different errno values on MIPS. by petarj · 12 years ago
  53. caa9c5e Adding new exp file for tc18_semabuse in helgrind. by petarj · 12 years ago
  54. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  55. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  56. 5c165b2 Document Helgrind limitation that old access stack traces have maximum 8 entries by philippe · 12 years ago
  57. 8bfc215 295590 Helgrind: Assertion 'cvi->nWaiters > 0' failed when cond var being waited upon destroyed by philippe · 12 years ago
  58. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  59. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  60. 7c41246 Update the memcpy intercept for Helgrind in accordance with that by sewardj · 12 years ago
  61. 9c85587 Modify test so that scheduling events are generated. by philippe · 12 years ago
  62. 40d7c01 helgrind: Implement ANNOTATE_BENIGN_RACE_SIZED() by bart · 12 years ago
  63. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 12 years ago
  64. 78bfc71 Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try by bart · 13 years ago
  65. 5df4ce5 Rewrite test to not use function clock_gettime. The purpose by florian · 13 years ago
  66. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  67. f91fd73 helgrind/tests/tc08_hbl2: Avoid busy-waiting by bart · 13 years ago
  68. bc9b93b helgrind/tests/cond_timedwait_invalid: Update expected output because of r12213 by bart · 13 years ago
  69. adda79a helgrind/tests/cond_timedwait_invalid: Port to Darwin 10.8 by bart · 13 years ago
  70. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  71. 866c80c Allow garbage collection of the LAOG data structure(s). This avoids by sewardj · 13 years ago
  72. 4fb597b Add missing filter scripts to Makefile.am so they are included in by florian · 13 years ago
  73. c0ad0e1 Add missing backslash by bart · 13 years ago
  74. 6aeadaa Fix false positive following pthread_cond_timedwait failure. by sewardj · 13 years ago
  75. 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
  76. 5430ede First round of changes to get make dist working again. by florian · 13 years ago
  77. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  78. 4c02d0e helgrind/tests/pth_barrier*: Update expected output after drd/tests/pth_barrier.c changes by bart · 13 years ago
  79. 2fa18d9 Helgrind and exp-sgcheck, XML error reporting: move the code printing <kind>...</kind> out of a switch statement. by bart · 13 years ago
  80. 2df4eb5 Add exp file for x86. This test is known to fail on that platform by florian · 13 years ago
  81. db8bdd2 Change the filtering of helgrind's XML output. by florian · 13 years ago
  82. f79bf6e Make filter_helgrind executable. Should unbreak the build. by florian · 13 years ago
  83. 31014da Change the backtrace filtering machinery for the helgrind regression by florian · 13 years ago
  84. 86aabd8 Fix tc23_bogus_condwait.c testcase for s390x. by florian · 13 years ago
  85. 9eff0d4 This testcase is sensitive to some sleep period. On slower by florian · 13 years ago
  86. bd3b127 Add more .exp files for s390 due to GCC's use of the MVC insn. by florian · 13 years ago
  87. 75fc67d Disable testcase on s390x. Still hangs occasionally. by florian · 13 years ago
  88. bed336a Fix testcase for s390x. Provide implementation of XCHG_M_R. by florian · 13 years ago
  89. 0c48442 Add a prerequisite because drd/tests/annotate_smart_pointer is not always built. by florian · 13 years ago
  90. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  91. 58bec1c Avoid hanging on older s390x systems. See also bugzilla #268623 comment 3. by florian · 13 years ago
  92. cf16cee Follow-up for r11971 by bart · 13 years ago
  93. b5cb85f Update expected output by bart · 13 years ago
  94. 2ea041a Yet another threading tool regression test scheduler sensitivity fix by bart · 13 years ago
  95. 745bfbc Yet another regression test scheduling sensitivity fix by bart · 13 years ago
  96. b040454 Two more scheduler sensitivity fixes for thread tool regression tests by bart · 13 years ago
  97. 30efc13 Revert r11916, r11917, r11918 and r11923. by bart · 13 years ago
  98. ac39dee More thread tool regression test scheduler sensitivity fixes by bart · 13 years ago
  99. a3bf44a helgrind/tests/tc08_hbl2: Reduce scheduler sensitivity by bart · 13 years ago
  100. 211c253 Stop gcc on Android giving bogus function-has-no-return-value warnings. by sewardj · 13 years ago