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