1. 2495704 tweak test by njn · 15 years ago
  2. 7081c1a DARWIN sync wibble. by njn · 15 years ago
  3. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  4. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  5. ace90d8 Make the graphs drawn by ms_print less confusing. by njn · 15 years ago
  6. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  7. f6b0076 Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. by njn · 15 years ago
  8. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  9. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  10. c9a572b Remove an unused, empty .exp file that was somehow still hanging around. by njn · 15 years ago
  11. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 15 years ago
  12. 04cf8ac Un-break 'make dist'. by bart · 15 years ago
  13. 9f20746 Updated copyright years. by njn · 15 years ago
  14. 8d1181d Remove WERROR. It's not much use because getting Valgrind to build without by njn · 15 years ago
  15. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 15 years ago
  16. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  17. 685a959 Fix some more 'make check' warnings, ones that appear on non-Linux platforms. by njn · 15 years ago
  18. efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 15 years ago
  19. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 15 years ago
  20. 5304457 Various build system clean-ups and simplifications: by njn · 15 years ago
  21. 466ed6e Merged r9101 (make Massif tests work if VG_MIN_MALLOC_SZB==16) from the by njn · 15 years ago
  22. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  23. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 15 years ago
  24. 84f32b2 Merge r9106 (fix a minor stack entry display bug) from the DARWIN branch. by njn · 15 years ago
  25. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 15 years ago
  26. 9eb6652 Fix a minor defect: only the first 14 chars of the 18 chars in the by njn · 15 years ago
  27. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 15 years ago
  28. 764b604 Mark allocation operators as no-inline so as to make the test more by sewardj · 16 years ago
  29. 9c606bd by sewardj · 16 years ago
  30. 7064fb2 Fix a bug in Massif and Cachegrind, whereby if program's forked, the child by njn · 16 years ago
  31. f330ae8 Stop massif segfaulting due to stack overflow, when printing snapshots by sewardj · 16 years ago
  32. 7cf4e6b by sewardj · 16 years ago
  33. aaa34d2 Update for the new VG_(ssort) algorithm. by njn · 16 years ago
  34. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  35. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  36. 28cfe4b fix typo by njn · 16 years ago
  37. 86a34be Massif: --time-unit=ms was broken in the ms_print script. People obviously by njn · 16 years ago
  38. a1f43f4 comment-only change by njn · 16 years ago
  39. e26a0b4 Add an alternative .post.exp output for Massif's long-names test. by njn · 16 years ago
  40. b11e5aa When truncating long lines in the output file, make sure they end with a by njn · 16 years ago
  41. 38a1a7d Minor Massif docs clarifications. by njn · 17 years ago
  42. d59c9d5 tweak message by njn · 17 years ago
  43. dbeb535 Two changes: by njn · 17 years ago
  44. 3b677e5 Comment-only change. by njn · 17 years ago
  45. 79c62bc - Remove extraneous 'o' (will be stored in svn server for possible future use) by sewardj · 17 years ago
  46. 7bef821 Clarify peak-taking details. by njn · 17 years ago
  47. 1eba139 Massif doc fixes, mostly from Julian. by njn · 17 years ago
  48. 0f85e02 Minor updates. by njn · 17 years ago
  49. 0498d24 This should have gone in with r7233. by njn · 17 years ago
  50. ab23b61 Update test output for a recent graph-drawing change. Update some notes. by njn · 17 years ago
  51. 15aeb15 Minor tweak to drawing of peak and detailed snapshot bars on the graph. by njn · 17 years ago
  52. b088b89 Minor tweak to x-axis positioning of bars. by njn · 17 years ago
  53. 1a2741a - Rewrote documentation. by njn · 17 years ago
  54. 374a36d by njn · 17 years ago
  55. 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
  56. f4c665f Do Massif output file name properly. Default is massif.out.%p, where %p by njn · 17 years ago
  57. 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
  58. 0be79f3 Another attempt at fixing some Massif regtest failures. by njn · 17 years ago
  59. ff6df94 Fix verbose output filtering for Massif. by njn · 17 years ago
  60. 62721e9 - Make other integer CLO macros more correct, as I did for VG_NUM_CLO in the by njn · 17 years ago
  61. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  62. 55a3004 Filter out some of Massif's verbose output that varies from machine to by njn · 17 years ago
  63. 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago
  64. db612a5 by sewardj · 17 years ago
  65. 39f3423 by sewardj · 17 years ago
  66. 097e4fb Fix tag. by sewardj · 17 years ago
  67. 6657109 Fix gcc-2.96 build failures. by sewardj · 17 years ago
  68. df02bbc Update todo notes by njn · 17 years ago
  69. b98d892 Fix a Makefile issue that I think caused automated testing to fail on by njn · 17 years ago
  70. d5a8d24 Change ms_print to ms_print.in, link it into the build/install system. by njn · 17 years ago
  71. ee53eb1 Filter out libc differences. All Massif tests now pass on the AMD64 machine by njn · 17 years ago
  72. 429afb4 Fix 64-bit Massif breakage, caused by problems with integer arithmetic on by njn · 17 years ago
  73. 734b805 Merged the MASSIF2 branch to the trunk. Main changes: by njn · 17 years ago
  74. b56e602 fix various format string errors by dirk · 17 years ago
  75. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  76. 73c6494 fix division by zero's by dirk · 17 years ago
  77. f82dfad Move a 'break' around. by sewardj · 17 years ago
  78. ab9c37e fixed a couple of minor things by njn · 17 years ago
  79. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  80. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  81. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
  82. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  83. a3e991b Fix bug 142491: allow more --alloc-fn functions (128, up from 32). by njn · 17 years ago
  84. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  85. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  86. 0b9d74a by sewardj · 17 years ago
  87. e808930 Track SysRes change. by sewardj · 18 years ago
  88. 1eff82b by sewardj · 18 years ago
  89. 6893d65 Move functions which deal with bad command line options from m_main by sewardj · 18 years ago
  90. 4cfea4f by sewardj · 18 years ago
  91. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  92. 7c788ae Get rid of compiler warnings. by sewardj · 18 years ago
  93. 461df9c These files all speak about instrumentation functions. by sewardj · 18 years ago
  94. 0126214 by sewardj · 18 years ago
  95. bcd75fc Remove all remaining profiling gunk. by njn · 18 years ago
  96. 42c8355 Change hp2ps to output .ps files in the same dir that the .hp input files by njn · 19 years ago
  97. 4867964 Fix typo. by sewardj · 19 years ago
  98. 03e0e7c Tidying up stuff re generating manpage from *.xml docs by de · 19 years ago
  99. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  100. 8d9fec5 Complete documentation trawl for 3.1.0. by sewardj · 19 years ago