1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. 0975826 Correct expected output of tc18 and tc20 helgrind tests. by mjw · 9 years ago
  4. 0c66d2e Add safe sem_post handler and glibc-2.21 expected output for helgrind tests. by mjw · 9 years ago
  5. a49fd54 Add safe-pthread.h to helgrind/tests/Makefile.am noinst_HEADERS. by mjw · 9 years ago
  6. e8062a0 Use sigjmp_buf by tom · 9 years ago
  7. a82f262 Restore signal masks when recovering from xend related signals by tom · 9 years ago
  8. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  9. 712575e Remove non-ASCII characters from this file. No functional change. by sewardj · 9 years ago
  10. f27835c Follow-up fix for r15565. by iraisr · 9 years ago
  11. 8a39493 Also install sigsegv handler in safe-pthread tests wrapper. by mjw · 9 years ago
  12. d46b911 Follow-up fix for r15565: sa_restorer should not be used. n-i-bz. by rhyskidd · 9 years ago
  13. 60a16f2 Install the SIGILL handler everywhere so we get consistent by tom · 9 years ago
  14. 02b13a1 Attempt to work around issues with xend being executed unconditionally by tom · 9 years ago
  15. b93a3a3 Remove duplicate definition ofVALGRIND_HG_ENABLE_CHECKING , wrongly introduced in rev 15207 by philippe · 9 years ago
  16. 19b041a (try to) avoid tc09_bad_unlock random failure by philippe · 9 years ago
  17. a6a6d92 The number of elements in a hash table cannot be negative. by florian · 9 years ago
  18. 5e5cb00 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  19. 1285365 regression tests: Remove superfluous backticks by bart · 9 years ago
  20. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  21. f2ff46d Block the running of a known hanging regression test on OS X. Partial fix for bz#344416, and related to BZ#216837. by rhyskidd · 9 years ago
  22. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  23. 3a085bf Make some numbers in helgrind stats use , separators, as the numbers can be big by philippe · 9 years ago
  24. 328d662 This patch decreases significantly the memory needed for OldRef and by philippe · 9 years ago
  25. a4286b9 helgrind stats: show the total nr of thr_n_rcec by philippe · 9 years ago
  26. 1e798b0 helgrind stats: give the memory occupied by the OldRef by philippe · 9 years ago
  27. a4b20c0 Add stats in helgrind for oldref history found versus not found by philippe · 9 years ago
  28. 7ab0646 Follow up to r15253: by philippe · 9 years ago
  29. 71ed3c9 This patch reduces the memory needed for the linesF. by philippe · 9 years ago
  30. f618565 When process dies due to a signal, show the signal and the stacktrace by philippe · 9 years ago
  31. 64be56d Patch 5 in a revised series of cleanup patches from Will Schmidt by carll · 9 years ago
  32. 0fb30ac Add statistics about the nr of used linesF by philippe · 9 years ago
  33. fc00a2a This patch (re-)gains performance in helgrind, following revision 15207, that by philippe · 9 years ago
  34. 364f0bb micro-opt: add an UNLIKELY by philippe · 9 years ago
  35. 2bd2326 VTS stats by philippe · 9 years ago
  36. 8939e09 Simplify shmem__invalidate_scache_range : it only has to handle by philippe · 9 years ago
  37. 1475a7f Small optimisations in libhb_core.c by philippe · 9 years ago
  38. f54cb66 This patch decreases the memory used by the helgrind SecMap, by philippe · 9 years ago
  39. bf37ae8 Reduce nr of lines produced by laog gc --stats=yes by philippe · 9 years ago
  40. a1ac2f4 This patch reduces the memory needed for a VtsTE by 25% (one word) by philippe · 9 years ago
  41. 47124e9 Give statistics about RCEC helgrind hash table chains. by philippe · 9 years ago
  42. d005b2c Add some stats to helgrind stats: by philippe · 9 years ago
  43. e0829e0 Do RCEC_GC when approaching the max nr of RCEC, not when reaching it. by philippe · 9 years ago
  44. cabdbb5 This patch changes the policy that does the GC of OldRef and RCEC by philippe · 9 years ago
  45. 06bc23a Fix statistics about ctxt_rcec : by philippe · 9 years ago
  46. 40648e2 Remove useless arguments in sparsewa, that were inheritated from WordFM by philippe · 9 years ago
  47. 158404e Have the event map GC use the same approach as the other GC by philippe · 9 years ago
  48. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  49. c350865 Helgrind optimisation: by philippe · 9 years ago
  50. 900c535 * Add in helgrind stats the nr of live/exit/joined/exit and joined threads by philippe · 9 years ago
  51. f631b02 Sort locks by their guestaddr to make the error output independent by florian · 9 years ago
  52. 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
  53. 3a75d2e Fix 343173 - helgrind crash during stack unwind by philippe · 9 years ago
  54. 4367abe Fix a few compiler warnings issued by clang 3.6.0 by florian · 9 years ago
  55. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  56. f466eef Track the IMark changes in VEX r3055. by florian · 9 years ago
  57. 7b7d594 Buffer audit. Resize a few. by florian · 9 years ago
  58. f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 9 years ago
  59. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 9 years ago
  60. b28fe89 Merge revision 14309 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  61. 09041e4 Rewritten to avoid cast that drops const qualification. by florian · 10 years ago
  62. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  63. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  64. 2b9232a Handle (by ignoring) Imbe_CancelReservation. Detected by Florian by sewardj · 10 years ago
  65. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  66. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  67. 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
  68. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  69. 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
  70. fc252b5 Document that VG_(newSWA) never returns NULL (because its by florian · 10 years ago
  71. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  72. 438c471 evh__new_mem_heap: get rid of pointless conditional. Spotted by by sewardj · 10 years ago
  73. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  74. 4fa7108 Bug 338703 helgrind on arm-linux gets false positives in dynamic loader. by mjw · 10 years ago
  75. 36750c0 Bug 338681 Enable clone backtrace hack for i386-linux in helgrind. by mjw · 10 years ago
  76. 5a460f5 Fix (kludge) stack unwinding through clone on arm64-linux. This is by sewardj · 10 years ago
  77. dcd9051 Helgrind needs to know the soname of ld.so, and on arm64-linux by sewardj · 10 years ago
  78. d18b902 Handle ENOSYS instread of EINVAL for some helgrind tests. by mjw · 10 years ago
  79. 9848690 Add option a new sim-hint no-nptl-pthread-stackcache. by philippe · 10 years ago
  80. dd690bf This commit is for Bugzilla 334836. The Bugzilla contains patch 3 of 3 by carll · 10 years ago
  81. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  82. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  83. 46daf0d Helgrind lock related error msg improvements. by philippe · 10 years ago
  84. dbacc09 Small follow up to lock address description: now that we describe by philippe · 10 years ago
  85. 8061201 Describe the lock address in a lock announcement message. by philippe · 10 years ago
  86. 0c9ac8d Patch adding (or showing the proper/not confusing) helgrind thread nr for block by philippe · 10 years ago
  87. 7f8abc4 Add testcase from BZ #324149 which was forgotten in r13641. by florian · 10 years ago
  88. 3b48762 Fix Makefile 'MISSING EXTRA_DIST' due to addition of tc20_verifywrap.stderr.exp-glibc-2.18 by philippe · 10 years ago
  89. d94082e helgrind/tests/tc20_verifywrap: Port to glibc >= 2.18 by bart · 10 years ago
  90. 5aa09bf Mark unused functions as unused, to keep Clang happy. by sewardj · 10 years ago
  91. d40aff5 Add helgrind intercepts to have helgrind understanding Ada tasks terination rules by philippe · 10 years ago
  92. 5b2bdd9 have helgrind filter_stderr transforming tid n into tid #x by philippe · 10 years ago
  93. 04910c3 on ppc64, pthread_create_WRK is not (always) produced in the stacktrace by philippe · 10 years ago
  94. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  95. 7a596da Fix two warnings of unusued variable or variable set but not used by philippe · 10 years ago
  96. f577434 Helgrind : two new gdbserver commands 'describe address' and 'info locks' by philippe · 10 years ago
  97. ca903bb clo_processing is now done when this procedure is called. by philippe · 10 years ago
  98. fc6bbd3 mips32: Additional .exp files for mips32. by dejanj · 10 years ago
  99. 23ed630 Make Helgrind test cases build on arm64-linux. by sewardj · 10 years ago
  100. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 10 years ago