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. 26f7baf Rephrase Callgrind manual about limiting event aggregation by weidendo · 9 years ago
  4. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  5. b7876db Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  6. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  7. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  8. ad62bff Minor shuffling in Callgrind format doc by weidendo · 9 years ago
  9. b505597 Complete/Fix Callgrind format specification. by weidendo · 9 years ago
  10. 85774c7 Fix Bug #344314 callgrind_annotate ... commands containing newlines by weidendo · 9 years ago
  11. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  12. 45ee036 Fix undefined behaviours when shifting. Found by libubsan. by florian · 9 years ago
  13. 8d47a61 Allow the user to specify precise-exception behaviour for translations by sewardj · 9 years ago
  14. 5f1aeb6 Export VG_(discard_tranalsations_safely) to the tools. It is by florian · 9 years ago
  15. 82b9285 Add VG_(gettimeofday) such that callgrind can use it without a bloody hack. by florian · 9 years ago
  16. 04df7f2 Callgrind: fix BB discarding by weidendo · 9 years ago
  17. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  18. f466eef Track the IMark changes in VEX r3055. by florian · 9 years ago
  19. 7b7d594 Buffer audit. Resize a few. by florian · 9 years ago
  20. f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 9 years ago
  21. 29582f8 Remove callgrind's percentify and commify functions as well as the by florian · 9 years ago
  22. 227a1ec Add limited support for printing floating point numbers to by florian · 9 years ago
  23. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 9 years ago
  24. 7338295 Audit two buffer sizes. by florian · 9 years ago
  25. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 9 years ago
  26. cc9480f Merge r14340,14346-14348,14352,14354-14355 from the BUF_REMOVAL branch to by florian · 10 years ago
  27. 48b1cf1 Merge revisions 14366 and 14367 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  28. 5ee42a4 Merge revisions 14344 and 14345 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  29. 29eaa01 Merge r14339 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  30. 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  31. 536e3d7 Merge r14289 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  32. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  33. 2f088e7 Merge revisions 14337, 14596 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  34. fed3c04 Merge six easy pieces from the BUF_REMOVAL branch: by florian · 10 years ago
  35. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  36. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  37. f5d8e65 Remove some unneded checks as identified by IBM's BEAM checker. by florian · 10 years ago
  38. a687b54 update callgrind and cachegrind filtering logic following rev 14469 by philippe · 10 years ago
  39. 6f30631 Cleanup: remove unused macros. by florian · 10 years ago
  40. 9904068 Remove unused functions and prototypes. by florian · 10 years ago
  41. ed5b516 Remove unused function CLG_(sprint_cost). by florian · 10 years ago
  42. bb951f9 Cleanup. Cost array was never called anyway. by weidendo · 10 years ago
  43. af21fda Remove benign macro redefinition. Give current_jccs internal linkage. by florian · 10 years ago
  44. f247f49 Align header comment with other files by weidendo · 10 years ago
  45. b16609b Clean up confusion about VG_(args_the_exename) which was believed to by florian · 10 years ago
  46. 055c7f5 Remove unused functions CLG_(get_out_file) and CLG_(get_out_directory). by florian · 10 years ago
  47. 2f938d0 Remove a few unused macro definitions. by florian · 10 years ago
  48. 06766bd Update the copyright notice in files ending in '.in' because the by florian · 10 years ago
  49. 107954f Remove unused function swapfunc(). by sewardj · 10 years ago
  50. c29761f VG_(strlen) ( const HChar* str ) does not count the null terminator '\0' at the by dejanj · 10 years ago
  51. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 10 years ago
  52. 6a8aa58 Callgrind: support printing stats via vgdb by weidendo · 10 years ago
  53. d7341d8 Fix bug 327238. by weidendo · 10 years ago
  54. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  55. 0c8cd40 Reuse (shared) cachegrind source files in callgrind directly. by mjw · 11 years ago
  56. 61ad458 Rename cg-arch.c to cg_arch.c so as to be consistent with other by sewardj · 11 years ago
  57. e6bce13 Fix 316145 - callgrind command line options in manpage reference (unknown) callgrind manual by philippe · 11 years ago
  58. b3e0811 Fix inconsistency between callgrind and format spec by weidendo · 11 years ago
  59. ba74a11 Fix two asserts that Coverity's checker diagnosed as having side effects. by florian · 11 years ago
  60. cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 11 years ago
  61. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 11 years ago
  62. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 11 years ago
  63. ad1162a Flush events in Callgrind before enering a RMW region. by petarj · 11 years ago
  64. be0c23d Remove not-used typedef by weidendo · 11 years ago
  65. 6652bcc Callgrind: fix Ir cost update for ignored functions by weidendo · 11 years ago
  66. 654b542 Final patch for Char/HChar mixups. by florian · 11 years ago
  67. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  68. 5d97871 s390x machines z196 and zec12 have 4 levels of caches. Adopt the test suite by cborntra · 12 years ago
  69. 157c7fb Callgrind: use memory block number as tag for simple model by weidendo · 12 years ago
  70. 8ff4658 Use always_inline attribute also in Callgrinds simulator by weidendo · 12 years ago
  71. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  72. 25f6c57 Fix a few Char/HChar mixups in callgrind. by florian · 12 years ago
  73. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  74. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  75. 1fda5fe Improve callgrind performance by 4 to 8% using UNLIKELY by philippe · 12 years ago
  76. 2d7d9f4 Update filter_stderr due to changed warning message. by florian · 12 years ago
  77. 5b240c2 Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  78. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  79. ca456c7 Doc updates for 3.8.0. by sewardj · 12 years ago
  80. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  81. c4ebde3 If we are doing cache simulation, refuse to start at all if the minimum by sewardj · 12 years ago
  82. 28a23c0 Callgrind: use jmpkind from VEX for side exits. by weidendo · 12 years ago
  83. add9ec4 callgrind: remove command file polling by weidendo · 12 years ago
  84. 6ab7f2d When doing instrumentation, pay attention to the Ist.IMark.delta by sewardj · 13 years ago
  85. 5dd8346 Get rid of over-cautious check to make BEAM happy by weidendo · 13 years ago
  86. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  87. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  88. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  89. d585c92 Fix callgrind part of bug 280757. by weidendo · 13 years ago
  90. c8b9dbc callgrind/tests/Makefile.am: Add regression tests simwork-both, simwork-branch and simwork-cache to the distribution tarball by bart · 13 years ago
  91. ce6489f Make some vgdb interface to callgrind_control internal by weidendo · 13 years ago
  92. 2364227 Allow overriding not-supported auto-detected cache configs by weidendo · 13 years ago
  93. c542ba4 Make callgrind report the detected cache configuration as well. by tom · 13 years ago
  94. 722be39 Update ugly Callgrind hack for supporting instrumentation modes by weidendo · 13 years ago
  95. e5704c9 callgrind_control: fix parsing of vgdb -l by weidendo · 13 years ago
  96. b934b19 Port callgrind_control to vgdb by weidendo · 13 years ago
  97. 584c9ef callgrind: add vgdb commands needed for porting callgrind_control by weidendo · 13 years ago
  98. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  99. 9679518 Suppress warning about associativity change for tests by weidendo · 13 years ago
  100. 350c0fe Move the GDBserver documentation from the "Valgrind core" chapter by sewardj · 13 years ago