1. 39f3423 by sewardj · 17 years ago
  2. 22faf71 Don't print warnings about silly args to malloc/calloc in XML mode. by sewardj · 17 years ago
  3. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  4. bf8c350 Change an Int to a SSizeT to avoid overflows. Fixed bug 148174. by njn · 17 years ago
  5. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  6. 579c236 Oops. Fix silly error that gcc-4.3 complained about. by sewardj · 17 years ago
  7. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  8. 487cadb Merge from CGTUNE branch: by sewardj · 17 years ago
  9. 4cc684b Merge from CGTUNE branch: by sewardj · 17 years ago
  10. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  11. 6665ea2 Add a comment with a definitive account of when Memcheck does (and does not, by njn · 17 years ago
  12. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
  13. 09beb9e wrap env related functions to be able to track undefined values better by dirk · 17 years ago
  14. ea9c15e Use a 64-bit counter to keep track of the total number of bytes by sewardj · 17 years ago
  15. 3e5a8b5 Back out r6640; I'm pretty sure it is the wrong thing to do now. by sewardj · 17 years ago
  16. 9dd4d68 Add a custom stderr filter for memcheck/tests/amd64/defcfaexpr. by sewardj · 17 years ago
  17. 0236a00 Add a test for int3 on x86 (from Peter Maydell) by sewardj · 17 years ago
  18. 0bfd9e6 Add a test for int3 on amd64 (from Peter Maydell) by sewardj · 17 years ago
  19. 7d6f103 It appears glibc-2.5's getenv() function steps along environment by sewardj · 17 years ago
  20. e265636 wibble by njn · 17 years ago
  21. 669281e Add a regression test for unwind handling of DW_CFA_def_cfa_expression. by sewardj · 17 years ago
  22. c271ec8 by sewardj · 17 years ago
  23. 24cb217 Add an intercept for __memmove_chk (another glibc 2.5 artefact) by sewardj · 17 years ago
  24. ab8e511 Work around gcc limitations on aix. by sewardj · 17 years ago
  25. dc5d832 __stpcpy_chk: sync with Dirk's original proposal, and show origins by sewardj · 18 years ago
  26. b8d0385 Intercept __stpcpy_chk. (Dirk Mueller) by sewardj · 18 years ago
  27. fddefb1 Add a test that very long function names are safely truncated in by sewardj · 18 years ago
  28. a9d8263 Intercept mempcpy also in ld.so.1. by sewardj · 18 years ago
  29. f0b3432 Intercept _intel_fast_memcpy in the main executable. Partial fix for #139667. by sewardj · 18 years ago
  30. 19307ba Make sse1-friendly. by sewardj · 18 years ago
  31. 04801fe Add tests to check that memcheck does not give a false error for 'xor by sewardj · 18 years ago
  32. fb289bc Fix a bug reported by Bruce Lowekamp involving the interaction of by njn · 18 years ago
  33. 8f027da Regtest for FXSAVE on amd64. by sewardj · 18 years ago
  34. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  35. 1eee077 Replace bcmp in ld.so.1. by sewardj · 18 years ago
  36. 18c0247 Avoid printf in the recursive routines, so that the intercept of by sewardj · 18 years ago
  37. 841b72d Provide a replacement for mempcpy. by sewardj · 18 years ago
  38. 620e526 Intercept/replace glibc-2.5's __strcpy_chk function for the usual by sewardj · 18 years ago
  39. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  40. b4ba16d Remove dead code. by njn · 18 years ago
  41. 03809ae Handle new primop Iop_SarN8x8 introduced in vex r1702. by sewardj · 18 years ago
  42. 0b9d74a by sewardj · 18 years ago
  43. 9a807e0 Add missing case, apparently not very popular :-) by sewardj · 18 years ago
  44. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  45. bb6311c by njn · 18 years ago
  46. 1f84dbc Include missing files in tarball. by sewardj · 18 years ago
  47. 5e120ef Fix error in aix zeropage handling. by sewardj · 18 years ago
  48. 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 18 years ago
  49. 7e0b776 Fix various regtests, mostly by adding 64-bit outputs. by sewardj · 18 years ago
  50. fc9f82d Update a couple of expected outputs. by sewardj · 18 years ago
  51. 7e97702 Update some expected outputs following r6382. There may be more .. by sewardj · 18 years ago
  52. ce4717e Fix confusing and contradictory "Rerun with ..." messages printed at by sewardj · 18 years ago
  53. 25482bb Fix suppression-matching bogon (Paul Floyd). by sewardj · 18 years ago
  54. 6362bb5 Make it possible to suppress, and auto-generate suppressions for, by sewardj · 18 years ago
  55. 149aed8 Use the newly-added dopyIRBBExceptStmts() in tools. by njn · 18 years ago
  56. 9afc7dc Add a regtest for the false-uninitialised-value-report bug fixed by vex r1675. by sewardj · 18 years ago
  57. 805de29 Fix a man page bug. by njn · 18 years ago
  58. f1962d3 Fix bug in memcheck's instrumenter introduced in r6319. Big comment by sewardj · 18 years ago
  59. a087148 Observe the rule that requires all instrumenters to copy verbatim any by sewardj · 18 years ago
  60. 43fcfd9 by sewardj · 18 years ago
  61. a3c78f3 Updated expected with-TOC output. by sewardj · 18 years ago
  62. 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
  63. 72a28b2 Track VG_(am_find_nsegment) const-ness change. by sewardj · 18 years ago
  64. 05a4673 Merge r6112: by sewardj · 18 years ago
  65. 31b9ce1 Merge r6111: by sewardj · 18 years ago
  66. aed0536 Merge r6109: by sewardj · 18 years ago
  67. 3d8dcf8 Merge r6108: by sewardj · 18 years ago
  68. 1eff82b by sewardj · 18 years ago
  69. 634ba77 wibble by sewardj · 18 years ago
  70. 4cfea4f by sewardj · 18 years ago
  71. 4eee476 by sewardj · 18 years ago
  72. ae0e07b Expand the first para of the custom-allocator section so it says what by sewardj · 18 years ago
  73. af92f45 Regression tests for Graydon Hoare's enhanced mempool stuff, from by sewardj · 18 years ago
  74. c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
  75. ce10c26 Excellent documentation from Graydon Hoare on his mempool client-request work. by sewardj · 18 years ago
  76. ba7b458 Add a comment about marking static memory as defined. by njn · 18 years ago
  77. 7982056 Merge (from 3_2_BRANCH) r6048 (SuSE 10.1 (ppc32) minor fixes) by sewardj · 18 years ago
  78. 7fd62e9 Add a regtest for #133694 (munmapping of segments below by sewardj · 18 years ago
  79. 8aeeaa9 A small fix to the "mempool trim" client request; the previous version by sewardj · 18 years ago
  80. ef68c5b Regression test for #132146. by sewardj · 18 years ago
  81. d874687 Update expected output following Graydon H's leak checker fixes. by sewardj · 18 years ago
  82. 5bee4f8 Followup to r5991: when leak checking, treat zero-sized blocks as if by sewardj · 18 years ago
  83. 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago
  84. 3cf26a5 Leak checking fixes from Graydon Hoare: by sewardj · 18 years ago
  85. de3ad73 When doing leak checks, don't poke around in device segments as this by sewardj · 18 years ago
  86. 3f5f556 Fix copy-n-paste error to do with ppc64-linux stack redzone handling by sewardj · 18 years ago
  87. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  88. 3024d03 Sigh .. now fix for 32-bit targets. by sewardj · 18 years ago
  89. 3cbed8c Fix gcc pedantry on 64-bit platforms by sewardj · 18 years ago
  90. a7bd8cc Update expected output. by sewardj · 18 years ago
  91. 1cf56cf Assertion is too restrictive; it's possible to validly get an by sewardj · 18 years ago
  92. 183375a A 1 page stack isn't big enough for this test on ppc32-linux. by sewardj · 18 years ago
  93. 42a32a2 Update expected output following vex r1619. by sewardj · 18 years ago
  94. 49ceddc Yet more messing with masking approximate results. by sewardj · 18 years ago
  95. 7f1f7a8 Apparently Intel's rcpps etc approximations are more approximate than by sewardj · 18 years ago
  96. 5b0acb0 Update expected results following change in r5898. by sewardj · 18 years ago
  97. 2de0441 Add masking for results of rcpps/rcpss/rsqrtps/rsqrtps so as to give by sewardj · 18 years ago
  98. dbdb36f Comprehensive tests for bt{s,r,c,}{w,l,q} on amd64. by sewardj · 18 years ago
  99. 1636922 Test x86 {push,pop}{w,l}. by sewardj · 18 years ago
  100. f218491 Vectorise copy_address_range_perms for common cases. This gives about by sewardj · 18 years ago