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. 91ad39d Fix various compiler warnings for the arm architecture. by florian · 9 years ago
  4. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  5. 486372b As per discussion with Julian comment out some dead assignments. by florian · 9 years ago
  6. 97f1d33 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  7. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  8. a59627a Documentation: Ensure alignment of the x86 and amd64 darwin code in m_sigframe. Follows from a side-by-side code review. by rhyskidd · 9 years ago
  9. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  10. bba930d Fix format string mismatch. by sewardj · 9 years ago
  11. 0dc3526 Signal handler ucontext_t not filled out correctly on OS X bz#341419 by rhyskidd · 9 years ago
  12. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  13. 61e63ac Fix fallout from r15138: build error on Darwin due to renamed function. by florian · 9 years ago
  14. 7d4a28b Fix an assertion in the address space manager. BZ #345887. by florian · 9 years ago
  15. 01fcf6a Factor out the 'extend' function. We only need one version for Linux and by florian · 9 years ago
  16. d0deb9d Fix function call: 1st argument is the thread id. by florian · 9 years ago
  17. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  18. 9bd3301 Marginally improve debug printing. No functional change. by sewardj · 9 years ago
  19. 15fa8a2 Produce a user message in case of stack overflow. by florian · 9 years ago
  20. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  21. e1aff6d Elimnate two magic constants. by florian · 9 years ago
  22. 7b7d594 Buffer audit. Resize a few. by florian · 9 years ago
  23. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  24. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  25. 4574f76 When constructing a signal frame, tell the tool that the registers by sewardj · 10 years ago
  26. 0345188 arm64: rename guest_SP to guest_XSP so as to avoid a name clash with by sewardj · 10 years ago
  27. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  28. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  29. f1425b7 Darwin: Make stack growth tracking consistent with other architectures by bart · 11 years ago
  30. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  31. ef91fce Make sure the stack pointer is properly aligned when invoking a by tom · 11 years ago
  32. e808f81 Change script to also handle IBM's copyright notice. Update copyright notices. by florian · 12 years ago
  33. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  34. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  35. 9d061d0 Fix up debug printing -- no functional change. by sewardj · 12 years ago
  36. 3410383 Keep the stack properly 16 aligned when delivering signals on x86-darwin. by sewardj · 12 years ago
  37. 06728c8 Keep the stack properly 16-aligned when delivering signals on by sewardj · 12 years ago
  38. bc33be6 arm-linux: fix signal returning so that if SA_RESTORER is not by sewardj · 13 years ago
  39. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  40. 320dee2 Properly preserve FP registers (and, more generally, the entire guest by sewardj · 13 years ago
  41. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  42. 38a2859 Make MacOS builds work again following fixes for #259977 (revs 11687,8,9) by sewardj · 13 years ago
  43. 6c591e1 by sewardj · 13 years ago
  44. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  45. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  46. 9dcfdff Merge from branches/THUMB: track renaming of guest_R15 to guest_R15T. by sewardj · 14 years ago
  47. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  48. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  49. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  50. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  51. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  52. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  53. 79c4ae8 Fix some incorrect end comments. by njn · 15 years ago
  54. 9f20746 Updated copyright years. by njn · 15 years ago
  55. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  56. a8ffda6 Format string fixes for ppc{32,64}-aix5. by sewardj · 16 years ago
  57. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  58. 8b24302 Propagate the error number in x86 signal contexts to the client. by tom · 16 years ago
  59. c93c222 Un-break signal frame delivery on ppc64 following recent Memcheck by sewardj · 16 years ago
  60. 7cf4e6b by sewardj · 16 years ago
  61. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  62. adacaf9 Propagate the ucontext information with a received signal to the by tom · 16 years ago
  63. 53092c6 ppc64-linux equivalent to r6813 (use sigframe return stub in by sewardj · 17 years ago
  64. a594026 ppc32-linux signal handling: don't place the sigframe return stub on by sewardj · 17 years ago
  65. 38dba99 Add disclaimers. by sewardj · 17 years ago
  66. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  67. 3f7bbfa Track VG_(am_find_nsegment) const-ness change. by sewardj · 18 years ago
  68. 5da1b06 Merge r6095: by sewardj · 18 years ago
  69. 53c0dc9 Unbreak amd64-linux after recent commits. by sewardj · 18 years ago
  70. c95257a Unbreak ppc{32,64}-linux after recent commits. by sewardj · 18 years ago
  71. 4cfea4f by sewardj · 18 years ago
  72. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  73. f665b34 Restore RIP on return from a signal handler on amd64 - mirrors the by tom · 18 years ago
  74. 8a42de6 Restore %EIP from the info passed to the handler (ucontext), so as to by sewardj · 18 years ago
  75. 2c6502d First cut at signal frame build/removal for ppc64-linux. Ghastly by sewardj · 18 years ago
  76. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  77. 8e73238 Get rid of bogus assertion. by sewardj · 19 years ago
  78. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  79. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  80. 45f4e7c by sewardj · 19 years ago
  81. 73dc2c7 Give file a better name. by njn · 19 years ago
  82. 463b3d9 Track API changes in vex r1272. by sewardj · 19 years ago
  83. e1c444e Import sigframe stuff from Paul's tree. With this and the other changes by sewardj · 19 years ago
  84. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  85. 94260f2 by njn · 19 years ago
  86. af839f5 by njn · 19 years ago
  87. b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
  88. 899ce73 by njn · 19 years ago
  89. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  90. 3f7e911 Get "make dist" closer to working again. by njn · 19 years ago
  91. c7561b9 by njn · 19 years ago
  92. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago
  93. f536bbb by njn · 19 years ago
  94. 132bfcc by njn · 19 years ago
  95. 36a20fa by njn · 19 years ago
  96. 13bfd85 by njn · 19 years ago
  97. 97405b2 by njn · 19 years ago
  98. 0c24647 by njn · 19 years ago
  99. 7860441 Get rid of all the duplicated settings of AM_CFLAGS in the makefiles by tom · 19 years ago
  100. 2024234 by njn · 19 years ago