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. 686870c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  5. 47755db The number of elements in an OSet cannot be negative. by florian · 9 years ago
  6. 9c8e198 Fix clang/osx: ld: warning: -read_only_relocs cannot be used with x86_64 by rhyskidd · 9 years ago
  7. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  8. 8d47a61 Allow the user to specify precise-exception behaviour for translations by sewardj · 9 years ago
  9. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  10. f466eef Track the IMark changes in VEX r3055. by florian · 9 years ago
  11. f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 9 years ago
  12. 227a1ec Add limited support for printing floating point numbers to by florian · 9 years ago
  13. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 9 years ago
  14. 12d2eb5 Merge revisions 14222, 14268, and 14270 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  15. 5980e9d When traversing VG_(args_for_client) there is no need to check by florian · 10 years ago
  16. 2e234a6 Merge revisions 14356-14358 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  17. 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  18. 6c67c50 Merge r14288 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  19. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  20. fed3c04 Merge six easy pieces from the BUF_REMOVAL branch: by florian · 10 years ago
  21. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  22. 417d737 Old STABS code is still being compiled, but never used. Remove it. by mjw · 10 years ago
  23. f5d8e65 Remove some unneded checks as identified by IBM's BEAM checker. by florian · 10 years ago
  24. a687b54 update callgrind and cachegrind filtering logic following rev 14469 by philippe · 10 years ago
  25. 9c42601 maybe_tweak_LLc: generalise this so that it can mash more or less any by sewardj · 10 years ago
  26. fdae231 Avoid memory leak. by florian · 10 years ago
  27. b16609b Clean up confusion about VG_(args_the_exename) which was believed to by florian · 10 years ago
  28. 0b2f59c Remove benign macro redefinition. by florian · 10 years ago
  29. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  30. 06766bd Update the copyright notice in files ending in '.in' because the by florian · 10 years ago
  31. d898bf0 Revert "Tools should explain why an option is bad when using fmsg_bad_option." by mjw · 10 years ago
  32. 1f2f9a1 Tools should explain why an option is bad when using fmsg_bad_option. by mjw · 10 years ago
  33. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  34. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  35. 61ad458 Rename cg-arch.c to cg_arch.c so as to be consistent with other by sewardj · 11 years ago
  36. 3a09084 Bug 321730 Add cg_merge and cg_diff man pages. by mjw · 11 years ago
  37. 2be5122 Fix double 'the the' in documentation. by mjw · 11 years ago
  38. e6bce13 Fix 316145 - callgrind command line options in manpage reference (unknown) callgrind manual by philippe · 11 years ago
  39. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  40. 11edf63 Fix statement order. Found by Coverity's checker. by florian · 11 years ago
  41. cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 11 years ago
  42. 370a8d5 Fix two memory leaks. Spotted by Coverity. by florian · 11 years ago
  43. d405332 Before LL, instrument outstanding helper calls. by weidendo · 11 years ago
  44. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 11 years ago
  45. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 11 years ago
  46. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  47. 5d97871 s390x machines z196 and zec12 have 4 levels of caches. Adopt the test suite by cborntra · 12 years ago
  48. 6fc0de0 Cachegrind: introduce special case for Ir by weidendo · 12 years ago
  49. b0909b4 Get rid of compiler warning by weidendo · 12 years ago
  50. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  51. ee90c8a Fix a few Char/HChar mixups for cachegrind. by florian · 12 years ago
  52. 0b7ee91 Follow-up to cache reorg: update trace cache warning by philippe · 12 years ago
  53. ae411b4 Issue warning about missing L2 cache only if there are any by florian · 12 years ago
  54. 38aeb9f Change cache detection for x86/amd64 to fill in VexCacheInfo directly. by florian · 12 years ago
  55. d7cf944 Fix syntax error from r13028. by petarj · 12 years ago
  56. 4c03b0d s390: Consolidate information about caches for older machines levels. by florian · 12 years ago
  57. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  58. ea84cd5 Use last-level cache for simulation. Even if there are more than by florian · 12 years ago
  59. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  60. 3694c9f Cachegrind: use memory block numbers as tags. by weidendo · 12 years ago
  61. c1e9426 cachegrind: replace huge macro with inlined functions by weidendo · 12 years ago
  62. ffaa05d s390: Fix the default cache configuration. As z10-EC has an L3 by florian · 12 years ago
  63. 5b240c2 Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  64. e808f81 Change script to also handle IBM's copyright notice. Update copyright notices. by florian · 12 years ago
  65. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  66. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  67. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  68. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  69. ef0bca6 Require automake-1.10 for proper handling of include file dependencies by florian · 12 years ago
  70. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  71. 5718cf3 Remove an obsolete regression test output file by bart · 13 years ago
  72. 99b6bde Fix a NULL pointer dereference issue spotted by IBM's BEAM checker. by florian · 13 years ago
  73. 2364227 Allow overriding not-supported auto-detected cache configs by weidendo · 13 years ago
  74. 603896c Add more info about cache sizes. by florian · 13 years ago
  75. d5c948f Report the detected cache configuration with "-v -v" before we by tom · 13 years ago
  76. 270e2a3 Add missing break statements to example code. Fix to #264644. by tom · 13 years ago
  77. 9679518 Suppress warning about associativity change for tests by weidendo · 13 years ago
  78. aebbf1c Try to handle LL caches which are of size 50% above a power of 2 (eg, by sewardj · 13 years ago
  79. ca7cf38 Add cpuid cache values from Intel SDM 5/11 by weidendo · 13 years ago
  80. ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
  81. 7c0f639 Use the precomputed sets_min_1 value consistently when masking by tom · 13 years ago
  82. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  83. e5930da Added a --mod-funcname option to cg_diff. by njn · 13 years ago
  84. 62622f4 Fix up printing of the can't-autodetect-params message and the by sewardj · 14 years ago
  85. ef53b80 Update stderr filters so that regtests pass on machines with 3-level caches. by sewardj · 14 years ago
  86. 2d853a1 Change Cachegrind/Callgrind to talk about the LL (last-level) cache instead by njn · 14 years ago
  87. c52b932 Speed up the --cache-sim=no case. by njn · 14 years ago
  88. e90711c In Cachegrind, allow --cache-sim=no --branch-sim=no. Sometimes just getting by njn · 14 years ago
  89. 374a48f Fix branch predictor simulation in Cachegrind by weidendo · 14 years ago
  90. b1cc5d6 by njn · 14 years ago
  91. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  92. 69d495d Added cg_diff. by njn · 14 years ago
  93. 1e0fe3a Fix bug in the previous commit. by njn · 14 years ago
  94. 93d1f17 Allow negative numbers in the cachegrind.out.* file. Also protect against by njn · 14 years ago
  95. a602792 Make better use of references, allowing data structure updates to be more by njn · 14 years ago
  96. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  97. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  98. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  99. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  100. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 14 years ago