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. 16eef85 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  5. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  6. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  7. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  8. f466eef Track the IMark changes in VEX r3055. by florian · 9 years ago
  9. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  10. 70a5de1 Enable -Wcast-qual when compiling the valgrind source. by florian · 10 years ago
  11. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  12. 110e0f8 Change eq_Invar to handle all kinds of InVars. Move an assert to a better spot. by florian · 10 years ago
  13. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  14. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  15. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  16. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  17. 19e7d39 Add missing file in EXTRA_DIST by philippe · 10 years ago
  18. 7f98ab8 With gcc 4.9.1 exp-sgcheck/tests/globalerr sees array "a", not unknown. by mjw · 10 years ago
  19. 0533405 Fix a bunch of defined(VGA_ppc64) by philippe · 10 years ago
  20. e25d54b exp-sgcheck/tests/hackedbz2.c mark vex_strlen as noinline by mjw · 10 years ago
  21. 4ced797 Make SGCheck fail with a meaningful message on unsupported platforms. by florian · 10 years ago
  22. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  23. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  24. a3341d8 Silence clang warnings for the none and exp-sgcheck tools. by florian · 11 years ago
  25. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  26. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  27. 2be5122 Fix double 'the the' in documentation. by mjw · 11 years ago
  28. 90285ba fix 315959 valgrind man page has bogus SGCHECK (and no BBV) OPTIONS section by philippe · 11 years ago
  29. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 11 years ago
  30. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 11 years ago
  31. 654b542 Final patch for Char/HChar mixups. by florian · 11 years ago
  32. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  33. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  34. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  35. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  36. df6ee3d Fix a few Char/Hchar mixups in exp-sgcheck. by florian · 12 years ago
  37. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  38. 64d98bb Change uname based arch-check to match machine hardware name in sgcheck. by petarj · 12 years ago
  39. 650cf76 Change exp-sgcheck's memcpy implementation to be memmove-like (sigh) by sewardj · 12 years ago
  40. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  41. 5afb349 exp-sgcheck is not supported for MIPS architecture. by petarj · 12 years ago
  42. ef0bca6 Require automake-1.10 for proper handling of include file dependencies by florian · 12 years ago
  43. bad8ac6 Fix prerequisite to also require linux. So testcases get skipped by florian · 13 years ago
  44. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  45. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  46. d938adc Make sure that exp-sgcheck/tests/stackerr passes on openSUSE 11.4 x86 by bart · 13 years ago
  47. c6445c7 Update exp file. Back trace changed due to r12108. by florian · 13 years ago
  48. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  49. d1897e1 Attempt to unbreak this testcase on systems with GCC 4.5.1 and newer. by florian · 13 years ago
  50. 2fa18d9 Helgrind and exp-sgcheck, XML error reporting: move the code printing <kind>...</kind> out of a switch statement. by bart · 13 years ago
  51. 8d85a5f Update for x86. This should have happened in r11741 which by florian · 13 years ago
  52. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  53. 439842a Update expected outputs. by sewardj · 13 years ago
  54. 03ca90b Make this test much more independent of glibc, and update outputs accordingly. by sewardj · 13 years ago
  55. 777db6c Reorder tests poking around in the x86 instruction stream (sigh) by sewardj · 13 years ago
  56. 76ba8e5 Remove old exp-ptrcheck tests which were never used. by sewardj · 13 years ago
  57. 90794f5 Delete exp-sgcheck tests that are redundant following the removal of the by sewardj · 13 years ago
  58. d2f95a0 Rename 'exp-ptrcheck' to 'exp-sgcheck' and hope this does not cause by sewardj · 13 years ago