1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  4. 10ae6ad In filter_stderr_basic do not remove lines beginning with by florian · 9 years ago
  5. 16eef85 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  6. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  7. b6b5205 by carll · 9 years ago
  8. 962f53e by carll · 9 years ago
  9. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  10. 868bfa2 342353 - Allow dumping full massif output while valgrind is still running by philippe · 9 years ago
  11. 8d47a61 Allow the user to specify precise-exception behaviour for translations by sewardj · 9 years ago
  12. 227a1ec Add limited support for printing floating point numbers to by florian · 9 years ago
  13. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 9 years ago
  14. ef901ff Comment only changes. by florian · 9 years ago
  15. fb1c5a3 Remove unneeded macro definition. by florian · 10 years ago
  16. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  17. 12d2eb5 Merge revisions 14222, 14268, and 14270 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  18. 5980e9d When traversing VG_(args_for_client) there is no need to check by florian · 10 years ago
  19. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  20. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  21. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  22. e464e80 Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size) by florian · 10 years ago
  23. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  24. b16609b Clean up confusion about VG_(args_the_exename) which was believed to by florian · 10 years ago
  25. 06766bd Update the copyright notice in files ending in '.in' because the by florian · 10 years ago
  26. 7fd2ec3 ms_print ought to create temporary files in a proper directory as by florian · 10 years ago
  27. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  28. d898bf0 Revert "Tools should explain why an option is bad when using fmsg_bad_option." by mjw · 10 years ago
  29. 1f2f9a1 Tools should explain why an option is bad when using fmsg_bad_option. by mjw · 10 years ago
  30. c29761f VG_(strlen) ( const HChar* str ) does not count the null terminator '\0' at the by dejanj · 10 years ago
  31. f066315 have massif printing its stats for v.info stats by philippe · 10 years ago
  32. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  33. 629b4dc Fix exception specification for operator delete as spotted by clang 3.3 by florian · 11 years ago
  34. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  35. ed2c106 massif/tests/pages_as_heap.c: Fix a compiler warning by bart · 11 years ago
  36. 6e4b713 Implement a more efficient allocation of small blocks which are never freed. by philippe · 11 years ago
  37. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 11 years ago
  38. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 11 years ago
  39. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  40. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  41. e58e8a7 First round of Char/HChar fixups for massif by florian · 12 years ago
  42. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  43. 27c9f0d fix n-i-bz report error for vgdb snapshot requested before execution by philippe · 12 years ago
  44. 22fa022 A new post.exp file that provides more details for overloaded-new test. by petarj · 12 years ago
  45. 5b240c2 Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  46. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  47. 79abd6e Remove unused variable in massif/tests/pages_as_heap.c (revision 12548) by philippe · 12 years ago
  48. e6a26cc fix 298943 massif asserts with --pages-as-heap=yes when brk is changing by value different of page size by philippe · 12 years ago
  49. 8f927a5 Fix 247386 make perf does not run all performance tests : by philippe · 12 years ago
  50. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  51. dfa408c Fix a Massif bug: when realloc'ing a block, any values in the part of the by njn · 13 years ago
  52. 45264af Avoid excessive fragmentation in m_mallocfree facility by munmapping by sewardj · 13 years ago
  53. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  54. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  55. 350c0fe Move the GDBserver documentation from the "Valgrind core" chapter by sewardj · 13 years ago
  56. 6b25437 Follow-up for r11770: added missing 'void' keyword. by bart · 13 years ago
  57. d142f99 gdbserver: misc fixes (#214909 c 77) by sewardj · 13 years ago
  58. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  59. f976f6c by bart · 13 years ago
  60. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 13 years ago
  61. e9bbd36 If Massif's --threshold value was less than 1.0, in lines like this: by njn · 13 years ago
  62. 1e0fff6 Memcheck, None: update avg translation size to be more realistic. by sewardj · 13 years ago
  63. e006e6f Raise Massif's maximum --detailed-freq value from 10,000 to 1,000,000. by njn · 13 years ago
  64. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  65. b1cc5d6 by njn · 14 years ago
  66. e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
  67. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  68. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  69. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  70. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  71. c990605 Document the default value of --stacks correctly. by njn · 14 years ago
  72. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 14 years ago
  73. cab64bc Update .exp files for r10783. by njn · 15 years ago
  74. f0f9037 wibble by njn · 15 years ago
  75. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  76. ab773b0 Make usage messages given by -h and man pages consistent for the scripts. by njn · 15 years ago
  77. 2d9e874 by sewardj · 15 years ago
  78. c206a81 Add a manpage for cg_annotate. Now only valgrind-listener and cg_merge lack by njn · 15 years ago
  79. abe8b8c Manpage improvements: by njn · 15 years ago
  80. 3da8196 Thoroughly overhauled the Cachegrind manual chapter, mostly by putting by njn · 15 years ago
  81. 7375de3 More docs build tweaks: by njn · 15 years ago
  82. 48352a6 More Massif manual tweaks. by njn · 15 years ago
  83. 31c5952 Comment and docs wibbles. by njn · 15 years ago
  84. 9de7b55 Add a bit more to Massif's manual chapter. by njn · 15 years ago
  85. d19d4ab A couple of minor Massif manual improvements. by njn · 15 years ago
  86. a15b666 Overhaul Massif's manual, and a few minor related things. by njn · 15 years ago
  87. 97db761 Various option-related tweaks: by njn · 15 years ago
  88. 7316df2 Various manual fix-ups: by njn · 15 years ago
  89. ee746a2 Use <variablelist> for ms_print's and cg_annotate's options list. by njn · 15 years ago
  90. 5c179ba Remove some not-very useful info that tends to get out of date. by njn · 15 years ago
  91. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  92. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  93. 5ea0f39 Merge massif/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  94. d211ea6 Fix missing backslash, which was causing serious weirdness during by sewardj · 15 years ago
  95. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  96. 343a504 Add a comment. by njn · 15 years ago
  97. 13118f8 Add some more functions to the default --alloc-fns list. Had to tweak how by njn · 15 years ago
  98. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  99. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  100. 88d560f DARWIN sync: make VG_MIN_MALLOC_SZB 16 bytes where appropriate. Add another by njn · 15 years ago