1. 8617b5b Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|none by philippe · 12 years ago
  2. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  3. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  4. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  5. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  6. a5f894c First round of Char/HChar fixes for memcheck. by florian · 12 years ago
  7. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  8. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  9. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  10. 45fa9f4 Add initial support for Intel AVX instructions (Valgrind side). by sewardj · 12 years ago
  11. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
  12. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
  13. 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 13 years ago
  14. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  15. 403d8aa Improvements in freelist handling for Memcheck. See #250065. by sewardj · 13 years ago
  16. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  17. c8bd1df Memcheck: by sewardj · 13 years ago
  18. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  19. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 13 years ago
  20. 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
  21. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  22. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  23. 18afe5d Try to fix error_counts. by njn · 15 years ago
  24. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  25. 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
  26. 6b523cd Merge memcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  27. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  28. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 15 years ago
  29. 9f20746 Updated copyright years. by njn · 16 years ago
  30. 8225cc0 This commit completely overhauls the leak checker. In particular: by njn · 16 years ago
  31. 8df80b2 by njn · 16 years ago
  32. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 16 years ago
  33. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
  34. 505a819 Fix a silly mistake resulting in a bunch of global variables being by sewardj · 16 years ago
  35. 56adc35 by sewardj · 16 years ago
  36. 7ce7166 by sewardj · 16 years ago
  37. 7cf4e6b by sewardj · 16 years ago
  38. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  39. eb0fa93 New options for Memcheck, --malloc-fill=<hexnumber> and by sewardj · 17 years ago
  40. fa4ca3b Make the freed-block-queue volume metrics 64-bit throughout, to avoid by sewardj · 17 years ago
  41. bf8c350 Change an Int to a SSizeT to avoid overflows. Fixed bug 148174. by njn · 17 years ago
  42. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  43. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  44. 0b9d74a by sewardj · 18 years ago
  45. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  46. c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
  47. 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago
  48. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  49. dbf7ca7 by njn · 18 years ago
  50. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  51. 461df9c These files all speak about instrumentation functions. by sewardj · 19 years ago
  52. f3418c0 Get rid of old flags that memcheck no longer has. by sewardj · 19 years ago
  53. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
  54. 8d61eb1 Comment wibble. by sewardj · 19 years ago
  55. 8cf88b7 Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}). by sewardj · 19 years ago
  56. 2e59585 Track Vex API change (r1239, introduction of endianness-indications in by sewardj · 19 years ago
  57. af839f5 by njn · 19 years ago
  58. 44acd3e Removed mc_asm.h, which is no longer needed since Memcheck has no by njn · 19 years ago
  59. 826ec49 Use the new IRStmt_AbiHints created by the amd64 front end. This by sewardj · 19 years ago
  60. 51d827b by njn · 19 years ago
  61. 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 19 years ago
  62. 11bcc4e Handle 8-byte value-check failures using a special fast-case fn (like by sewardj · 19 years ago
  63. 6cf40ff Fix a bunch of 64-bit cases required amd64. Stop to ponder whether by sewardj · 19 years ago
  64. 9fb73db by njn · 19 years ago
  65. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 20 years ago
  66. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  67. 0a41453 Removed now-defunct read/write checks for FPU ops. by njn · 20 years ago
  68. f680246 Remove now-defunct --cleanup option for Memcheck. by njn · 20 years ago
  69. 9544807 Make Memcheck compilable. by sewardj · 20 years ago
  70. 8b76fe5 by nethercote · 20 years ago
  71. 451eae9 by nethercote · 20 years ago
  72. 5a2664c by nethercote · 20 years ago
  73. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  74. 31212bc Patch from Bartosz Taudul: latest GCC requires regparm(n) attributes on both by nethercote · 21 years ago
  75. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  76. 137bc55 by nethercote · 21 years ago
  77. 7271864 by njn · 21 years ago
  78. 66fe05a Added overlap checking to Addrcheck, mostly just moving things around. In by njn · 21 years ago
  79. af48a60 Add patch from Nick to get proper backtraces in by sewardj · 21 years ago
  80. ee07084 Add memcheck client requests VALGRIND_GET_VBITS / VALGRIND_SET_VBITS by sewardj · 21 years ago
  81. 34419c1 by njn · 21 years ago
  82. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  83. 43c799e by njn · 21 years ago
  84. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  85. 5c004e4 by njn · 22 years ago
  86. 9b6d34e by njn · 22 years ago
  87. 8ec2cfc by sewardj · 22 years ago
  88. c953984 by njn · 22 years ago
  89. c4d68a5 wibble by njn · 22 years ago
  90. cac76cb by njn25 · 22 years ago
  91. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago