1. bef552a Fix suspicious code in the memcheck instrumenter which probably by sewardj · 19 years ago
  2. 5ec15ed add comment by njn · 19 years ago
  3. efcbf61 Remove unnecessary #includes. by njn · 19 years ago
  4. 4775c42 Make "silly arg" message 64-bit clean. by njn · 19 years ago
  5. b1e123a Fix signedness-of-char problem which caused this to segfault on ppc32-linux. by sewardj · 19 years ago
  6. 966d663 Make it possible to match against "???" line in suppressions, by njn · 19 years ago
  7. aa260e8 Added VG_(OSet_LookupWithCmp)(), which can be useful. by njn · 19 years ago
  8. 2dc09e6 by njn · 19 years ago
  9. b452f95 minor fixes (probably not worth backporting) by njn · 19 years ago
  10. a079365 wibbles by njn · 19 years ago
  11. 9a46324 lots of little wibbles by njn · 19 years ago
  12. ab5b714 How do you like this: there was no proper description in the manual by njn · 19 years ago
  13. 62ad73d A few minor manual updates. by njn · 19 years ago
  14. d9cb422 Bleh, forgot this. by njn · 19 years ago
  15. f66dbfc Whoops... I guess the regtests don't exercise that code... by njn · 19 years ago
  16. 1d0cb0d by njn · 19 years ago
  17. 7b880bc Add a thorough unit test for m_oset. Note that this is Memcheck by njn · 19 years ago
  18. 1262727 Remove more now-unnecessary casts, thanks to the recent VgHashTable changes. by njn · 19 years ago
  19. 0fe5a45 Remove ancient backwards compatibility code which is no longer needed, since by njn · 19 years ago
  20. 246a9d2 by njn · 19 years ago
  21. 31a41c2 fix an output for xml1 by njn · 19 years ago
  22. 84c9123 Tighten up update_extra() for Memcheck. by njn · 19 years ago
  23. 5cc5d7e by njn · 19 years ago
  24. 4bd67b5 by njn · 19 years ago
  25. 34582fb Give variable a better name. by njn · 19 years ago
  26. 9e7ce21 Use memcpy() instead of a loop. by njn · 19 years ago
  27. 70d074f Update regtest output after r4356. Will update 64-bit expected output tomorrow. by sewardj · 19 years ago
  28. da50328 Fix up the sigaction results. by tom · 19 years ago
  29. 9a76d52 Updated expected output following %eflags.ac simulation fix. by sewardj · 19 years ago
  30. c48b27f Remove temporary file once regtest completes. by njn · 19 years ago
  31. 56173ac Add explanation of filename. by njn · 19 years ago
  32. c8cccb1 fix breakage/wibbles by njn · 19 years ago
  33. 5127298 Clean up command-line args info in the manual and man page for 3.0.0 release. by njn · 19 years ago
  34. 4d05602 Tweak order of Memcheck's cmd-line options. by njn · 19 years ago
  35. 779a2d6 Update docs for 3.0.0 release. Still to do: update command line options. by njn · 19 years ago
  36. 33e6042 Rename tags in XML <status> block. by sewardj · 19 years ago
  37. 10e1beb Add some more intercept rules for ld.so on amd64. by tom · 19 years ago
  38. 483398e Fix broken tests. by njn · 19 years ago
  39. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  40. ccad0b8 Add note about justified pedantry of overlap checking. by njn · 19 years ago
  41. 463b3d9 Track API changes in vex r1272. by sewardj · 19 years ago
  42. 16ade0d Fixed debug code so that it compiles and fixed a printf to report the by tom · 19 years ago
  43. 6271eb9 by njn · 19 years ago
  44. 6e340c7 Clean up endianness macros a bit. Now pub_tool_basics.h defines by sewardj · 19 years ago
  45. 8d61eb1 Comment wibble. by sewardj · 19 years ago
  46. 8cf88b7 Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}). by sewardj · 19 years ago
  47. 151b90d Scan the entire BB looking for "bogus literals"* before instrumenting by sewardj · 19 years ago
  48. 16031ba Add a regression test for memcheck's ability do deal with partially by sewardj · 19 years ago
  49. e6f8af4 Extensively re-analyse, re-check and revise the scheme for expensive by sewardj · 19 years ago
  50. f69f945 by njn · 19 years ago
  51. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  52. 01e755d xml1: add another .stderr.exp file for slightly different systems, and by njn · 19 years ago
  53. 0d6d921 Update expected output. Hopefully this won't be so fragile now by sewardj · 19 years ago
  54. 3d7bb54 Improve filtering to get rid of suppressions, using magic incantations by sewardj · 19 years ago
  55. 5d8a230 by njn · 19 years ago
  56. 94260f2 by njn · 19 years ago
  57. d0ab2c2 Fix scalar. by njn · 19 years ago
  58. 0087c50 by njn · 19 years ago
  59. 2e59585 Track Vex API change (r1239, introduction of endianness-indications in by sewardj · 19 years ago
  60. 17a6149 Update expected output. by sewardj · 19 years ago
  61. 5f83004 Update expected output. by sewardj · 19 years ago
  62. 781dba5 Allow for glibc-2.4. by njn · 19 years ago
  63. 2a513bf Try to make toobig-allocs work on 64-bit platforms. by njn · 19 years ago
  64. d9774d7 Improve handling of inlined strlen on amd64 by using the expensive by tom · 19 years ago
  65. bc32e82 Added some more targets to the docs. by de · 19 years ago
  66. 9e59108 Added DivU32,DivS32 to memcheck translation (lazy) by cerion · 19 years ago
  67. af839f5 by njn · 19 years ago
  68. ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
  69. 62ff0f2 by njn · 19 years ago
  70. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  71. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  72. fbd78b2 Get rid of the ELFSZ define, which is created at the configure stage by sewardj · 19 years ago
  73. 3f7e911 Get "make dist" closer to working again. by njn · 19 years ago
  74. c7561b9 by njn · 19 years ago
  75. fd0922c Fix x86_64 build. Also fix vgtest_ume (although it fails on x86_64.) by rjwalsh · 19 years ago
  76. 4986dbf by njn · 19 years ago
  77. 73c5134 by njn · 19 years ago
  78. 256c214 Fix strchr. It was rather bogus. by njn · 19 years ago
  79. 6ace3ea by njn · 19 years ago
  80. 41dd9d7 Forgot to add strchrc.stderr.exp. by njn · 19 years ago
  81. 16eeb4e by njn · 19 years ago
  82. e5f98d9 Update expected output. by sewardj · 19 years ago
  83. 1fa7d2c Be quieter when outputting XML. by sewardj · 19 years ago
  84. f536bbb by njn · 19 years ago
  85. ccde45e mc-tech-docs.xml: by de · 19 years ago
  86. 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
  87. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  88. 7d223c7 Update expected outputs. by sewardj · 19 years ago
  89. 39cc735 Handle Clz64 and Ctz64. by sewardj · 19 years ago
  90. aba741d Increase the number of auxmaps from 500 to 20000. This should be by sewardj · 19 years ago
  91. 132bfcc by njn · 19 years ago
  92. 36a20fa by njn · 19 years ago
  93. 13bfd85 by njn · 19 years ago
  94. 97405b2 by njn · 19 years ago
  95. 31513b4 by njn · 19 years ago
  96. 4328c00 More expected outputs for FC4. by sewardj · 19 years ago
  97. 7aaa59e Expected outputs on Fedora Core 4. by sewardj · 19 years ago
  98. 31ebb9a by njn · 19 years ago
  99. 8618009 amd64-linux output by sewardj · 19 years ago
  100. 9e7212f More XML output futzing. by sewardj · 19 years ago