1. 328d662 This patch decreases significantly the memory needed for OldRef and by philippe · 9 years ago
  2. a4286b9 helgrind stats: show the total nr of thr_n_rcec by philippe · 9 years ago
  3. 1e798b0 helgrind stats: give the memory occupied by the OldRef by philippe · 9 years ago
  4. a4b20c0 Add stats in helgrind for oldref history found versus not found by philippe · 9 years ago
  5. 7ab0646 Follow up to r15253: by philippe · 9 years ago
  6. 71ed3c9 This patch reduces the memory needed for the linesF. by philippe · 9 years ago
  7. f618565 When process dies due to a signal, show the signal and the stacktrace by philippe · 9 years ago
  8. 64be56d Patch 5 in a revised series of cleanup patches from Will Schmidt by carll · 9 years ago
  9. 0fb30ac Add statistics about the nr of used linesF by philippe · 9 years ago
  10. fc00a2a This patch (re-)gains performance in helgrind, following revision 15207, that by philippe · 9 years ago
  11. 364f0bb micro-opt: add an UNLIKELY by philippe · 9 years ago
  12. 2bd2326 VTS stats by philippe · 9 years ago
  13. 8939e09 Simplify shmem__invalidate_scache_range : it only has to handle by philippe · 9 years ago
  14. 1475a7f Small optimisations in libhb_core.c by philippe · 9 years ago
  15. f54cb66 This patch decreases the memory used by the helgrind SecMap, by philippe · 9 years ago
  16. bf37ae8 Reduce nr of lines produced by laog gc --stats=yes by philippe · 9 years ago
  17. a1ac2f4 This patch reduces the memory needed for a VtsTE by 25% (one word) by philippe · 9 years ago
  18. 47124e9 Give statistics about RCEC helgrind hash table chains. by philippe · 9 years ago
  19. d005b2c Add some stats to helgrind stats: by philippe · 9 years ago
  20. e0829e0 Do RCEC_GC when approaching the max nr of RCEC, not when reaching it. by philippe · 9 years ago
  21. cabdbb5 This patch changes the policy that does the GC of OldRef and RCEC by philippe · 9 years ago
  22. 06bc23a Fix statistics about ctxt_rcec : by philippe · 9 years ago
  23. 40648e2 Remove useless arguments in sparsewa, that were inheritated from WordFM by philippe · 9 years ago
  24. 158404e Have the event map GC use the same approach as the other GC by philippe · 9 years ago
  25. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  26. c350865 Helgrind optimisation: by philippe · 9 years ago
  27. 900c535 * Add in helgrind stats the nr of live/exit/joined/exit and joined threads by philippe · 9 years ago
  28. f631b02 Sort locks by their guestaddr to make the error output independent by florian · 9 years ago
  29. 3858abd n-i-bz: Small fixes to r14976 (bz#343173) to add stackteardown to svn:ignore and fix compilation on OS X by rhyskidd · 9 years ago
  30. 3a75d2e Fix 343173 - helgrind crash during stack unwind by philippe · 9 years ago
  31. 4367abe Fix a few compiler warnings issued by clang 3.6.0 by florian · 9 years ago
  32. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  33. f466eef Track the IMark changes in VEX r3055. by florian · 9 years ago
  34. 7b7d594 Buffer audit. Resize a few. by florian · 10 years ago
  35. f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
  36. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  37. b28fe89 Merge revision 14309 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  38. 09041e4 Rewritten to avoid cast that drops const qualification. by florian · 10 years ago
  39. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  40. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  41. 2b9232a Handle (by ignoring) Imbe_CancelReservation. Detected by Florian by sewardj · 10 years ago
  42. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  43. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  44. 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
  45. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  46. 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
  47. fc252b5 Document that VG_(newSWA) never returns NULL (because its by florian · 10 years ago
  48. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  49. 438c471 evh__new_mem_heap: get rid of pointless conditional. Spotted by by sewardj · 10 years ago
  50. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  51. 4fa7108 Bug 338703 helgrind on arm-linux gets false positives in dynamic loader. by mjw · 10 years ago
  52. 36750c0 Bug 338681 Enable clone backtrace hack for i386-linux in helgrind. by mjw · 10 years ago
  53. 5a460f5 Fix (kludge) stack unwinding through clone on arm64-linux. This is by sewardj · 10 years ago
  54. dcd9051 Helgrind needs to know the soname of ld.so, and on arm64-linux by sewardj · 10 years ago
  55. d18b902 Handle ENOSYS instread of EINVAL for some helgrind tests. by mjw · 10 years ago
  56. 9848690 Add option a new sim-hint no-nptl-pthread-stackcache. by philippe · 10 years ago
  57. dd690bf This commit is for Bugzilla 334836. The Bugzilla contains patch 3 of 3 by carll · 10 years ago
  58. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  59. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  60. 46daf0d Helgrind lock related error msg improvements. by philippe · 10 years ago
  61. dbacc09 Small follow up to lock address description: now that we describe by philippe · 10 years ago
  62. 8061201 Describe the lock address in a lock announcement message. by philippe · 10 years ago
  63. 0c9ac8d Patch adding (or showing the proper/not confusing) helgrind thread nr for block by philippe · 10 years ago
  64. 7f8abc4 Add testcase from BZ #324149 which was forgotten in r13641. by florian · 10 years ago
  65. 3b48762 Fix Makefile 'MISSING EXTRA_DIST' due to addition of tc20_verifywrap.stderr.exp-glibc-2.18 by philippe · 10 years ago
  66. d94082e helgrind/tests/tc20_verifywrap: Port to glibc >= 2.18 by bart · 10 years ago
  67. 5aa09bf Mark unused functions as unused, to keep Clang happy. by sewardj · 10 years ago
  68. d40aff5 Add helgrind intercepts to have helgrind understanding Ada tasks terination rules by philippe · 10 years ago
  69. 5b2bdd9 have helgrind filter_stderr transforming tid n into tid #x by philippe · 10 years ago
  70. 04910c3 on ppc64, pthread_create_WRK is not (always) produced in the stacktrace by philippe · 10 years ago
  71. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  72. 7a596da Fix two warnings of unusued variable or variable set but not used by philippe · 10 years ago
  73. f577434 Helgrind : two new gdbserver commands 'describe address' and 'info locks' by philippe · 10 years ago
  74. ca903bb clo_processing is now done when this procedure is called. by philippe · 10 years ago
  75. fc6bbd3 mips32: Additional .exp files for mips32. by dejanj · 10 years ago
  76. 23ed630 Make Helgrind test cases build on arm64-linux. by sewardj · 10 years ago
  77. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago
  78. 6ef137e mips32/mips64: Suppress race condition error. by dejanj · 11 years ago
  79. 5fbc976 Decrease helgrind memory use for applications allocating many blocks by philippe · 11 years ago
  80. 9c7779b Merge mc_replace_strmem.c, hg_intercepts.c and drd_strmem_intercepts.c by bart · 11 years ago
  81. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  82. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  83. 4723900 Update expected output following r13642, which fixes #323432 by sewardj · 11 years ago
  84. c02f6c4 Fix #323432: When calling pthread_cond_destroy or pthread_mutex_destroy by sewardj · 11 years ago
  85. ff427c9 For pthread_cond_destroy, don't report a false it's-still-waited-on by sewardj · 11 years ago
  86. 0c8a47c Remove a duplicate const qualifier complained about by clang 3.3 by florian · 11 years ago
  87. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  88. 751c1e6 mips32/mips64: Fix compiler warnings. by dejanj · 11 years ago
  89. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  90. d5f0d1e mips: enable helgrind test tc08_hbl2 for mips64 by petarj · 11 years ago
  91. dd6bf60 mips: add mips64le support for atomic_incs and annotate_hbefore tests by petarj · 11 years ago
  92. 19dfe03 fix 307082 HG false positive: pthread_cond_destroy: destruction of unknown cond var by philippe · 11 years ago
  93. 2411197 Better fix for 295590 by philippe · 11 years ago
  94. d52defb Add intercepts for some Qt5 functions. (David Faure, faure@kde.org) by sewardj · 11 years ago
  95. ebe2580 better handle and better document the case of multi-locks cycles by philippe · 11 years ago
  96. 195623b Make sure the variable is completely initialised. That's good by florian · 11 years ago
  97. 8a2bea9 Remove pointless test. vts->ts is an array and cannot be NULL. by florian · 11 years ago
  98. efa97a7 Import from memcheck land, a less ludicrously inefficient by sewardj · 11 years ago
  99. cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 11 years ago
  100. 6d79b74 Introduce DISABLE_PTHREAD_SPINLOCK_INTERCEPT flag by petarj · 11 years ago