1. 6f30631 Cleanup: remove unused macros. by florian · 10 years ago
  2. 9904068 Remove unused functions and prototypes. by florian · 10 years ago
  3. ed5b516 Remove unused function CLG_(sprint_cost). by florian · 10 years ago
  4. bb951f9 Cleanup. Cost array was never called anyway. by weidendo · 10 years ago
  5. af21fda Remove benign macro redefinition. Give current_jccs internal linkage. by florian · 10 years ago
  6. f247f49 Align header comment with other files by weidendo · 10 years ago
  7. b16609b Clean up confusion about VG_(args_the_exename) which was believed to by florian · 10 years ago
  8. 055c7f5 Remove unused functions CLG_(get_out_file) and CLG_(get_out_directory). by florian · 10 years ago
  9. 2f938d0 Remove a few unused macro definitions. by florian · 10 years ago
  10. 06766bd Update the copyright notice in files ending in '.in' because the by florian · 10 years ago
  11. 107954f Remove unused function swapfunc(). by sewardj · 10 years ago
  12. c29761f VG_(strlen) ( const HChar* str ) does not count the null terminator '\0' at the by dejanj · 10 years ago
  13. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 10 years ago
  14. 6a8aa58 Callgrind: support printing stats via vgdb by weidendo · 11 years ago
  15. d7341d8 Fix bug 327238. by weidendo · 11 years ago
  16. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  17. 0c8cd40 Reuse (shared) cachegrind source files in callgrind directly. by mjw · 11 years ago
  18. 61ad458 Rename cg-arch.c to cg_arch.c so as to be consistent with other by sewardj · 11 years ago
  19. e6bce13 Fix 316145 - callgrind command line options in manpage reference (unknown) callgrind manual by philippe · 11 years ago
  20. b3e0811 Fix inconsistency between callgrind and format spec by weidendo · 11 years ago
  21. ba74a11 Fix two asserts that Coverity's checker diagnosed as having side effects. by florian · 11 years ago
  22. cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 11 years ago
  23. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  24. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  25. ad1162a Flush events in Callgrind before enering a RMW region. by petarj · 12 years ago
  26. be0c23d Remove not-used typedef by weidendo · 12 years ago
  27. 6652bcc Callgrind: fix Ir cost update for ignored functions by weidendo · 12 years ago
  28. 654b542 Final patch for Char/HChar mixups. by florian · 12 years ago
  29. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  30. 5d97871 s390x machines z196 and zec12 have 4 levels of caches. Adopt the test suite by cborntra · 12 years ago
  31. 157c7fb Callgrind: use memory block number as tag for simple model by weidendo · 12 years ago
  32. 8ff4658 Use always_inline attribute also in Callgrinds simulator by weidendo · 12 years ago
  33. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  34. 25f6c57 Fix a few Char/HChar mixups in callgrind. by florian · 12 years ago
  35. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  36. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  37. 1fda5fe Improve callgrind performance by 4 to 8% using UNLIKELY by philippe · 12 years ago
  38. 2d7d9f4 Update filter_stderr due to changed warning message. by florian · 12 years ago
  39. 5b240c2 Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  40. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  41. ca456c7 Doc updates for 3.8.0. by sewardj · 12 years ago
  42. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  43. c4ebde3 If we are doing cache simulation, refuse to start at all if the minimum by sewardj · 12 years ago
  44. 28a23c0 Callgrind: use jmpkind from VEX for side exits. by weidendo · 13 years ago
  45. add9ec4 callgrind: remove command file polling by weidendo · 13 years ago
  46. 6ab7f2d When doing instrumentation, pay attention to the Ist.IMark.delta by sewardj · 13 years ago
  47. 5dd8346 Get rid of over-cautious check to make BEAM happy by weidendo · 13 years ago
  48. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  49. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  50. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  51. d585c92 Fix callgrind part of bug 280757. by weidendo · 13 years ago
  52. c8b9dbc callgrind/tests/Makefile.am: Add regression tests simwork-both, simwork-branch and simwork-cache to the distribution tarball by bart · 13 years ago
  53. ce6489f Make some vgdb interface to callgrind_control internal by weidendo · 13 years ago
  54. 2364227 Allow overriding not-supported auto-detected cache configs by weidendo · 13 years ago
  55. c542ba4 Make callgrind report the detected cache configuration as well. by tom · 13 years ago
  56. 722be39 Update ugly Callgrind hack for supporting instrumentation modes by weidendo · 13 years ago
  57. e5704c9 callgrind_control: fix parsing of vgdb -l by weidendo · 13 years ago
  58. b934b19 Port callgrind_control to vgdb by weidendo · 13 years ago
  59. 584c9ef callgrind: add vgdb commands needed for porting callgrind_control by weidendo · 13 years ago
  60. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  61. 9679518 Suppress warning about associativity change for tests by weidendo · 13 years ago
  62. 350c0fe Move the GDBserver documentation from the "Valgrind core" chapter by sewardj · 13 years ago
  63. 7c0f639 Use the precomputed sets_min_1 value consistently when masking by tom · 13 years ago
  64. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  65. 775b23e Fixed bug 272661 by weidendo · 13 years ago
  66. bb515c3 Fix bug 267383 by weidendo · 13 years ago
  67. 061f079 Fix bugs catched by BEAM by weidendo · 13 years ago
  68. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  69. e7a5082 Change a bunch of < > style includes to " " style. by sewardj · 13 years ago
  70. 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  71. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  72. ad6c3b5 Quick fix to always correctly update <passed> in setup_bbcc by weidendo · 13 years ago
  73. 9a09ab2 Fix for bug 265771. by weidendo · 13 years ago
  74. c63ca37 Fix bug 246152 by weidendo · 13 years ago
  75. ecea1e2 Better failed assertion then silent data corruption by weidendo · 13 years ago
  76. 48c779a Fix bug 263099 by weidendo · 13 years ago
  77. d2b78a6 Fix typo by weidendo · 13 years ago
  78. 62622f4 Fix up printing of the can't-autodetect-params message and the by sewardj · 14 years ago
  79. ef53b80 Update stderr filters so that regtests pass on machines with 3-level caches. by sewardj · 14 years ago
  80. 2d853a1 Change Cachegrind/Callgrind to talk about the LL (last-level) cache instead by njn · 14 years ago
  81. 0ecd49e Make sure that string buffers for cost arrays are large enough. by weidendo · 14 years ago
  82. f3bea49 callgrind/main.c, finish(): 'Char buf[RESULTS_BUF_LEN]' can be overrun in by sewardj · 14 years ago
  83. cb3ccf3 Fix for branch prediction: handle calls via function pointer by weidendo · 14 years ago
  84. b1cc5d6 by njn · 14 years ago
  85. 320705f Callgrind: add branch prediction from Cachegrind by weidendo · 14 years ago
  86. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  87. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  88. 11b2a1d Fix typo introduced with r11165, include "Ge" in regtests by weidendo · 14 years ago
  89. aeb8622 Callgrind new feature: count global bus lock events "Ge" by weidendo · 14 years ago
  90. 75a5c2d Callgrind: make globals for log_* helpers visible outside sim.c by weidendo · 14 years ago
  91. 5bba525 Callgrind: event sets now consist of event groups by weidendo · 14 years ago
  92. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  93. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  94. 4cb6bf7 Make Callgrind, DRD and Ptrcheck build on arm-linux. by sewardj · 14 years ago
  95. afdb011 Callgrind: fix bug 217849: Switch to running thread in CLG_(post_signal) by weidendo · 15 years ago
  96. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  97. cab64bc Update .exp files for r10783. by njn · 15 years ago
  98. e891487 Callgrind: Fix printing of "Summary:" line in finish() by weidendo · 15 years ago
  99. ceb06de Callgrind: On zeroing costs, also set call counters to zero. by weidendo · 15 years ago
  100. 5af96f5 Fix dumping of call cost in tail recursion optimization by weidendo · 15 years ago