1. 30f92cb Fix a couple of make-dist bugs, caused by recently added ppc32/64 tests. by sewardj · 14 years ago
  2. 0e342a0 Add tests for new PowerISA_2.05 instructions available on Power6 CPUs. by sewardj · 14 years ago
  3. a5dda3e Make the leak tests a whole lot less flaky on ppc32/64-linux by by sewardj · 14 years ago
  4. db0d436 Updated expected output. The output changed because of r11320. by bart · 14 years ago
  5. c1fc133 Improved support for VALGRIND_MALLOCLIKE_BLOCK in memcheck: error by bart · 14 years ago
  6. 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
  7. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  8. 52c9eba Updated memcheck/tests/Makefile.am. by bart · 14 years ago
  9. d8927ae Filter out lines that differ between x86 and ppc. by bart · 14 years ago
  10. 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
  11. 7b4e00b Change the replacement for memcpy to a vectorised version that does by sewardj · 14 years ago
  12. ca9054a Merge from branches/THUMB: add (partial) --track-origins support for by sewardj · 14 years ago
  13. 57f92b0 Merge from branches/THUMB: tool-side handling of new primops required by sewardj · 14 years ago
  14. ba18935 Add in comments a (validated) strspn replacement, should it become necessary. by sewardj · 14 years ago
  15. a77687c Add intercepts for strstr, strpbrk, strcspn. These are needed for by sewardj · 14 years ago
  16. 565dc13 Track vex r2001 (initial PCMPISTRI support): by sewardj · 14 years ago
  17. a518f74 Follow-up for r11191: made this test pass again. by bart · 14 years ago
  18. 8ee04f9 Passes now when compiled with gcc 4.5.x too. by bart · 14 years ago
  19. 7d751b2 Make the --workaround-gcc296-bugs kludge take into account the stack by sewardj · 14 years ago
  20. e31b81c Try to fix 'make dist' -- possible fallout from r11188. by sewardj · 14 years ago
  21. b1cc5d6 by njn · 14 years ago
  22. bd5cfa6 Fix various bits of regtest breakage on amd64-linux caused by the MACOSX106 by njn · 14 years ago
  23. f9eef05 Remove a bogus header file listing. by njn · 14 years ago
  24. 65bcc2e Add a missing filter_stderr file. by njn · 14 years ago
  25. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  26. d376a76 Handle new primop Iop_RoundF32toInt, needed by SSE4 ROUNDSS (vex r1986). by sewardj · 14 years ago
  27. b823b85 Valgrind-side changes needed to go with vex r1984 (Implement SSE4 by sewardj · 14 years ago
  28. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  29. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  30. 9eecbbb Update copyright dates to 2010. by sewardj · 15 years ago
  31. 6f95e7e Fix handling of mprotect so as to be more consistent with the handling by sewardj · 15 years ago
  32. 3677531 Update expected output. by sewardj · 15 years ago
  33. fbfa3d0 Analysis/make-it-work for arm-linux. by sewardj · 15 years ago
  34. 7757515 Enable origin tracking through arm VFP registers; was apparently by sewardj · 15 years ago
  35. aec1be3 Handle Iop_SqrtF32. by sewardj · 15 years ago
  36. d7e635f Make sure the Memcheck tests are built on arm-linux using hardware by sewardj · 15 years ago
  37. 9a0c13c Disable this test (effectively) on arm-linux, since that uses by sewardj · 15 years ago
  38. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  39. 06f96d0 Track changes in the names of a few IR primops to do with int<->fp by sewardj · 15 years ago
  40. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  41. 069a38a Made sure that the sigqueue regression test passes on 32-bit and on 64-bit systems. by bart · 15 years ago
  42. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  43. 7481f1d Fixed expected output. by bart · 15 years ago
  44. 856d9df Added a comment that explains the purpose of the sigqueue.c test program. by bart · 15 years ago
  45. 21ba3f9 Added a modified version of the rt_sigqueue test program provided by Konstantin Serebryany. by bart · 15 years ago
  46. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  47. 663ab79 Fix a .exp file. Avoid an assertion failure with -v. by njn · 15 years ago
  48. 2667055 Don't count leaks as errors with --leak-check=summary, because the results by njn · 15 years ago
  49. bf9b85c Suppressed compiler warnings reported by gcc 4.4.x on the source code by bart · 15 years ago
  50. 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
  51. 9a7e19e Darwin .exp fixes following r10783. by njn · 15 years ago
  52. cab64bc Update .exp files for r10783. by njn · 15 years ago
  53. b6267bd Output tweaks: by njn · 15 years ago
  54. 606a4ae Count error contexts properly in VG_(unique_error). Avoids the problem seen by njn · 15 years ago
  55. 18afe5d Try to fix error_counts. by njn · 15 years ago
  56. 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
  57. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  58. c2f8b1b augment a comment by njn · 15 years ago
  59. 09f2e6c wibble by njn · 15 years ago
  60. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  61. b84e0b0 Add an alternative output for Darwin. by njn · 15 years ago
  62. 42e72a9 Update Memcheck expected outputs following r10746 (Darwin variants only). by sewardj · 15 years ago
  63. f20eb9a Update Memcheck expected outputs following r10746 (32-bit variants only). by sewardj · 15 years ago
  64. d9f0b8d Update Memcheck expected outputs following r10746 (64-bit variants only). by sewardj · 15 years ago
  65. 2d9e874 by sewardj · 15 years ago
  66. 7375de3 More docs build tweaks: by njn · 15 years ago
  67. 2f7eebe Various fix-ups for Memcheck's manual chapter. by njn · 15 years ago
  68. c1abdcb Move command-line option details after the description of Memcheck's error by njn · 15 years ago
  69. 059acbf Augment a comment. by njn · 15 years ago
  70. 47ed08c Added documentation for --ignore-ranges. It's not very good, though, if by njn · 15 years ago
  71. 2ecfcec Put Memcheck's command line options in the manual in the same order as its by njn · 15 years ago
  72. a437a60 Various clean-ups, mostly in chapter 3. by njn · 15 years ago
  73. 97db761 Various option-related tweaks: by njn · 15 years ago
  74. 7316df2 Various manual fix-ups: by njn · 15 years ago
  75. f3977a3 Don't wrap the "Command:" line, as doing so makes cutting-and-pasting the by njn · 15 years ago
  76. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  77. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  78. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  79. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  80. cf1b64c Un-break regression test run. by bart · 15 years ago
  81. 1b7b531 Remove non-Linux code from this Linux-only test. by njn · 15 years ago
  82. 5a92b4c Make lsframe1, lsframe2 and stack_changes Linux-only since they all fault by njn · 15 years ago
  83. 050eec5 Fixed a bug in the code for reading suppression files: the line numbers by bart · 15 years ago
  84. b5813e3 Remove the temporary file created during the test before exiting. by bart · 15 years ago
  85. ea7e8b6 Uncomment this; not sure why it was commented out. by njn · 15 years ago
  86. bac8ede Add a note about our suspect handling of brk(). And disable the brk() part by njn · 15 years ago
  87. 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
  88. 8f105fa Fixed bug 149878 (calloc overflow). This disables some of the calloc silly by njn · 15 years ago
  89. 8057bbc Handle the memory written by aio_read() properly -- mark the memory buffer by njn · 15 years ago
  90. 125f0b5 This should have gone in with r10537. by njn · 15 years ago
  91. 28a9e23 Add support for __pthread_kill(). This hopefully fixes bug 201016. by njn · 15 years ago
  92. 391a3ae Fix up xml1 on 32-bit machines; merged the 32 and 64-bit outputs by by njn · 15 years ago
  93. a262f62 Improve handling of clone() on x86/Linux. Based on a patch from Jeroen by njn · 15 years ago
  94. 9d6d2a9 Fixed XML syntax. by bart · 15 years ago
  95. 6b523cd Merge memcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  96. 389f570 Add details about an interior-pointer case that can occur with C++. by njn · 15 years ago
  97. b81078b Add support on Darwin for mount(). Finishes off bug 198624. by njn · 15 years ago
  98. ad3f17a Added support for getfsstat64() on Darwin. This partly fixes bug 198624. by njn · 15 years ago
  99. 3407cc6 Add support on Darwin for fstat_extended() and fstat64_extended(). Partly by njn · 15 years ago
  100. 65e58d5 Handle setpgid(). Partly addresses bug 198624. by njn · 15 years ago