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. 10ae6ad In filter_stderr_basic do not remove lines beginning with by florian · 9 years ago
  4. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  5. b6b5205 by carll · 9 years ago
  6. 962f53e by carll · 9 years ago
  7. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  8. 227a1ec Add limited support for printing floating point numbers to by florian · 9 years ago
  9. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  10. 629b4dc Fix exception specification for operator delete as spotted by clang 3.3 by florian · 11 years ago
  11. ed2c106 massif/tests/pages_as_heap.c: Fix a compiler warning by bart · 11 years ago
  12. 22fa022 A new post.exp file that provides more details for overloaded-new test. by petarj · 12 years ago
  13. 79abd6e Remove unused variable in massif/tests/pages_as_heap.c (revision 12548) by philippe · 12 years ago
  14. 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
  15. 45264af Avoid excessive fragmentation in m_mallocfree facility by munmapping by sewardj · 13 years ago
  16. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  17. f976f6c by bart · 13 years ago
  18. e9bbd36 If Massif's --threshold value was less than 1.0, in lines like this: by njn · 13 years ago
  19. cab64bc Update .exp files for r10783. by njn · 15 years ago
  20. 2d9e874 by sewardj · 15 years ago
  21. 13118f8 Add some more functions to the default --alloc-fns list. Had to tweak how by njn · 15 years ago
  22. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  23. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  24. 88d560f DARWIN sync: make VG_MIN_MALLOC_SZB 16 bytes where appropriate. Add another by njn · 15 years ago
  25. 2495704 tweak test by njn · 15 years ago
  26. ace90d8 Make the graphs drawn by ms_print less confusing. by njn · 15 years ago
  27. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  28. f6b0076 Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. by njn · 15 years ago
  29. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  30. c9a572b Remove an unused, empty .exp file that was somehow still hanging around. by njn · 15 years ago
  31. 04cf8ac Un-break 'make dist'. by bart · 15 years ago
  32. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 15 years ago
  33. 685a959 Fix some more 'make check' warnings, ones that appear on non-Linux platforms. by njn · 15 years ago
  34. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 15 years ago
  35. 5304457 Various build system clean-ups and simplifications: by njn · 15 years ago
  36. 466ed6e Merged r9101 (make Massif tests work if VG_MIN_MALLOC_SZB==16) from the by njn · 15 years ago
  37. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  38. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 15 years ago
  39. 764b604 Mark allocation operators as no-inline so as to make the test more by sewardj · 16 years ago
  40. aaa34d2 Update for the new VG_(ssort) algorithm. by njn · 16 years ago
  41. a1f43f4 comment-only change by njn · 16 years ago
  42. e26a0b4 Add an alternative .post.exp output for Massif's long-names test. by njn · 16 years ago
  43. b11e5aa When truncating long lines in the output file, make sure they end with a by njn · 16 years ago
  44. 0498d24 This should have gone in with r7233. by njn · 17 years ago
  45. b088b89 Minor tweak to x-axis positioning of bars. by njn · 17 years ago
  46. 1a2741a - Rewrote documentation. by njn · 17 years ago
  47. f4c665f Do Massif output file name properly. Default is massif.out.%p, where %p by njn · 17 years ago
  48. 0be79f3 Another attempt at fixing some Massif regtest failures. by njn · 17 years ago
  49. ff6df94 Fix verbose output filtering for Massif. by njn · 17 years ago
  50. 62721e9 - Make other integer CLO macros more correct, as I did for VG_NUM_CLO in the by njn · 17 years ago
  51. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  52. 55a3004 Filter out some of Massif's verbose output that varies from machine to by njn · 17 years ago
  53. 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago
  54. 6657109 Fix gcc-2.96 build failures. by sewardj · 17 years ago
  55. ee53eb1 Filter out libc differences. All Massif tests now pass on the AMD64 machine by njn · 17 years ago
  56. 734b805 Merged the MASSIF2 branch to the trunk. Main changes: by njn · 17 years ago
  57. 0126214 by sewardj · 18 years ago
  58. 7ce8311 by njn · 19 years ago
  59. ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
  60. e5f5769 Fix minor problems in filters. This helps a couple of massif tests to pass. by njn · 19 years ago
  61. b5f6f51 by sewardj · 19 years ago
  62. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  63. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  64. 57e36b3 by nethercote · 20 years ago
  65. c1f8ad9 Add a "delete:" line to the regression test .vgtest files, to clean up any file by nethercote · 20 years ago
  66. 74729ef Update and add various .cvsignore files. by nethercote · 20 years ago
  67. 909f28a Whoops, meant to add with Massif. by nethercote · 20 years ago
  68. c9f3692 Adding Massif, the heap profiler. by nethercote · 20 years ago