1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  4. e72941d Fix rounding when printing floating point numbers. by florian · 9 years ago
  5. 62cee7a Address minor issues in Julian's last review. For TILEGX only. By: Zhi-Gang Liu by zliu · 9 years ago
  6. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  7. 93cb28b Fix parsing the %z format specifier. Need to advance to next character. by florian · 9 years ago
  8. 3143d2d arm32: local_sys_write_stderr and local_sys_getpid: don't trash r7 by sewardj · 9 years ago
  9. af93042 Move definition of type SizeT to VEX (see VEX r3046). by florian · 9 years ago
  10. 866862a Fix BZ #116002. by florian · 9 years ago
  11. 227a1ec Add limited support for printing floating point numbers to by florian · 9 years ago
  12. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  13. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  14. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  15. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  16. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  17. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  18. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  19. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  20. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  21. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  22. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  23. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  24. df0c09e Make -d (enable debug logging) work on Fedora 16 / x86. by bart · 12 years ago
  25. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  26. db4384e Add format specifier %ps: only escape XML-metacharacters for --xml=yes by bart · 13 years ago
  27. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  28. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  29. f068f19 Fix a couple of bogus asm constraints observed when trying to build by sewardj · 13 years ago
  30. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  31. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  32. 188a6d7 arm-linux: send output to stderr, as on all other platforms. by sewardj · 14 years ago
  33. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  34. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  35. f6a337e The format attribute may be repeated in the function definition but does not have to. by bart · 15 years ago
  36. 042257f Added support for %o (octal format). by bart · 15 years ago
  37. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  38. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  39. 5ed05a5 On x86-linux, send debuglog output to stderr, not stdout. by njn · 15 years ago
  40. 9f20746 Updated copyright years. by njn · 15 years ago
  41. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  42. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  43. a44b15f Make VG_(printf) et al conform to ANSI w.r.t. capitalisation of by sewardj · 17 years ago
  44. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  45. 1355264 Syscall tidying. by sewardj · 18 years ago
  46. 17edf03 Merge r6150 and 6151: - track SysRes changes - add AIX support by sewardj · 18 years ago
  47. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  48. 7337f92 Replace the obviously-bogus piece of inline asm with a probably by sewardj · 18 years ago
  49. a269958 Rewrite inline asm for ppc32/64-linux to make them gcc-4.1.0 proof. by sewardj · 18 years ago
  50. 55c4376 Fix completely bogus asm, which didn't work when compiled with gcc-4.1.0 by sewardj · 18 years ago
  51. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 18 years ago
  52. 45f4e7c by sewardj · 19 years ago
  53. 68e4659 by njn · 19 years ago
  54. daf77af New printf format specifier %t, which is like %s but escapes by sewardj · 19 years ago
  55. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  56. c7561b9 by njn · 19 years ago
  57. 1075931 debug-logging (-d) totally didn't work when one Valgrindified process by sewardj · 19 years ago
  58. 02bc4b8 by njn · 19 years ago
  59. 21c6d0f Initial cleanups based on target-specific defines. by sewardj · 19 years ago
  60. d485d69 Even more pissing with inline asm around to placate gcc-3.4 -fpic. We by sewardj · 19 years ago
  61. d4d203b local_sys_write_stderr: tell gcc what registers the asm trashes. by sewardj · 19 years ago
  62. c612186 Make the debug log module work on amd64. by tom · 19 years ago
  63. 311400b Rework the inline assembly implementations of write and getpid for x86 to by tom · 19 years ago
  64. 601371a amd64 build fixes. by sewardj · 19 years ago
  65. d85feff More printing fine-tuning by sewardj · 19 years ago
  66. a5ebfa9 Print a bit more prettily. by sewardj · 19 years ago
  67. 1cf558c by sewardj · 19 years ago