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. 7161e33 Suppress unwanted clang 3.7 warnings. Fix undefined behaviour in perf/tinycc.c by florian · 9 years ago
  4. 9ee20eb New memcheck command line option: --expensive-definedness-check by florian · 9 years ago
  5. 072064d GCC 5.1 issues warnings about static variables declared within non-static by florian · 9 years ago
  6. 4f9b7c7 Silence a few more warnings from GCC 5.1 by florian · 9 years ago
  7. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  8. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  9. cda0c2c Extensible main thread stack is tricky :(. by philippe · 9 years ago
  10. f0c5ce8 Fix the following errors detected by makefile check by philippe · 9 years ago
  11. bdd8556 Announce fix of BZ #155125. As of r14685 I think. Add testcase. by florian · 10 years ago
  12. 417d737 Old STABS code is still being compiled, but never used. Remove it. by mjw · 10 years ago
  13. 807c454 Fix most clang warnings. by florian · 10 years ago
  14. 25fc405 The update fixes a format issue in the PPC test by carll · 10 years ago
  15. 7e3b3f2 Improve description of an address that is on a stack but below sp. by philippe · 10 years ago
  16. 0e073a8 Adapt testcase so it can be compiled with GCC 3.4.6. by florian · 10 years ago
  17. c81436d Bug 336619 valgrind --read-var-info=yes doesn't handle DW_TAG_restrict_type. by mjw · 10 years ago
  18. c9d7582 Update the C++ demangler by importing files from GCC trunk @ 212125. by florian · 10 years ago
  19. 5ab7ce8 Fix a regression in supp matching with obj: entries by philippe · 10 years ago
  20. 8693182 According to Julian initialising the previously uninitialised variable by florian · 10 years ago
  21. 841b4db Suppress a clang warning about an uninitialised variable. Fixes BZ #329694. by florian · 10 years ago
  22. 0ff1641 Find the name of the inlined function through a DW_AT_specification by philippe · 10 years ago
  23. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  24. ea58d61 Add a new test that shows a surprising side effect of the by philippe · 10 years ago
  25. eae3f03 mips32: Additional .exp file for mips32. by dejanj · 10 years ago
  26. c5fc866 Add client requests by sewardj · 10 years ago
  27. c32dd87 mips32: When we are accessing elements via double pointer MIPS compiler can by dejanj · 10 years ago
  28. 2e1de02 memcheck/tests/Makefile.am include filter_dw4 in dist_noinst_SCRIPTS. by mjw · 10 years ago
  29. 42a62d3 mips32/64: Add extra suppression for mips32/64. by dejanj · 11 years ago
  30. c473d43 Merge r13704 from 3_9_BRANCH (Fix compile problem in by sewardj · 11 years ago
  31. 333c83a memcheck/tests/origin5-bz2: Add a regression test output file variant by bart · 11 years ago
  32. ded4650 memcheck/tests/strchr: Add a regression test output variant by bart · 11 years ago
  33. 9c7779b Merge mc_replace_strmem.c, hg_intercepts.c and drd_strmem_intercepts.c by bart · 11 years ago
  34. b8ba031 Fix 324227 memcheck false positive leak when a thread calls exit+block by philippe · 11 years ago
  35. 3df0211 Add a few feature tests to configure.ac because clang does not by florian · 11 years ago
  36. 06bc722 Silence clang warnings about uninitialised and unused values in by florian · 11 years ago
  37. ab1fce9 add heuristics decreasing false possible "possible leaks" in c++ code. by philippe · 11 years ago
  38. c5325ef Followup to r13553 which caused some build failures. by florian · 11 years ago
  39. 4978951 Intercept prctl(PR_SET_NAME, name) and store the thread name so it by florian · 11 years ago
  40. 661786e When XML mode is selected messages from VALGRIND_PRINTF and friends by florian · 11 years ago
  41. 4d00f98 Add test cases for 128-bit shadow loads with --partial-loads-ok={yes,no} by sewardj · 11 years ago
  42. 4fa3d37 fix 321960 pthread_create() then alloca() causing invalid stack write errors by philippe · 11 years ago
  43. 8fa7627 Fix incorrect filenames for the cond_ld_st tests. by sewardj · 11 years ago
  44. 9fff319 cond_ld_st: Split the non-arm expected outputs into 32- and 64-bit by sewardj · 11 years ago
  45. 170d1c2 Add test cases for instrumentation of IR-level loads and stores. by sewardj · 11 years ago
  46. cf806e7 Whitespace-only changes. by sewardj · 11 years ago
  47. cf8735c strchr.vgtest mc_replace_strmem.c [r]index and [__GI_]str[r]chr are the same. by mjw · 11 years ago
  48. cf9e197 Solve false negative for various malloc replaced functions arguments by philippe · 11 years ago
  49. fc75e5e Don't check the flags word in msghdr for sendmsg as the by tom · 11 years ago
  50. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 11 years ago
  51. 8617b5b Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|none by philippe · 11 years ago
  52. 24cf8df Make memcheck/tests/stpncpy be dependent on the presence/absence of by sewardj · 12 years ago
  53. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  54. e00430b Add an intercept for stpncpy. Fixes #309427. (Mark Wielaard, mjw@redhat.com) by sewardj · 12 years ago
  55. 9990438 Add intercepts for wcscpy, wcscmp, wcsrchr and wcschr on Linux. by sewardj · 12 years ago
  56. 5d2db15 Introduce a test to reproduce bug 123837 (semctl GETVAL false positive) by philippe · 12 years ago
  57. 671f470 Filter out memcpy symbol versions from test results. by tom · 12 years ago
  58. 21fcbb7 Add a test which checks the leak search recovery mechanism by philippe · 12 years ago
  59. 79452b3 Don't explicitly specify an ABI when building regtests on ARM. This by sewardj · 12 years ago
  60. df9c61a Add non matching suppressions for suppfree test (more testing for suppr matching) by philippe · 12 years ago
  61. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  62. 83bef5e MIPS specific expected output for memcheck/tests/sigkill. by petarj · 12 years ago
  63. 7711f9e Increase allowed size of a back-trace to 500 frames. by florian · 12 years ago
  64. 57a7e68 Add strchr.stderr.exp3 to memcheck/tests/Makefile.am by bart · 12 years ago
  65. a62e961 Fixes for 'make dist'. by sewardj · 12 years ago
  66. 0bb707e Add testcases for "compare and swap". by florian · 12 years ago
  67. a2cc0c0 fix 299756 (for symmetry, --free-fill must be ignored for MEMPOOL_FREE and FREELIKE client requests). by philippe · 12 years ago
  68. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  69. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  70. cc2f71b add test-plo-no.stderr.exp-s390x-mvc in EXTRA_DIST. by philippe · 12 years ago
  71. da04f3e Change the behaviour of --partial-loads-ok=yes to avoid false by sewardj · 12 years ago
  72. e3c0a2a Add testcase for bugzilla #287260. Testcase by M.Welinder by florian · 12 years ago
  73. 5544d5b Fix accounting for MC_(realloc). It was inconsistent as compared to by florian · 12 years ago
  74. 4ef552a Change the behaviour of VALGRIND_CHECK_MEM_IS_DEFINED slightly, so by sewardj · 13 years ago
  75. 403d8aa Improvements in freelist handling for Memcheck. See #250065. by sewardj · 13 years ago
  76. 4fb597b Add missing filter scripts to Makefile.am so they are included in by florian · 13 years ago
  77. 5430ede First round of changes to get make dist working again. by florian · 13 years ago
  78. 9a8d3af Fix execve2 testcase. by florian · 13 years ago
  79. 8e0cc77 Turns out there is at least one version of glibc tat contains by florian · 13 years ago
  80. 3b38c6e Rename testcase from execve to execve1. by florian · 13 years ago
  81. 45264af Avoid excessive fragmentation in m_mallocfree facility by munmapping by sewardj · 13 years ago
  82. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  83. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  84. c8bd1df Memcheck: by sewardj · 13 years ago
  85. 536081d Silence compiler warnings triggered by certain regression tests programs and that we are not interested in. by bart · 13 years ago
  86. 78f09d2 Moved two Linux-specific syscalls to the linux subdirectory. by bart · 13 years ago
  87. 15f9feb 'make dist' fixes following s390x-linux merge. (Christian Borntraeger by sewardj · 13 years ago
  88. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  89. 12412a2 Add a new mempool test resulting from work on #254420, and update by sewardj · 13 years ago
  90. 5f3fcdb PowerPC: added expected output files for memcheck/tests/varinfo[1-6], based by bart · 14 years ago
  91. 30f92cb Fix a couple of make-dist bugs, caused by recently added ppc32/64 tests. by sewardj · 14 years ago
  92. 0e342a0 Add tests for new PowerISA_2.05 instructions available on Power6 CPUs. by sewardj · 14 years ago
  93. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  94. 52c9eba Updated memcheck/tests/Makefile.am. by bart · 14 years ago
  95. 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
  96. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  97. d7e635f Make sure the Memcheck tests are built on arm-linux using hardware by sewardj · 14 years ago
  98. bf9b85c Suppressed compiler warnings reported by gcc 4.4.x on the source code by bart · 15 years ago
  99. 18afe5d Try to fix error_counts. by njn · 15 years ago
  100. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago