1. e9bbd36 If Massif's --threshold value was less than 1.0, in lines like this: by njn · 13 years ago
  2. 1e0fff6 Memcheck, None: update avg translation size to be more realistic. by sewardj · 14 years ago
  3. e006e6f Raise Massif's maximum --detailed-freq value from 10,000 to 1,000,000. by njn · 14 years ago
  4. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  5. b1cc5d6 by njn · 14 years ago
  6. e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
  7. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  8. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  9. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  10. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  11. c990605 Document the default value of --stacks correctly. by njn · 14 years ago
  12. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  13. cab64bc Update .exp files for r10783. by njn · 15 years ago
  14. f0f9037 wibble by njn · 15 years ago
  15. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  16. ab773b0 Make usage messages given by -h and man pages consistent for the scripts. by njn · 15 years ago
  17. 2d9e874 by sewardj · 15 years ago
  18. c206a81 Add a manpage for cg_annotate. Now only valgrind-listener and cg_merge lack by njn · 15 years ago
  19. abe8b8c Manpage improvements: by njn · 15 years ago
  20. 3da8196 Thoroughly overhauled the Cachegrind manual chapter, mostly by putting by njn · 15 years ago
  21. 7375de3 More docs build tweaks: by njn · 15 years ago
  22. 48352a6 More Massif manual tweaks. by njn · 15 years ago
  23. 31c5952 Comment and docs wibbles. by njn · 15 years ago
  24. 9de7b55 Add a bit more to Massif's manual chapter. by njn · 15 years ago
  25. d19d4ab A couple of minor Massif manual improvements. by njn · 15 years ago
  26. a15b666 Overhaul Massif's manual, and a few minor related things. by njn · 15 years ago
  27. 97db761 Various option-related tweaks: by njn · 15 years ago
  28. 7316df2 Various manual fix-ups: by njn · 15 years ago
  29. ee746a2 Use <variablelist> for ms_print's and cg_annotate's options list. by njn · 15 years ago
  30. 5c179ba Remove some not-very useful info that tends to get out of date. by njn · 15 years ago
  31. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  32. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  33. 5ea0f39 Merge massif/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  34. d211ea6 Fix missing backslash, which was causing serious weirdness during by sewardj · 15 years ago
  35. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  36. 343a504 Add a comment. by njn · 15 years ago
  37. 13118f8 Add some more functions to the default --alloc-fns list. Had to tweak how by njn · 15 years ago
  38. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  39. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  40. 88d560f DARWIN sync: make VG_MIN_MALLOC_SZB 16 bytes where appropriate. Add another by njn · 15 years ago
  41. 2495704 tweak test by njn · 15 years ago
  42. 7081c1a DARWIN sync wibble. by njn · 15 years ago
  43. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  44. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  45. ace90d8 Make the graphs drawn by ms_print less confusing. by njn · 15 years ago
  46. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  47. f6b0076 Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. by njn · 15 years ago
  48. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  49. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  50. c9a572b Remove an unused, empty .exp file that was somehow still hanging around. by njn · 15 years ago
  51. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 15 years ago
  52. 04cf8ac Un-break 'make dist'. by bart · 15 years ago
  53. 9f20746 Updated copyright years. by njn · 15 years ago
  54. 8d1181d Remove WERROR. It's not much use because getting Valgrind to build without by njn · 15 years ago
  55. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 15 years ago
  56. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  57. 685a959 Fix some more 'make check' warnings, ones that appear on non-Linux platforms. by njn · 15 years ago
  58. efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 15 years ago
  59. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 15 years ago
  60. 5304457 Various build system clean-ups and simplifications: by njn · 15 years ago
  61. 466ed6e Merged r9101 (make Massif tests work if VG_MIN_MALLOC_SZB==16) from the by njn · 15 years ago
  62. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  63. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 15 years ago
  64. 84f32b2 Merge r9106 (fix a minor stack entry display bug) from the DARWIN branch. by njn · 15 years ago
  65. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 15 years ago
  66. 9eb6652 Fix a minor defect: only the first 14 chars of the 18 chars in the by njn · 15 years ago
  67. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 15 years ago
  68. 764b604 Mark allocation operators as no-inline so as to make the test more by sewardj · 16 years ago
  69. 9c606bd by sewardj · 16 years ago
  70. 7064fb2 Fix a bug in Massif and Cachegrind, whereby if program's forked, the child by njn · 16 years ago
  71. f330ae8 Stop massif segfaulting due to stack overflow, when printing snapshots by sewardj · 16 years ago
  72. 7cf4e6b by sewardj · 16 years ago
  73. aaa34d2 Update for the new VG_(ssort) algorithm. by njn · 16 years ago
  74. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  75. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  76. 28cfe4b fix typo by njn · 16 years ago
  77. 86a34be Massif: --time-unit=ms was broken in the ms_print script. People obviously by njn · 16 years ago
  78. a1f43f4 comment-only change by njn · 16 years ago
  79. e26a0b4 Add an alternative .post.exp output for Massif's long-names test. by njn · 16 years ago
  80. b11e5aa When truncating long lines in the output file, make sure they end with a by njn · 16 years ago
  81. 38a1a7d Minor Massif docs clarifications. by njn · 17 years ago
  82. d59c9d5 tweak message by njn · 17 years ago
  83. dbeb535 Two changes: by njn · 17 years ago
  84. 3b677e5 Comment-only change. by njn · 17 years ago
  85. 79c62bc - Remove extraneous 'o' (will be stored in svn server for possible future use) by sewardj · 17 years ago
  86. 7bef821 Clarify peak-taking details. by njn · 17 years ago
  87. 1eba139 Massif doc fixes, mostly from Julian. by njn · 17 years ago
  88. 0f85e02 Minor updates. by njn · 17 years ago
  89. 0498d24 This should have gone in with r7233. by njn · 17 years ago
  90. ab23b61 Update test output for a recent graph-drawing change. Update some notes. by njn · 17 years ago
  91. 15aeb15 Minor tweak to drawing of peak and detailed snapshot bars on the graph. by njn · 17 years ago
  92. b088b89 Minor tweak to x-axis positioning of bars. by njn · 17 years ago
  93. 1a2741a - Rewrote documentation. by njn · 17 years ago
  94. 374a36d by njn · 17 years ago
  95. 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
  96. f4c665f Do Massif output file name properly. Default is massif.out.%p, where %p by njn · 17 years ago
  97. 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
  98. 0be79f3 Another attempt at fixing some Massif regtest failures. by njn · 17 years ago
  99. ff6df94 Fix verbose output filtering for Massif. by njn · 17 years ago
  100. 62721e9 - Make other integer CLO macros more correct, as I did for VG_NUM_CLO in the by njn · 17 years ago