1. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  2. c22f519 - The default value for --leak-check-heuristics has been changed from by philippe · 9 years ago
  3. ce3b04c Enhance block_list memcheck gdbserver monitor command by philippe · 9 years ago
  4. 2672fae Rename the new option --expensive-definedness-check introduced in by sewardj · 9 years ago
  5. add95c8 Make --partial-loads-ok=yes the default on all platforms, not just OS X. by sewardj · 9 years ago
  6. 92cd838 Change default value for --keep-stacktraces has been changed to alloc-and-free by philippe · 9 years ago
  7. 9ee20eb New memcheck command line option: --expensive-definedness-check by florian · 9 years ago
  8. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  9. 6d3cb49 Fix 350202 - Add limited param to 'monitor block_list' by philippe · 9 years ago
  10. ed59b70 When profiling memory events in memcheck, event counts larget by florian · 9 years ago
  11. ca63145 The number of elements in a RangeMap cannot be negative. by florian · 9 years ago
  12. de3df03 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  13. b92e632 * Memcheck: by philippe · 9 years ago
  14. 6004219 Rewrite memcheck's event counter machinery. by florian · 9 years ago
  15. 0e65491 Use handwritten memcheck assembly helpers on x86/Solaris in addition to {arm,x86}-linux. by iraisr · 9 years ago
  16. db8aad8 Unbreak the OS X/clang build from r15419. This handrolled assembly on x86 will need more work to build with Apple's clang variant. by rhyskidd · 9 years ago
  17. 704f46b Fix incorrect implementation of LOADV64le that was added in r15418. by sewardj · 9 years ago
  18. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  19. b9437c5 Bug 349879 - [PATCH] memcheck: add handwritten assembly for helperc_LOADV by sewardj · 9 years ago
  20. 2ce9ac2 VG_(helperc_LOADV64le): add handwritten assembly helper for ARM32 by sewardj · 9 years ago
  21. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  22. 1e6ed12 Fix 348949 Bogus "ERROR: --ignore-ranges: suspiciously large range" by philippe · 9 years ago
  23. 7b1f9eb arm32-linux only: add handwritten assembly helpers for by sewardj · 9 years ago
  24. 7cd6d83 Add support for the TEXASRU register. This register contains information on by carll · 9 years ago
  25. 227a1ec Add limited support for printing floating point numbers to by florian · 10 years ago
  26. ccfddfb Inline function definitions must not refer to objects with internal by florian · 10 years ago
  27. 6e468f4 Fix some comments that were still describing 32Gb as the limit for 'fast' memcheck by philippe · 10 years ago
  28. b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
  29. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  30. 122f6af Slightly change the help text for some options that involve by sewardj · 10 years ago
  31. 021e6b6 Memcheck: add a new flag, --show-mismatched-frees=no|yes [yes], to by sewardj · 10 years ago
  32. 1e4fc95 mc_LOADV_128_or_256_slow: change a constant from V_BITS8_DEFINED by sewardj · 10 years ago
  33. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  34. 7c69a3e Add a new heuristic 'length64' to detect interior pointers by philippe · 10 years ago
  35. 0b39288 Change the default setting --partial-loads-ok from "no" to "yes" by sewardj · 10 years ago
  36. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  37. b8ac5ac * Implement optimisation in storev8/16/64 similar to optimisations in storev32 by philippe · 10 years ago
  38. 0c2923f Factorise enum set parsing code by philippe · 10 years ago
  39. c5fc866 Add client requests by sewardj · 10 years ago
  40. c29761f VG_(strlen) ( const HChar* str ) does not count the null terminator '\0' at the by dejanj · 10 years ago
  41. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago
  42. d53d317 mc_LOADVn_slow: also allow --partial-loads-ok=yes to grant an by sewardj · 11 years ago
  43. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  44. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  45. 278b2a3 Fix use of uninit heuristic set for monitor command by philippe · 11 years ago
  46. ab1fce9 add heuristics decreasing false possible "possible leaks" in c++ code. by philippe · 11 years ago
  47. 02ea413 Fix 324514 gdbserver monitor cmd output behaviour consistency + allow user by philippe · 11 years ago
  48. 92ef91b Minor tidying of the generalised V128/V256 shadow helper returns by sewardj · 11 years ago
  49. 6756454 Add support for direct V256 shadow helper returns -- memcheck side. by sewardj · 11 years ago
  50. 21a5f8c Fix # 294285: --partial-loads-ok does not work for 16-byte SSE loads by sewardj · 11 years ago
  51. 6805a4a Increase maximum usable memory amount from 32GB to 64GB on 64-bit Linux. by sewardj · 11 years ago
  52. 77241c7 Fix NULL dereference if no integer arg given to monitor block_list cmd by philippe · 11 years ago
  53. 5db022b no recording of execontext for track origin in brk/signal stack when track-origin=no by philippe · 11 years ago
  54. 8617b5b Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|none by philippe · 11 years ago
  55. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  56. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  57. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  58. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  59. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  60. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  61. a5f894c First round of Char/HChar fixes for memcheck. by florian · 12 years ago
  62. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  63. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  64. 57a16a2 patch that improves the speed of the leak search by up to 40% (on amd64) by philippe · 12 years ago
  65. e1e8fce Fix bug in leak search when an ignore range is specified by philippe · 12 years ago
  66. 2ac31f4 Handle increase in ppc64 guest state size resulting from r2331. by sewardj · 12 years ago
  67. 45fa9f4 Add initial support for Intel AVX instructions (Valgrind side). by sewardj · 12 years ago
  68. a5e13e5 Bypass gcc 4.4/4.5 compilation bug by moving -fomit-frame-pointer to Makefile.all.am by philippe · 12 years ago
  69. 3772566 Add assertion that the munmap of the secmap succeeds. by philippe · 12 years ago
  70. 971ab8f Move registration of mc_pre_reg_read to mc_post_clo_init. by florian · 12 years ago
  71. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  72. 8d67425 fix 295799 Missing \n with get_vbits in gdbserver when line is % 80 and there are some unaddressable bytes by philippe · 12 years ago
  73. 11cc9ce Ensure VALGRIND_MALLOCLIKE_BLOCK protects the red zones. by philippe · 12 years ago
  74. da04f3e Change the behaviour of --partial-loads-ok=yes to avoid false by sewardj · 12 years ago
  75. 3dfd6bb Avoid possibly unaligned memory access. by florian · 12 years ago
  76. 8ce5c24 Change the garbage collection policy for the secondary VBit table by sewardj · 12 years ago
  77. d895fee mc_main.c statistics has hard-coded logic to compute by philippe · 12 years ago
  78. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 12 years ago
  79. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 12 years ago
  80. 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 12 years ago
  81. 221b707 Avoid buffer overrun in percentify call. by philippe · 12 years ago
  82. 4ef552a Change the behaviour of VALGRIND_CHECK_MEM_IS_DEFINED slightly, so by sewardj · 13 years ago
  83. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  84. 403d8aa Improvements in freelist handling for Memcheck. See #250065. by sewardj · 13 years ago
  85. 14a8178 Make sure this gets built with -fomit-frame-pointer, even on x86-linux, by sewardj · 13 years ago
  86. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  87. c8bd1df Memcheck: by sewardj · 13 years ago
  88. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  89. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  90. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 13 years ago
  91. 1e0fff6 Memcheck, None: update avg translation size to be more realistic. by sewardj · 13 years ago
  92. a88fb0b Increase default size of the freed blocks queue from 10MB to 20MB. by sewardj · 14 years ago
  93. 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
  94. b1cc5d6 by njn · 14 years ago
  95. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  96. 6f95e7e Fix handling of mprotect so as to be more consistent with the handling by sewardj · 14 years ago
  97. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  98. b6267bd Output tweaks: by njn · 15 years ago
  99. 2d9e874 by sewardj · 15 years ago
  100. 059acbf Augment a comment. by njn · 15 years ago