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. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  5. acf521c Function is_plausible_guest_addr should also consider SkShmC segments. by florian · 9 years ago
  6. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  7. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  8. 0e68012 Add a clarifying comment. by florian · 9 years ago
  9. 866862a Fix BZ #116002. by florian · 10 years ago
  10. 26ed419 Adds initial support for AArch64 (arm64) on Android. Small programs by sewardj · 10 years ago
  11. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  12. 518850b Constify coregrind. by florian · 10 years ago
  13. 1ef70c6 Change VG_(allocEltDedupPA) to return a pointer to const. The reason is by florian · 10 years ago
  14. 70a5de1 Enable -Wcast-qual when compiling the valgrind source. by florian · 10 years ago
  15. 7931627 Merge revisions 14372 and 14607 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  16. ed596b8 Fix VG_(snprintf) missing arg in inner setup by philippe · 10 years ago
  17. 606afa9 Merge r14209 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  18. 29fa14b Remove a few pointless asserts because the allocation functions by florian · 10 years ago
  19. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  20. 8219bff configure.ac: Generalize glibc version check by bart · 10 years ago
  21. ae6e3ac Add a redirection for the 'index' function. Fixes BZ #327943 by florian · 10 years ago
  22. 1cd2378 Bug 338615 suppress glibc 2.20 optimized strcmp implementation for ARMv7. by mjw · 10 years ago
  23. 9848690 Add option a new sim-hint no-nptl-pthread-stackcache. by philippe · 10 years ago
  24. 4cace66 Reduce memory needed for symbols, by having the tocptr and local_ep by philippe · 10 years ago
  25. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  26. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  27. 704bf0e Redirect strchr in dyld (the dynamic linker) on OS X 10.9, for the usual reason. by sewardj · 10 years ago
  28. 808584b For the ld.so redirections for arm32-linux, allow the soname by sewardj · 10 years ago
  29. 7aa6651 Replace strlen, index, strcmp in the AArch64 ld.so. (Why does it have by sewardj · 10 years ago
  30. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  31. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  32. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  33. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  34. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  35. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  36. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  37. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  38. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  39. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  40. 80beb24 Improve m_redir.c debug trace by adding filename. by philippe · 12 years ago
  41. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 12 years ago
  42. d6ae9e6 Implement the getcpu vsyscall on amd64 by forwarding it to the real by tom · 12 years ago
  43. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  44. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  45. 14127d6 Improvements to debug printing with -v -v. (Tom Hughes, tom@compton.nu) by sewardj · 13 years ago
  46. bd2cff2 Fix for #275284 (initial fix, at least). Will break OSX; fix to follow. by sewardj · 13 years ago
  47. 85cf900 Add more infrastructure to be used for fixing #275284 (Valgrind by sewardj · 13 years ago
  48. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  49. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  50. dd9508c handle_maybe_load_notifier: assert when symbol == NULL rather than by sewardj · 13 years ago
  51. d28cc96 Intercept strlen in ld.so on x86. Fixes #266961. by sewardj · 13 years ago
  52. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  53. d85ee0c Make ld.so:index redir mandatory for glibc-2.12 and later, on x86-linux. by sewardj · 13 years ago
  54. d69cee8 Merge from branches/THUMB: supps and mandatory redirs on Ubuntu 10.04 (ARM) by sewardj · 14 years ago
  55. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  56. f9ebc39 New flag --require-text-symbol=:sopatt:fnpatt, to be used to check by sewardj · 14 years ago
  57. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  58. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  59. 257b91b Follow-up for r10972: added missing #include "config.h". by bart · 14 years ago
  60. 3b42e16 Assert that the indirect function wrapper exists if we encounter a by tom · 15 years ago
  61. b6fd365 Initialise the isIFunc flag when adding a hardwired redirection. Fixes #212547. by tom · 15 years ago
  62. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  63. f499c7d Fix some const stuff that gcc-4.4.0 complains about. by sewardj · 15 years ago
  64. b57e693 Reinstating a heavily modified version of r10402. This is to do with #190429. by sewardj · 15 years ago
  65. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  66. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  67. 9eec958 Back out r10402 because it completely breaks things on Ubuntu 9.04 and by njn · 15 years ago
  68. 0cddf17 Replace strlen on amd64-linux with a simple version that doesn't by tom · 15 years ago
  69. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  70. 9f20746 Updated copyright years. by njn · 15 years ago
  71. 8a22285 Removed mandatory redirections for DRD since these made DRD impossible to use on openSUSE 10.3 ppc. by bart · 15 years ago
  72. d7a02db by sewardj · 16 years ago
  73. 9c606bd by sewardj · 16 years ago
  74. ef1b972 Changed exp-drd tool name into drd. by bart · 16 years ago
  75. 2ebe411 Changed _Spec::mandatory from HChar* into const HChar*. If no symbol information is found in ld.so during startup of the exp-drd tool, let Valgrind abort and print an informative error message. by bart · 16 years ago
  76. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  77. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  78. 0fd3049 Make one redirect mandatory for ppc64-linux. by sewardj · 17 years ago
  79. 5092a97 Make one of the ppc32-linux initial redirects mandatory, and add by sewardj · 17 years ago
  80. df24cf1 Introduce the concept of a 'mandatory redirection'. A redirection by sewardj · 17 years ago
  81. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  82. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  83. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  84. 6b9cc87 Merge r6132: by sewardj · 18 years ago
  85. cd8c95a SuSE 10.1 (ppc32/64) fixlet. by sewardj · 18 years ago
  86. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  87. a672ea3 Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux by sewardj · 18 years ago
  88. e6647f4 Fix a redirection bug created by the overhaul of m_redir.c. Bug by sewardj · 18 years ago
  89. d5a30a4 Fix erroneous hardwired redirect spec. by sewardj · 18 years ago
  90. 1a85f4f by sewardj · 18 years ago
  91. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 18 years ago
  92. f0915fc Initial redirect stuff for ppc64-linux. by sewardj · 18 years ago
  93. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  94. 6a443b2 As with ppc it's necessary to have an initial redirect for index(strchr) by sewardj · 19 years ago
  95. 96fcfc8 ppc32: just apply the initial-redirection hack when Memcheck is in use by sewardj · 19 years ago
  96. 14cdd31 Back out r5180 (sorry Josef). On consideration it just increases the difficulty by sewardj · 19 years ago
  97. 461c69d (ppc32) Only include hacky redirects for malloc-replacing tools. by sewardj · 19 years ago
  98. 8a96ec5 OSet-ify m_redir.c. by njn · 19 years ago
  99. 31d8342 Various fixes to reduce noise level on SuSE 10 (PPC). Also fix some by sewardj · 19 years ago
  100. 5e7b230 ppc32-linux only: redirect strcmp right from the start. by sewardj · 19 years ago