1. 15f9feb 'make dist' fixes following s390x-linux merge. (Christian Borntraeger by sewardj · 14 years ago
  2. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  3. e44f4b2 Darwin: Re-enabled four regression tests. by bart · 14 years ago
  4. 1005ef5 Darwin: Build fixes for four regression tests by Rich Coe (see also #267488). by bart · 14 years ago
  5. de486f7 Skip test programs that do not build on Darwin. by bart · 14 years ago
  6. 49d5a28 Fix minor documentation nits (Michael Snyder, msnyder@vmware.com) by sewardj · 14 years ago
  7. 357cf25 Do the -m32 vs -m64 thing correctly for these tests. Fixes some very by sewardj · 14 years ago
  8. 5575f05 x86: get_otrack_shadow_offset_wrk: handle guest_NRADDR. Fixes #257276. by sewardj · 14 years ago
  9. 7e30be4 Somewhat reduce the amount of mempool sanity checking, so as to avoid by sewardj · 14 years ago
  10. 12412a2 Add a new mempool test resulting from work on #254420, and update by sewardj · 14 years ago
  11. 62b9104 Improve error reports for addressing errors in the presence of by sewardj · 14 years ago
  12. e7decf8 Fix up out of date documentation for VALGRIND_CREATE_BLOCK and VALGRIND_DISCARD. by sewardj · 14 years ago
  13. 4db5d2f Expand this test so as to cover FXSAVE and FXRSTOR, both REX.W and by sewardj · 14 years ago
  14. 1e0fff6 Memcheck, None: update avg translation size to be more realistic. by sewardj · 14 years ago
  15. 7c02ba7 Clarify some details about "possibly lost" heap blocks. by njn · 14 years ago
  16. e03c8c4 Rework the strcasecmp stuff a little, based on Jakub Jelinek's patch by tom · 14 years ago
  17. ce6d0ac Add replacements for strcasecmp and related functions which have by tom · 14 years ago
  18. eb09f9e Removed superfluous semicolon. by bart · 14 years ago
  19. 5af0506 Handle new Iop_Sad8Ux4 introduced in vex r2067. by sewardj · 14 years ago
  20. 8c87e71 Avoid that using VALGRIND_GET_VBITS() / VALGRIND_SET_VBITS() triggers warnings about casting away constness. by bart · 14 years ago
  21. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  22. a88fb0b Increase default size of the freed blocks queue from 10MB to 20MB. by sewardj · 14 years ago
  23. 14cdbf8 Make the --prefix-to-strip=... command-line option added in r11312 by sewardj · 14 years ago
  24. 876cafd E-mail address update. by bart · 14 years ago
  25. 1d0f3f6 When a memory block changes from unreachable to possibly or definitely by tom · 14 years ago
  26. 8f6ec70 Don't assert when doing origin tracking for d16-31, f32-63 or q0-15. by sewardj · 14 years ago
  27. 6586493 When origin tracking, handle the new %RFLAGS.ACFLAG guest state by sewardj · 14 years ago
  28. 1956c50 by sewardj · 14 years ago
  29. 6fede42 Enable --track-origins on ARM code which accesses CPSR.GE3/2/1/0. by sewardj · 14 years ago
  30. c678b85 by sewardj · 14 years ago
  31. a11f528 Made timerfd-syscall test more robust by improving the time rounding algorithm. by bart · 14 years ago
  32. 075f51b Fixed a typo. by bart · 14 years ago
  33. 1b72361 memcheck/tests/linux/timerfd-syscall: send output to stderr instead of stdout. by bart · 14 years ago
  34. 5f3fcdb PowerPC: added expected output files for memcheck/tests/varinfo[1-6], based by bart · 14 years ago
  35. 871eef0 PowerPC: corrected expected output for memcheck/tests/origin5-bz2. Patch by bart · 14 years ago
  36. 231eb65 Avoid triggering AM_CFLAGS / AM_CXXFLAGS redefinition warnings. by bart · 14 years ago
  37. 30f92cb Fix a couple of make-dist bugs, caused by recently added ppc32/64 tests. by sewardj · 14 years ago
  38. 0e342a0 Add tests for new PowerISA_2.05 instructions available on Power6 CPUs. by sewardj · 14 years ago
  39. a5dda3e Make the leak tests a whole lot less flaky on ppc32/64-linux by by sewardj · 14 years ago
  40. db0d436 Updated expected output. The output changed because of r11320. by bart · 14 years ago
  41. c1fc133 Improved support for VALGRIND_MALLOCLIKE_BLOCK in memcheck: error by bart · 14 years ago
  42. edef417 The client requests defined in memcheck.h can now be invoked from programs compiled with the Microsoft C compiler too. by bart · 14 years ago
  43. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  44. 52c9eba Updated memcheck/tests/Makefile.am. by bart · 14 years ago
  45. d8927ae Filter out lines that differ between x86 and ppc. by bart · 14 years ago
  46. 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
  47. 7b4e00b Change the replacement for memcpy to a vectorised version that does by sewardj · 14 years ago
  48. ca9054a Merge from branches/THUMB: add (partial) --track-origins support for by sewardj · 14 years ago
  49. 57f92b0 Merge from branches/THUMB: tool-side handling of new primops required by sewardj · 14 years ago
  50. ba18935 Add in comments a (validated) strspn replacement, should it become necessary. by sewardj · 14 years ago
  51. a77687c Add intercepts for strstr, strpbrk, strcspn. These are needed for by sewardj · 14 years ago
  52. 565dc13 Track vex r2001 (initial PCMPISTRI support): by sewardj · 14 years ago
  53. a518f74 Follow-up for r11191: made this test pass again. by bart · 14 years ago
  54. 8ee04f9 Passes now when compiled with gcc 4.5.x too. by bart · 14 years ago
  55. 7d751b2 Make the --workaround-gcc296-bugs kludge take into account the stack by sewardj · 14 years ago
  56. e31b81c Try to fix 'make dist' -- possible fallout from r11188. by sewardj · 14 years ago
  57. b1cc5d6 by njn · 14 years ago
  58. bd5cfa6 Fix various bits of regtest breakage on amd64-linux caused by the MACOSX106 by njn · 14 years ago
  59. f9eef05 Remove a bogus header file listing. by njn · 14 years ago
  60. 65bcc2e Add a missing filter_stderr file. by njn · 14 years ago
  61. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  62. d376a76 Handle new primop Iop_RoundF32toInt, needed by SSE4 ROUNDSS (vex r1986). by sewardj · 14 years ago
  63. b823b85 Valgrind-side changes needed to go with vex r1984 (Implement SSE4 by sewardj · 14 years ago
  64. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  65. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  66. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  67. 6f95e7e Fix handling of mprotect so as to be more consistent with the handling by sewardj · 15 years ago
  68. 3677531 Update expected output. by sewardj · 15 years ago
  69. fbfa3d0 Analysis/make-it-work for arm-linux. by sewardj · 15 years ago
  70. 7757515 Enable origin tracking through arm VFP registers; was apparently by sewardj · 15 years ago
  71. aec1be3 Handle Iop_SqrtF32. by sewardj · 15 years ago
  72. d7e635f Make sure the Memcheck tests are built on arm-linux using hardware by sewardj · 15 years ago
  73. 9a0c13c Disable this test (effectively) on arm-linux, since that uses by sewardj · 15 years ago
  74. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  75. 06f96d0 Track changes in the names of a few IR primops to do with int<->fp by sewardj · 15 years ago
  76. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  77. 069a38a Made sure that the sigqueue regression test passes on 32-bit and on 64-bit systems. by bart · 15 years ago
  78. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  79. 7481f1d Fixed expected output. by bart · 15 years ago
  80. 856d9df Added a comment that explains the purpose of the sigqueue.c test program. by bart · 15 years ago
  81. 21ba3f9 Added a modified version of the rt_sigqueue test program provided by Konstantin Serebryany. by bart · 15 years ago
  82. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  83. 663ab79 Fix a .exp file. Avoid an assertion failure with -v. by njn · 15 years ago
  84. 2667055 Don't count leaks as errors with --leak-check=summary, because the results by njn · 15 years ago
  85. bf9b85c Suppressed compiler warnings reported by gcc 4.4.x on the source code by bart · 15 years ago
  86. 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
  87. 9a7e19e Darwin .exp fixes following r10783. by njn · 15 years ago
  88. cab64bc Update .exp files for r10783. by njn · 15 years ago
  89. b6267bd Output tweaks: by njn · 15 years ago
  90. 606a4ae Count error contexts properly in VG_(unique_error). Avoids the problem seen by njn · 15 years ago
  91. 18afe5d Try to fix error_counts. by njn · 15 years ago
  92. 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
  93. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  94. c2f8b1b augment a comment by njn · 15 years ago
  95. 09f2e6c wibble by njn · 15 years ago
  96. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  97. b84e0b0 Add an alternative output for Darwin. by njn · 15 years ago
  98. 42e72a9 Update Memcheck expected outputs following r10746 (Darwin variants only). by sewardj · 15 years ago
  99. f20eb9a Update Memcheck expected outputs following r10746 (32-bit variants only). by sewardj · 15 years ago
  100. d9f0b8d Update Memcheck expected outputs following r10746 (64-bit variants only). by sewardj · 15 years ago