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. b7876db Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  5. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  6. 8d47a61 Allow the user to specify precise-exception behaviour for translations by sewardj · 9 years ago
  7. 5f1aeb6 Export VG_(discard_tranalsations_safely) to the tools. It is by florian · 9 years ago
  8. 82b9285 Add VG_(gettimeofday) such that callgrind can use it without a bloody hack. by florian · 9 years ago
  9. 04df7f2 Callgrind: fix BB discarding by weidendo · 9 years ago
  10. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  11. f466eef Track the IMark changes in VEX r3055. by florian · 9 years ago
  12. 7b7d594 Buffer audit. Resize a few. by florian · 9 years ago
  13. 227a1ec Add limited support for printing floating point numbers to by florian · 10 years ago
  14. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
  15. 7338295 Audit two buffer sizes. by florian · 10 years ago
  16. 48b1cf1 Merge revisions 14366 and 14367 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  17. 5ee42a4 Merge revisions 14344 and 14345 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  18. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  19. c29761f VG_(strlen) ( const HChar* str ) does not count the null terminator '\0' at the by dejanj · 10 years ago
  20. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 10 years ago
  21. 6a8aa58 Callgrind: support printing stats via vgdb by weidendo · 10 years ago
  22. d7341d8 Fix bug 327238. by weidendo · 11 years ago
  23. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  24. ba74a11 Fix two asserts that Coverity's checker diagnosed as having side effects. by florian · 11 years ago
  25. cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 11 years ago
  26. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  27. ad1162a Flush events in Callgrind before enering a RMW region. by petarj · 12 years ago
  28. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  29. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  30. 25f6c57 Fix a few Char/HChar mixups in callgrind. by florian · 12 years ago
  31. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  32. 5b240c2 Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  33. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  34. c4ebde3 If we are doing cache simulation, refuse to start at all if the minimum by sewardj · 12 years ago
  35. 28a23c0 Callgrind: use jmpkind from VEX for side exits. by weidendo · 13 years ago
  36. add9ec4 callgrind: remove command file polling by weidendo · 13 years ago
  37. 6ab7f2d When doing instrumentation, pay attention to the Ist.IMark.delta by sewardj · 13 years ago
  38. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  39. ce6489f Make some vgdb interface to callgrind_control internal by weidendo · 13 years ago
  40. 722be39 Update ugly Callgrind hack for supporting instrumentation modes by weidendo · 13 years ago
  41. 584c9ef callgrind: add vgdb commands needed for porting callgrind_control by weidendo · 13 years ago
  42. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  43. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  44. e7a5082 Change a bunch of < > style includes to " " style. by sewardj · 13 years ago
  45. 0ecd49e Make sure that string buffers for cost arrays are large enough. by weidendo · 14 years ago
  46. cb3ccf3 Fix for branch prediction: handle calls via function pointer by weidendo · 14 years ago
  47. 320705f Callgrind: add branch prediction from Cachegrind by weidendo · 14 years ago
  48. aeb8622 Callgrind new feature: count global bus lock events "Ge" by weidendo · 14 years ago
  49. 5bba525 Callgrind: event sets now consist of event groups by weidendo · 14 years ago
  50. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  51. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  52. e891487 Callgrind: Fix printing of "Summary:" line in finish() by weidendo · 15 years ago
  53. ceb06de Callgrind: On zeroing costs, also set call counters to zero. by weidendo · 15 years ago
  54. 2d9e874 by sewardj · 15 years ago
  55. 0f33adf Merge callgrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  56. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  57. 0a1951d Callgrind: fix instrumentation for arbitrary events per guest instruction by weidendo · 15 years ago
  58. 9f20746 Updated copyright years. by njn · 15 years ago
  59. 09ee78e Callgrind: fix a few 'unused parameter' warnings by weidendo · 15 years ago
  60. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  61. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  62. 72d7513 Track vex r1793: make all tools able to handle the new IR memory bus by sewardj · 17 years ago
  63. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  64. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  65. ae0bb6f callgrind: fix --collect-systime=yes with "no instrumentation" mode by weidendo · 17 years ago
  66. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  67. 3e32c87 Split the thread_runstate event into two, start_client_code and by njn · 17 years ago
  68. 0b9d74a by sewardj · 17 years ago
  69. 134657c Callgrind: Throttle calls CLG_(run_thread) after r6413 by weidendo · 17 years ago
  70. 9756181 by sewardj · 17 years ago
  71. 149aed8 Use the newly-added dopyIRBBExceptStmts() in tools. by njn · 18 years ago
  72. e45a799 Update expected translation sizes, + whitespace changes (??) by sewardj · 18 years ago
  73. 4ce5e79 Callgrind: fix interactive control after fork() by weidendo · 18 years ago
  74. f3e0b49 Callgrind: Fix failed assertion at toggling instrumentation mode by weidendo · 18 years ago
  75. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  76. db70ed7 Bug reports should have the same destination as for other VG tools by weidendo · 18 years ago
  77. c8e7615 Fix a failed assertion on retranslation of rep or cmov instructions. by weidendo · 18 years ago
  78. 12c73f1 Callgrind: add 4 regression tests by weidendo · 18 years ago
  79. 8a95fd3 Fix another place where function addresses passed to Vex needed to be by sewardj · 18 years ago
  80. bb76070 Fix ppc64-linux breakage - get the function entry address, not the by sewardj · 18 years ago
  81. ca472c5 Simple regression test for callgrind: run a custom client request. by weidendo · 18 years ago
  82. a17f2a3 Callgrind merge: code by weidendo · 18 years ago