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. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  5. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  6. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  7. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  8. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  9. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  10. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 10 years ago
  11. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  12. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  13. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  14. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  15. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  16. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  17. 2b8059a Fix some more Char / HChar mixups by florian · 12 years ago
  18. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  19. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  20. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  21. b1cc5d6 by njn · 14 years ago
  22. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  23. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  24. a5453e9 Clarify a comment. by njn · 15 years ago
  25. 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
  26. 5d9dc75 Merge include/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  27. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  28. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  29. 9f20746 Updated copyright years. by njn · 15 years ago
  30. 08ce7b3 Remove dead code relating to interface versions. by njn · 15 years ago
  31. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  32. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 15 years ago
  33. 9c606bd by sewardj · 16 years ago
  34. 66385b4 Bump the core/tool iface version number, since the just-merged-in by sewardj · 16 years ago
  35. 7cf4e6b by sewardj · 16 years ago
  36. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  37. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  38. 7a387ea Core-tool iface changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  39. 391ddf8 Fix bogus grammar in r7139. by sewardj · 17 years ago
  40. 29d68f7 Clarify reason for existence of track_pre_thread_ll_create/_exit. by sewardj · 17 years ago
  41. adb102f by sewardj · 17 years ago
  42. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  43. b5579c3 VG_(needs_shadow_memory) does not exist; remove prototype for it. by sewardj · 17 years ago
  44. a007859 clarify comment by njn · 17 years ago
  45. a3cc29f s/IRBB/IRSB/ by njn · 17 years ago
  46. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  47. b5c7575 Get rid of the core-tool events pre_mutex_lock, post_mutex_lock and by sewardj · 17 years ago
  48. 3e32c87 Split the thread_runstate event into two, start_client_code and by njn · 17 years ago
  49. 0b9d74a by sewardj · 17 years ago
  50. 9756181 by sewardj · 17 years ago
  51. bb6311c by njn · 17 years ago
  52. f8126e9 change void* to Addr in mutex helpers. patch by Bard Van Assche. by dirk · 18 years ago
  53. f1962d3 Fix bug in memcheck's instrumenter introduced in r6319. Big comment by sewardj · 18 years ago
  54. 0fc5cbd Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
  55. 9644cfd Update 'expected' default translation size (partial merge of r6214). by sewardj · 18 years ago
  56. 358ebea Minor comment mods. by sewardj · 18 years ago
  57. c87b5ec Add further comments about the tool instrument function. by sewardj · 18 years ago
  58. 7ce6239 Add proper comments explaining the args for the tool instrumenation function. by sewardj · 18 years ago
  59. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  60. ca54af3 by njn · 18 years ago
  61. f5c8e37 Extend stack-permissions-change fast-case machinery to handle +/- 112, by sewardj · 18 years ago
  62. 461df9c These files all speak about instrumentation functions. by sewardj · 18 years ago
  63. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
  64. 09ca09b augment comment by njn · 19 years ago
  65. 5155dec by sewardj · 19 years ago
  66. 45f4e7c by sewardj · 19 years ago
  67. 1d0cb0d by njn · 19 years ago
  68. 0087c50 by njn · 19 years ago
  69. b69f7c1 by njn · 19 years ago
  70. af839f5 by njn · 19 years ago
  71. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  72. a8d8e23 by sewardj · 19 years ago
  73. acd885a core.h: remove some #include lines, move some others to more localised places. by njn · 19 years ago
  74. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago