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. 7f3c1f2 Use local labels instead of global labels (ppc and mips specific code). by florian · 9 years ago
  4. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  5. a5e06c3 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  6. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  7. 026fe86 Add the lwpid in the scheduler status information by philippe · 9 years ago
  8. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  9. 62cee7a Address minor issues in Julian's last review. For TILEGX only. By: Zhi-Gang Liu by zliu · 9 years ago
  10. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  11. d0720e4 Implement command line option --valgrind-stacksize=<number> by philippe · 9 years ago
  12. d474ab2 arm32-linux: GET_STARTREGS has always been wrong on this target, by sewardj · 9 years ago
  13. 518850b Constify coregrind. by florian · 10 years ago
  14. 74054f4 Merge r14125 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  15. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  16. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  17. 421c26e Factor out VG_(exit_now) to contain the syscall incantation to terminate by florian · 10 years ago
  18. 180a750 - The option "--vgdb-stop-at=event1,event2,..." allows the user by philippe · 10 years ago
  19. 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 10 years ago
  20. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  21. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  22. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  23. 5869ded Fix a buffer overflow in VG_(assert_fail). by florian · 11 years ago
  24. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  25. bbd9a21 Char/ HChar cleanup: The various panic and printf-like functions by florian · 12 years ago
  26. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  27. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  28. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  29. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  30. 6c591e1 by sewardj · 13 years ago
  31. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  32. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  33. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  34. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 14 years ago
  35. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  36. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  37. 4eeb0e5 Avoid recursion in VG_(exit). by njn · 15 years ago
  38. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  39. 5b6b8fa Tweak VG_(exit). by njn · 15 years ago
  40. 5f5ef2a Factor out the name of the libpthread library. Also fix a minor stack trace by njn · 15 years ago
  41. b8329f0 Made the Valgrind abort/crash message clearer about the fact that it can be by njn · 15 years ago
  42. 70ecd6b Avoid non-local asm labels. Fixes bug #189054. by njn · 15 years ago
  43. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 15 years ago
  44. 9f20746 Updated copyright years. by njn · 15 years ago
  45. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  46. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  47. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  48. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  49. 4278172 Rename VG_(get_lwp_tid) to VG_(lwpid_to_vgtid). by sewardj · 18 years ago
  50. 745fc45 Merge r6159 (parts of): by sewardj · 18 years ago
  51. 4cfea4f by sewardj · 18 years ago
  52. 4eee476 by sewardj · 18 years ago
  53. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  54. dfbaa22 Make VG_(get_StackTrace2) aware of bogus LR values in by sewardj · 18 years ago
  55. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 18 years ago
  56. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  57. f349d55 In XML mode, emit a closing </valgrindoutput> on various kinds of by sewardj · 19 years ago
  58. de616ec Fix stack unwinding on ppc. by sewardj · 19 years ago
  59. 9a699e8 Commit Tom's improved-stack-unwinding patch. by sewardj · 19 years ago
  60. 45f4e7c by sewardj · 19 years ago
  61. acaec5f Incorporate a patch from Craig Chaney which gives better stack by sewardj · 19 years ago
  62. 49b45ba Reinstate stack trace printing on assertion failures. It's terrible by njn · 19 years ago
  63. 9450d24 by njn · 19 years ago
  64. 0151588 Do not print backtraces in assertion failures. This is an as-yet by sewardj · 19 years ago
  65. aba25b4 wibble by njn · 19 years ago
  66. e070c20 Tweak comments and remove an unnecessary #include. by njn · 19 years ago
  67. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  68. 3161e80 Use BACKTRACE_DEPTH consistently. by njn · 19 years ago
  69. 24a6efb by njn · 19 years ago
  70. 394213a by njn · 19 years ago
  71. c7561b9 by njn · 19 years ago
  72. 9abd608 by njn · 19 years ago
  73. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  74. 132bfcc by njn · 19 years ago